summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-02-22Merge tag 'v5.15.148' into fslc-5.15-2.2.x-imxMax Krummenacher
2024-02-22Merge tag 'v5.15.147' into fslc-5.15-2.2.x-imxMax Krummenacher
2024-02-22Merge tag 'v5.15.144' into fslc-5.15-2.2.x-imxMax Krummenacher
2024-02-22Merge tag 'v5.15.139' into fslc-5.15-2.2.x-imxMax Krummenacher
2024-02-21Merge tag 'v5.15.135' into fslc-5.15-2.2.x-imxMax Krummenacher
2024-02-21Merge commit v5.4.132 into fslc-5.15-2.2.x-imxMax Krummenacher
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-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
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-15block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti
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-11-20blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai
2023-11-20block: remove unneeded return value of bio_check_ro()Miaohe Lin
2023-10-10block: fix use-after-free of q->q_usage_counterMing Lei
2023-09-19block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng
2023-09-19block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2023-09-19block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
2023-09-19block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig
2023-08-30Merge tag 'v5.15.121' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-30Merge tag 'v5.15.117' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-30Merge tag 'v5.15.116' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-29Merge tag 'v5.15.111' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.99' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.93' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.92' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.91' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.90' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.89' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-07-23block/partition: fix signedness issue for Amiga partitionsMichael Schmitz
2023-07-23block: increment diskseq on all media change eventsDemi Marie Obenour
2023-07-23block: add overflow checks for Amiga partition supportMichael Schmitz
2023-07-23block: fix signed int overflow in Amiga partition supportMichael Schmitz
2023-07-23blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan
2023-06-14blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann
2023-06-09block: fix revalidate performance regressionDamien Le Moal
2023-06-09block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)
2023-05-11blk-crypto: make blk_crypto_evict_key() more robustEric Biggers
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-05-11blk-mq: release crypto keyslot before reporting I/O completeEric Biggers
2023-03-10block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe
2023-03-10blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan
2023-03-10block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen
2023-03-10blk-mq: correct stale comment of .get_budgetKemeng Shi
2023-03-10blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi
2023-03-10blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi
2023-02-09block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai
2023-02-09block, bfq: replace 0/1 with false/true in bic apisYu Kuai