summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-02-05block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig
2024-01-31block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng
2024-01-25block: ensure we hold a queue reference when using queue limitsJens Axboe
2024-01-25block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)
2024-01-25block: add check that partition length needs to be aligned with block sizeMin Li
2024-01-25blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei
2024-01-25block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan
2024-01-25block: Set memalloc_noio to false on device_add_disk() error pathLi Nan
2024-01-20blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei
2024-01-20block: warn once for each partition in bio_check_ro()Yu Kuai
2023-12-20blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei
2023-12-03block: update the stable_writes flag in bdev_addChristoph Hellwig
2023-12-03blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei
2023-11-28blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig
2023-11-20blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai
2023-10-20blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov
2023-10-13block: Fix regression in sed-opal for a saved key.Milan Broz
2023-10-11block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti
2023-09-26block: fix kernel-doc for disk_force_media_change()Randy Dunlap
2023-09-18block: correct stale comment in rq_qos_waitKemeng Shi
2023-09-11blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou
2023-09-06block: fix pin count management when merging same-page segmentsChristoph Hellwig
2023-08-31block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng
2023-08-31block: remove the call to file_remove_privs in blkdev_write_iterChristoph Hellwig
2023-08-30blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai
2023-08-30blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai
2023-08-30blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negativeYu Kuai
2023-08-30blk-throttle: print signed value 'carryover_bytes/ios' for userYu Kuai
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-22block: use strscpy() to instead of strncpy()Xu Panda
2023-08-22block: sed-opal: keyring support for SED keysGreg Joyce
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce
2023-08-22blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou
2023-08-22blk-mq: delete redundant tagset map update when fallbackChengming Zhou
2023-08-22blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-08-21block: drop the "busy inodes on changed media" log messageChristoph Hellwig
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou
2023-08-18blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei
2023-08-17blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo