]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
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
2017-06-20 Goldwyn Rodriguesfs: return if direct I/O will trigger writeback
2017-06-20 Goldwyn Rodriguesfs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
2017-06-20 Goldwyn Rodriguesfs: Use RWF_* flags for AIO operations
2017-06-20 Goldwyn Rodriguesfs: Introduce filemap_range_has_page()
2017-06-20 Goldwyn Rodriguesfs: Separate out kiocb flags setup based on RWF_* flags
2017-06-20 Jens AxboeMerge branch 'stable/for-jens-4.12' of git://git.kernel...
2017-06-19 Ming Leinvme: host: unquiesce queue in nvme_kill_queues()
2017-06-18 Ming LeiRevert "blk-mq: don't use sync workqueue flushing from...
2017-06-18 Ming Leiblk-mq: clarify dispatch may not be drained/blocked...
2017-06-18 Ming Leiblk-mq: don't stop queue for quiescing
2017-06-18 Ming Leiblk-mq: update comments on blk_mq_quiesce_queue()
2017-06-18 Ming Leiblk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
2017-06-18 Ming Leiblk-mq: use the introduced blk_mq_unquiesce_queue()
2017-06-18 Ming Leiblk-mq: introduce blk_mq_unquiesce_queue
2017-06-18 Ming Leiblk-mq: introduce blk_mq_quiesce_queue_nowait()
2017-06-18 Ming Leiblk-mq: move blk_mq_quiesce_queue() into include/linux...
2017-06-18 NeilBrownblock: don't check for BIO_MAX_PAGES in blk_bio_segment...
2017-06-18 NeilBrownblock: remove bio_clone() and all references.
2017-06-18 NeilBrownbcache: use kmalloc to allocate bio in bch_data_verify()
2017-06-18 NeilBrownxen-blkfront: remove bio splitting.
2017-06-18 NeilBrownlightnvm/pblk-read: use bio_clone_fast()
2017-06-18 NeilBrownpktcdvd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrowndrbd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrownrbd: use bio_clone_fast() instead of bio_clone()
2017-06-18 NeilBrownblock: Improvements to bounce-buffer handling
next