Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 3 | -16/+10 |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 45 | -688/+678 |
2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-08-02 | block: Convert read_part_sector() to use a folio | Matthew Wilcox (Oracle) | 2 | -7/+7 |
2022-08-02 | block: Use PAGE_SECTORS_SHIFT | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-08-02 | block: Handle partition read errors more consistently | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-08-02 | block: Simplify read_part_sector() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-07-21 | block: remove __blk_get_queue | Christoph Hellwig | 2 | -11/+4 |
2022-07-21 | block: call blk_mq_exit_queue from disk_release for never added disks | Christoph Hellwig | 1 | -0/+15 |
2022-07-21 | blk-mq: fix error handling in __blk_mq_alloc_disk | Christoph Hellwig | 1 | -1/+1 |
2022-07-20 | block: don't allow the same type rq_qos add more than once | Jinke Han | 4 | -16/+45 |
2022-07-14 | block/kyber: Use the new blk_opf_t type | Bart Van Assche | 1 | -4/+4 |
2022-07-14 | block/mq-deadline: Use the new blk_opf_t type | Bart Van Assche | 1 | -2/+2 |
2022-07-14 | block/bfq: Use the new blk_opf_t type | Bart Van Assche | 3 | -25/+25 |
2022-07-14 | block: Use the new blk_opf_t type | Bart Van Assche | 11 | -43/+44 |
2022-07-14 | block: Change the type of req_op() and bio_op() into enum req_op | Bart Van Assche | 1 | -0/+2 |
2022-07-14 | block: Use enum req_op where appropriate | Bart Van Assche | 5 | -9/+10 |
2022-07-14 | treewide: Rename enum req_opf into enum req_op | Bart Van Assche | 1 | -4/+3 |
2022-07-14 | block: fix missing blkcg_bio_issue_init | Muchun Song | 1 | -0/+1 |
2022-07-14 | block: remove bdevname | Christoph Hellwig | 1 | -23/+0 |
2022-07-14 | block: stop using bdevname in __blkdev_issue_discard | Christoph Hellwig | 1 | -4/+2 |
2022-07-14 | block: stop using bdevname in bdev_write_inode | Christoph Hellwig | 1 | -6/+4 |
2022-07-13 | blk-cgroup: Use atomic{,64}_try_cmpxchg | Uros Bizjak | 2 | -9/+5 |
2022-07-13 | blk-iolatency: Use atomic{,64}_try_cmpxchg | Uros Bizjak | 1 | -7/+5 |
2022-07-12 | block: Use try_cmpxchg in update_io_ticks | Uros Bizjak | 1 | -1/+1 |
2022-07-12 | block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_below | Uros Bizjak | 1 | -8/+2 |
2022-07-12 | blk-mq: don't create hctx debugfs dir until q->debugfs_dir is created | Ming Lei | 1 | -0/+3 |
2022-07-06 | block: move zone related fields to struct gendisk | Christoph Hellwig | 3 | -28/+25 |
2022-07-06 | block: use bdev based helpers in blkdev_zone_mgmt{,all} | Christoph Hellwig | 1 | -4/+4 |
2022-07-06 | block: replace blkdev_nr_zones with bdev_nr_zones | Christoph Hellwig | 2 | -8/+9 |
2022-07-06 | block: remove queue_max_open_zones and queue_max_active_zones | Christoph Hellwig | 1 | -2/+2 |
2022-07-06 | block: pass a gendisk to blk_queue_free_zone_bitmaps | Christoph Hellwig | 3 | -6/+8 |
2022-07-06 | block: pass a gendisk to blk_queue_clear_zone_settings | Christoph Hellwig | 3 | -4/+6 |
2022-07-06 | block: pass a gendisk to blk_queue_set_zoned | Christoph Hellwig | 2 | -5/+6 |
2022-07-06 | block: simplify blk_check_zone_append | Christoph Hellwig | 1 | -3/+2 |
2022-07-06 | block: simplify blk_mq_plug | Christoph Hellwig | 4 | -13/+11 |
2022-07-06 | block: use bdev_is_zoned instead of open coding it | Christoph Hellwig | 4 | -10/+9 |
2022-07-06 | block: call blk_queue_free_zone_bitmaps from disk_release | Christoph Hellwig | 2 | -2/+1 |
2022-07-06 | blk-mq: Drop local variable for reserved tag | John Garry | 1 | -4/+2 |
2022-07-06 | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry | 3 | -11/+8 |
2022-07-06 | blk-mq: Drop blk_mq_ops.timeout 'reserved' arg | John Garry | 2 | -4/+4 |
2022-07-06 | blk-mq: Add a flag for reserved requests | John Garry | 1 | -0/+6 |
2022-06-29 | blk-cgroup: factor out blkcg_free_all_cpd() | Jason Yan | 1 | -18/+18 |
2022-06-29 | blk-cgroup: factor out blkcg_iostat_update() | Jason Yan | 1 | -17/+20 |
2022-06-29 | block: simplify disk_set_independent_access_ranges | Christoph Hellwig | 3 | -44/+18 |
2022-06-29 | block: move ->ia_ranges from the request_queue to the gendisk | Christoph Hellwig | 1 | -9/+9 |
2022-06-29 | block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency | Ying Sun | 1 | -1/+0 |
2022-06-29 | block: Remove check of PageError | Matthew Wilcox (Oracle) | 1 | -4/+0 |