summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\
| * iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-033-16/+10
|\ \
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * | block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2022-08-022-7/+7
| * | block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)2022-08-021-2/+1
| * | block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)2022-08-021-1/+1
| * | block: Simplify read_part_sector()Matthew Wilcox (Oracle)2022-08-021-2/+1
| * | block: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-4/+0
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0245-688/+678
|\ \ \
| * | | block: remove __blk_get_queueChristoph Hellwig2022-07-212-11/+4
| * | | block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig2022-07-211-0/+15
| * | | blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig2022-07-211-1/+1
| * | | block: don't allow the same type rq_qos add more than onceJinke Han2022-07-204-16/+45
| * | | block/kyber: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
| * | | block/mq-deadline: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| * | | block/bfq: Use the new blk_opf_t typeBart Van Assche2022-07-143-25/+25
| * | | block: Use the new blk_opf_t typeBart Van Assche2022-07-1411-43/+44
| * | | block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
| * | | block: Use enum req_op where appropriateBart Van Assche2022-07-145-9/+10
| * | | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-4/+3
| * | | block: remove bdevnameChristoph Hellwig2022-07-141-23/+0
| * | | block: stop using bdevname in __blkdev_issue_discardChristoph Hellwig2022-07-141-4/+2
| * | | block: stop using bdevname in bdev_write_inodeChristoph Hellwig2022-07-141-6/+4
| * | | blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-122-9/+5
| * | | blk-iolatency: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-7/+5
| * | | block: Use try_cmpxchg in update_io_ticksUros Bizjak2022-07-121-1/+1
| * | | block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_belowUros Bizjak2022-07-121-8/+2
| * | | blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei2022-07-121-0/+3
| * | | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-063-28/+25
| * | | block: use bdev based helpers in blkdev_zone_mgmt{,all}Christoph Hellwig2022-07-061-4/+4
| * | | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-062-8/+9
| * | | block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
| * | | block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-063-6/+8
| * | | block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig2022-07-063-4/+6
| * | | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-062-5/+6
| * | | block: simplify blk_check_zone_appendChristoph Hellwig2022-07-061-3/+2
| * | | block: simplify blk_mq_plugChristoph Hellwig2022-07-064-13/+11
| * | | block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-064-10/+9
| * | | block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-062-2/+1
| * | | blk-mq: Drop local variable for reserved tagJohn Garry2022-07-061-4/+2
| * | | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-063-11/+8
| * | | blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-062-4/+4
| * | | blk-mq: Add a flag for reserved requestsJohn Garry2022-07-061-0/+6
| * | | blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan2022-06-291-18/+18
| * | | blk-cgroup: factor out blkcg_iostat_update()Jason Yan2022-06-291-17/+20
| * | | block: simplify disk_set_independent_access_rangesChristoph Hellwig2022-06-293-44/+18
| * | | block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig2022-06-291-9/+9
| * | | block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependencyYing Sun2022-06-291-1/+0
| * | | blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-283-25/+26