summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2024-01-251-22/+24
* block: add check that partition length needs to be aligned with block sizeMin Li2024-01-251-4/+7
* blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei2024-01-251-1/+2
* block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan2024-01-251-1/+3
* block: Set memalloc_noio to false on device_add_disk() error pathLi Nan2024-01-251-0/+1
* blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei2024-01-201-1/+13
* block: warn once for each partition in bio_check_ro()Yu Kuai2024-01-201-3/+11
* blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei2023-12-201-0/+13
* blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-12-201-0/+2
* block: update the stable_writes flag in bdev_addChristoph Hellwig2023-12-031-0/+2
* blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei2023-12-031-2/+0
* blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig2023-11-281-37/+38
* blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai2023-11-201-2/+2
* blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov2023-10-201-0/+6
* block: Fix regression in sed-opal for a saved key.Milan Broz2023-10-131-4/+3
* block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2023-10-111-5/+16
* block: fix kernel-doc for disk_force_media_change()Randy Dunlap2023-09-261-1/+0
* block: correct stale comment in rq_qos_waitKemeng Shi2023-09-181-1/+1
* blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou2023-09-111-6/+7
* block: fix pin count management when merging same-page segmentsChristoph Hellwig2023-09-061-4/+3
* block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng2023-08-311-0/+2
* block: remove the call to file_remove_privs in blkdev_write_iterChristoph Hellwig2023-08-311-4/+0
* blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai2023-08-301-8/+13
* blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai2023-08-301-45/+41
* blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negativeYu Kuai2023-08-301-6/+5
* blk-throttle: print signed value 'carryover_bytes/ios' for userYu Kuai2023-08-302-3/+3
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-2916-216/+579
|\
| * block: use strscpy() to instead of strncpy()Xu Panda2023-08-221-8/+4
| * block: sed-opal: keyring support for SED keysGreg Joyce2023-08-222-2/+174
| * block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce2023-08-222-0/+44
| * block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce2023-08-221-3/+35
| * blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou2023-08-221-0/+10
| * blk-mq: delete redundant tagset map update when fallbackChengming Zhou2023-08-221-1/+0
| * blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou2023-08-221-1/+5
| * blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo2023-08-171-14/+18
| * block: Bring back zero_fill_bio_iterKent Overstreet2023-08-141-3/+3
| * block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet2023-08-141-4/+6
| * block: Add some exports for bcachefsKent Overstreet2023-08-143-1/+3
| * block: fix bad lockdep annotation in blk-iolatencyJens Axboe2023-08-101-1/+1
| * block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng2023-08-101-24/+11
| * bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi2023-08-091-7/+24
| * bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi2023-08-091-13/+3
| * bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-1/+1
| * block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-092-1/+5
| * block/mq-deadline: use correct way to throttling write requestsZhiguo Niu2023-08-081-1/+2
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-10/+60
| * block: use iomap for writes to block devicesChristoph Hellwig2023-08-022-2/+30
| * block: stop setting ->direct_IOChristoph Hellwig2023-08-021-2/+1
| * block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig2023-08-021-2/+43
| * block: cleanup bio_integrity_prepJinyoung Choi2023-07-251-5/+1