summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds17-185/+320
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+19
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe1-26/+0
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-107/+171
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal1-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig1-21/+0
2024-01-05blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-05blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2024-01-05block: floor the discard granularity to the physical block sizeChristoph Hellwig1-0/+3
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-3/+18
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig1-1/+4
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig1-5/+1
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET1-2/+4
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2-2/+2
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig3-18/+2
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig1-5/+21
2023-12-24badblocks: avoid checking invalid range in badblocks_check()Coly Li1-2/+4
2023-12-21block: export disk_clear_zoned()Jens Axboe1-0/+1
2023-12-20block: simplify disk_set_zonedChristoph Hellwig3-24/+13
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig3-75/+13
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2023-12-18block: skip cgroups for passthrough ioKundan Kumar1-0/+3
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig1-1/+4
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche1-8/+4
2023-12-13block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-08block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-22/+24
2023-12-02block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2-2/+3
2023-12-02block: bio-integrity: directly map user buffersKeith Busch1-2/+216
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds3-4/+26
2023-12-01blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2023-11-29block: Document the role of the two attribute groupsBart Van Assche1-0/+2
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai1-3/+11
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-11-20block: Remove blk_set_runtime_active()Damien Le Moal1-28/+5
2023-11-20block: update the stable_writes flag in bdev_addChristoph Hellwig1-0/+2
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara2-1/+94
2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara1-64/+30
2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner1-33/+32
2023-11-18bdev: surface the error from sync_blockdev()Christian Brauner1-1/+1
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-9/+13
2023-11-17blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei1-0/+13
2023-11-17blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei1-2/+0
2023-11-17blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-11-13blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig1-37/+38