]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2017-06-30 Javier Gonzálezlightnvm: pblk: add initialization check
2017-06-30 Javier Gonzálezlightnvm: pblk: remove target using async. I/Os
2017-06-30 Javier Gonzálezlightnvm: pblk: use vmalloc for GC data buffer
2017-06-30 Javier Gonzálezlightnvm: pblk: use right metadata buffer for recovery
2017-06-30 Javier Gonzálezlightnvm: pblk: schedule if data is not ready
2017-06-30 Javier Gonzálezlightnvm: pblk: remove unused return variable
2017-06-30 Javier Gonzálezlightnvm: pblk: fix double-free on pblk init
2017-06-30 Javier Gonzálezlightnvm: pblk: fix bad le64 assignations
2017-06-29 Valentin Rothbergnvme: Makefile: remove dead build rule
2017-06-29 Max Gurtovoyblk-mq: map all HWQ also in hyperthreaded system
2017-06-28 Sagi Grimbergnvmet-rdma: register ib_client to not deadlock in devic...
2017-06-28 James Smartnvme_fc: fix error recovery on link down.
2017-06-28 James Smartnvmet_fc: fix crashes on bad opcodes
2017-06-28 James Smartnvme_fc: Fix crash when nvme controller connection...
2017-06-28 James Smartnvme_fc: replace ioabort msleep loop with completion
2017-06-28 James Smartnvme_fc: fix double calls to nvme_cleanup_cmd()
2017-06-28 Christoph Hellwignvme-fabrics: verify that a controller returns the...
2017-06-28 Christoph Hellwignvme: simplify nvme_dev_attrs_are_visible
2017-06-28 Christoph Hellwignvme: read the subsystem NQN from Identify Controller
2017-06-28 Christoph Hellwignvme: remove a misleading comment on struct nvme_ns
2017-06-28 Kai-Heng Fengnvme: explicitly disable APST on quirked devices
2017-06-28 Sagi Grimbergnvme: use a single NVME_AQ_DEPTH and relax it to 32
2017-06-28 Johannes Thumshirnnvme: add hostid token to fabric options
2017-06-28 Keith Buschnvme: Remove SCSI translations
2017-06-28 Sagi Grimbergnvme-pci: open-code polling logic in nvme_poll
2017-06-28 Sagi Grimbergnvme-pci: factor out the cqe reading mechanics from...
2017-06-28 Sagi Grimbergnvme-pci: factor out cqe handling into a dedicated...
2017-06-28 Sagi Grimbergnvme-pci: Introduce nvme_ring_cq_doorbell
2017-06-28 Jens Axboefs/fcntl: use copy_to/from_user() for u64 types
2017-06-27 Julia Lawalldrbd: Drop unnecessary static
2017-06-27 Paolo Valenteblock, bfq: update wr_busy_queues if needed on a queue...
2017-06-27 Christoph Hellwigmmc/block: remove a call to blk_queue_bounce_limit
2017-06-27 Christoph Hellwigdm: don't set bounce limit
2017-06-27 Christoph Hellwigblock: don't set bounce limit in blk_init_queue
2017-06-27 Christoph Hellwigblock: don't set bounce limit in blk_init_allocated_queue
2017-06-27 Christoph Hellwigblk-mq: don't bounce by default
2017-06-27 Christoph Hellwigblock: don't bother with bounce limits for make_request...
2017-06-27 Christoph Hellwigblock: remove the queue_bounce_pfn helper
2017-06-27 Christoph Hellwigblock: move bounce declarations to block/blk.h
2017-06-27 Christoph Hellwigblk-map: call blk_queue_bounce from blk_rq_append_bio
2017-06-27 Christoph Hellwigpktcdvd: remove the call to blk_queue_bounce
2017-06-27 Jens Axboenvme: add support for streams and directives
2017-06-27 Jens Axboebtrfs: add support for passing in write hints for buffe...
2017-06-27 Jens Axboexfs: add support for passing in write hints for buffere...
2017-06-27 Jens Axboeext4: add support for passing in write hints for buffer...
2017-06-27 Jens Axboefs: add support for buffered writeback to pass down...
2017-06-27 Jens Axboefs: add O_DIRECT and aio support for sending down write...
2017-06-27 Jens Axboeblk-mq: expose write hints through debugfs
2017-06-27 Jens Axboeblock: add support for write hints in a bio
2017-06-27 Jens Axboefs: add fcntl() interface for setting/getting write...
2017-06-27 Rakesh Panditlightnvm: if LUNs are already allocated fix return
2017-06-26 Javier Gonzálezlightnvm: pblk: fail gracefully on irrec. error
2017-06-26 Javier Gonzálezlightnvm: pblk: set mempool and workqueue params.
2017-06-26 Javier Gonzálezlightnvm: pblk: redesign GC algorithm
2017-06-26 Javier Gonzálezlightnvm: pblk: add lock assertions on helpers
2017-06-26 Javier Gonzálezlightnvm: pblk: cleanup unnecessary code
2017-06-26 Javier Gonzálezlightnvm: pblk: set metadata list for all I/Os
2017-06-26 Javier Gonzálezlightnvm: pblk: choose optimal victim GC line
2017-06-26 Javier Gonzálezlightnvm: pblk: decouple bad block from line alloc
2017-06-26 Javier Gonzálezlightnvm: pblk: simplify meta. memory allocation
2017-06-26 Javier Gonzálezlightnvm: pblk: issue multiplane reads if possible
2017-06-26 Javier Gonzálezlightnvm: pblk: delete redundant buffer pointer
2017-06-26 Javier Gonzálezlightnvm: pblk: delete redundant debug line stat
2017-06-26 Javier Gonzálezlightnvm: pblk: sched. metadata on write thread
2017-06-26 Javier Gonzálezlightnvm: pblk: rename read request pool
2017-06-26 Javier Gonzálezlightnvm: pblk: generalize erase path
2017-06-26 Javier Gonzálezlightnvm: pblk: expose max sec per write on sysfs
2017-06-26 Javier Gonzálezlightnvm: pblk: add debug stat for read cache hits
2017-06-26 Javier Gonzálezlightnvm: pblk: spare double cpu_to_le64 calc.
2017-06-26 Javier Gonzálezlightnvm: propagate right error code to target
2017-06-26 Javier Gonzálezlightnvm: re-convert ppa format on I/O failure
2017-06-23 Jens Axboemtip32xx: fix up the checking for internal command...
2017-06-23 Jens AxboeMerge commit '8e8320c9315c' into for-4.13/block
2017-06-22 weipingblk-mq: remove double set queue_num
2017-06-21 Bart Van Asscheblk-mq: Make it safe to quiesce and unquiesce from...
2017-06-21 Bart Van Asscheblock: Fix off-by-one errors in blk_status_to_errno...
2017-06-21 Bart Van Asscheblock: Declare local symbols static
2017-06-21 Bart Van Asscheblock: Add fallthrough markers to switch statements
2017-06-21 Jens Axboeblk-mq: fix performance regression with shared tags
2017-06-21 Dan Carpenterbtrfs: use new block error code
2017-06-21 Bart Van Asscheblk-mq: Warn when attempting to run a hardware queue...
2017-06-21 Bart Van Asscheblock: Constify disk_type
2017-06-21 Bart Van Asscheblk-mq: Document locking assumptions
2017-06-21 Bart Van Asscheblock: Document what queue type each function is intend...
2017-06-21 Bart Van Asscheblock: Check locking assumptions at runtime
2017-06-21 Bart Van Asscheblock: Add a comment above queue_lockdep_assert_held()
2017-06-21 Bart Van Asscheblk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
2017-06-21 Bart Van Asscheblock: Change argument type of scsi_req_init()
2017-06-21 Bart Van Asscheblock: Make most scsi_req_init() calls implicit
2017-06-21 Bart Van Asscheblock: Introduce request_queue.initialize_rq_fn()
2017-06-21 Bart Van Asscheblock: Make request operation type argument declaration...
2017-06-21 Bart Van Asscheblk-mq: Reduce blk_mq_hw_ctx size
2017-06-21 Christoph Hellwigblock: stop using bio_data() in blk_write_same_mergeable
2017-06-21 Christoph Hellwigblock: remove the unused bio_to_phys macro
2017-06-20 Jens Axboenull_blk: add support for shared tags
2017-06-20 Goldwyn Rodriguesbtrfs: nowait aio support
2017-06-20 Goldwyn Rodriguesxfs: nowait aio support
2017-06-20 Goldwyn Rodriguesext4: nowait aio support
2017-06-20 Goldwyn Rodriguesblock: return on congested block device
2017-06-20 Goldwyn Rodriguesfs: Introduce IOMAP_NOWAIT
next