Age | Commit message (Expand) | Author |
2022-02-17 | block: fix surprise removal for drivers calling blk_set_queue_dying | Christoph Hellwig |
2022-01-28 | block: add bio_start_io_acct_time() to control start_time | Mike Snitzer |
2022-01-05 | block: move rq_list macros to blk-mq.h | Keith Busch |
2021-12-22 | block: remove unnecessary trailing '\' | Keith Busch |
2021-12-21 | block: use "unsigned long" for blk_validate_block_size(). | Tetsuo Handa |
2021-12-03 | blk-mq: move srcu from blk_mq_hw_ctx to request_queue | Ming Lei |
2021-11-29 | blk-crypto: remove blk_crypto_unregister() | Eric Biggers |
2021-11-29 | block: only allocate poll_stats if there's a user of them | Jens Axboe |
2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-27 | block: Add a helper to validate the block size | Xie Yongji |
2021-10-26 | block: Add independent access ranges support | Damien Le Moal |
2021-10-22 | block: simplify the block device syncing code | Christoph Hellwig |
2021-10-22 | block: remove __sync_blockdev | Christoph Hellwig |
2021-10-22 | block: remove QUEUE_FLAG_SCSI_PASSTHROUGH | Christoph Hellwig |
2021-10-22 | block: add a ->get_unique_id method | Christoph Hellwig |
2021-10-21 | blk-crypto: rename blk_keyslot_manager to blk_crypto_profile | Eric Biggers |
2021-10-20 | block: cleanup the flush plug helpers | Christoph Hellwig |
2021-10-19 | blk-mq: support concurrent queue quiesce/unquiesce | Ming Lei |
2021-10-19 | block: attempt direct issue of plug list | Jens Axboe |
2021-10-19 | block: change plugging to use a singly linked list | Jens Axboe |
2021-10-18 | block: move the SECTOR_SIZE related definitions to blk_types.h | Christoph Hellwig |
2021-10-18 | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe |
2021-10-18 | block: provide helpers for rq_list manipulation | Jens Axboe |
2021-10-18 | block: cache request queue in bdev | Pavel Begunkov |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig |
2021-10-18 | io_uring: don't sleep when polling for I/O | Christoph Hellwig |
2021-10-18 | block: replace the spin argument to blk_iopoll with a flags argument | Christoph Hellwig |
2021-10-18 | block: pre-allocate requests if plug is started and is a batch | Jens Axboe |
2021-10-18 | block: bump max plugged deferred size from 16 to 32 | Jens Axboe |
2021-10-18 | blk-mq: Change shared sbitmap naming to shared tags | John Garry |
2021-10-18 | blk-mq: Use shared tags for shared sbitmap support | John Garry |
2021-10-18 | block: move struct request to blk-mq.h | Christoph Hellwig |
2021-10-18 | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig |
2021-10-18 | block: move a few merge helpers out of <linux/blkdev.h> | Christoph Hellwig |
2021-10-18 | block: drop unused includes in <linux/blkdev.h> | Christoph Hellwig |
2021-10-18 | block: move elevator.h to block/ | Christoph Hellwig |
2021-10-18 | block: remove the struct blk_queue_ctx forward declaration | Christoph Hellwig |
2021-10-18 | block: remove the cmd_size field from struct request_queue | Christoph Hellwig |
2021-10-18 | block: remove the unused blk_queue_state enum | Christoph Hellwig |
2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2021-08-24 | block: Add alternative_gpt_sector() operation | Dmitry Osipenko |
2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig |
2021-08-11 | block: move some macros to blkdev.h | Guoqing Jiang |
2021-08-09 | block: return ELEVATOR_DISCARD_MERGE if possible | Ming Lei |
2021-08-09 | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig |
2021-08-09 | block: add a queue_has_disk helper | Christoph Hellwig |
2021-08-09 | block: pass a gendisk to blk_queue_update_readahead | Christoph Hellwig |
2021-08-02 | block: remove bdput | Christoph Hellwig |