summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner
2024-02-25block: remove bdev_handle completelyChristian Brauner
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner
2024-02-25block/ioctl: port blkdev_bszset() to fileChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-16block: sed-opal: handle empty atoms when parsing responseGreg Joyce
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2024-02-01block: Fix where bio IO priority gets setHongyu Jin
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt
2024-01-22block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig
2024-01-12block: print symbolic error name instead of error codeChristian Heusel
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal
2024-01-08block: remove disk_clear_zonedChristoph Hellwig
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek
2024-01-04block: floor the discard granularity to the physical block sizeChristoph Hellwig
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig
2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig
2023-12-23badblocks: avoid checking invalid range in badblocks_check()Coly Li
2023-12-20block: export disk_clear_zoned()Jens Axboe
2023-12-19block: simplify disk_set_zonedChristoph Hellwig