| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-throttle: remove more latency dead-code | Dr. David Alan Gilbert | 2024-07-27 | 1 | -11/+0 |
* | block: fix deadlock between sd_remove & sd_release | Yang Yang | 2024-07-24 | 1 | -1/+1 |
* | Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-22 | 5 | -13/+37 |
|\ |
|
| * | blk-cgroup: move congestion_count to struct blkcg | Xiu Jianfeng | 2024-07-19 | 2 | -7/+10 |
| * | block: avoid polling configuration errors | hexue | 2024-07-19 | 1 | -1/+4 |
| * | block: Catch possible entries missing from rqf_name[] | John Garry | 2024-07-19 | 1 | -0/+1 |
| * | block: Simplify definition of RQF_NAME() | John Garry | 2024-07-19 | 1 | -1/+1 |
| * | block: Catch possible entries missing from cmd_flag_name[] | John Garry | 2024-07-19 | 1 | -0/+2 |
| * | block: Catch possible entries missing from alloc_policy_name[] | John Garry | 2024-07-19 | 1 | -0/+1 |
| * | block: Catch possible entries missing from hctx_flag_name[] | John Garry | 2024-07-19 | 1 | -0/+3 |
| * | block: Catch possible entries missing from hctx_state_name[] | John Garry | 2024-07-19 | 1 | -0/+1 |
| * | block: Catch possible entries missing from blk_queue_flag_name[] | John Garry | 2024-07-19 | 1 | -0/+2 |
| * | block: Relocate BLK_MQ_CPU_WORK_BATCH | John Garry | 2024-07-19 | 1 | -0/+2 |
| * | block: remove QUEUE_FLAG_STOPPED | Christoph Hellwig | 2024-07-19 | 1 | -1/+0 |
| * | block: Add missing entry to hctx_flag_name[] | John Garry | 2024-07-19 | 1 | -2/+3 |
| * | block: Add zone write plugging entry to rqf_name[] | John Garry | 2024-07-19 | 1 | -0/+1 |
| * | block: Add missing entries from cmd_flag_name[] | John Garry | 2024-07-19 | 1 | -1/+6 |
* | | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-22 | 5 | -61/+61 |
|\ \ |
|
| * | | block: don't free the integrity payload in bio_integrity_unmap_free_user | Christoph Hellwig | 2024-07-03 | 2 | -21/+12 |
| * | | block: don't free submitter owned integrity payload on I/O completion | Christoph Hellwig | 2024-07-03 | 2 | -37/+33 |
| * | | block: call bio_integrity_unmap_free_user from blk_rq_unmap_user | Christoph Hellwig | 2024-07-03 | 2 | -1/+3 |
| * | | block: don't call bio_uninit from bio_endio | Christoph Hellwig | 2024-07-03 | 1 | -2/+12 |
| * | | block: split integrity support out of bio.h | Christoph Hellwig | 2024-07-03 | 3 | -2/+3 |
| * | | Merge tag 'v6.10-rc6' into for-6.11/block-post | Jens Axboe | 2024-07-03 | 4 | -4/+30 |
| |\ \ |
|
* | \ \ | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2024-07-19 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | scsi: bsg: Pass dev to blk_mq_alloc_queue() | John Garry | 2024-05-31 | 1 | -2/+1 |
* | | | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-15 | 30 | -1416/+1113 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | block: take offset into account in blk_bvec_map_sg again | Christoph Hellwig | 2024-07-09 | 1 | -2/+2 |
| * | | | block: fix get_max_segment_size() warning | Chaitanya Kulkarni | 2024-07-09 | 1 | -1/+1 |
| * | | | block: Validate logical block size in blk_validate_limits() | John Garry | 2024-07-09 | 1 | -0/+4 |
| * | | | block: pass a phys_addr_t to get_max_segment_size | Christoph Hellwig | 2024-07-08 | 1 | -14/+11 |
| * | | | block: add a bvec_phys helper | Christoph Hellwig | 2024-07-08 | 2 | -3/+3 |
| * | | | blk-lib: check for kill signal in ioctl BLKZEROOUT | Christoph Hellwig | 2024-07-05 | 2 | -24/+44 |
| * | | | block: limit the Write Zeroes to manually writing zeroes fallback | Christoph Hellwig | 2024-07-05 | 1 | -1/+1 |
| * | | | block: refacto blkdev_issue_zeroout | Christoph Hellwig | 2024-07-05 | 1 | -39/+55 |
| * | | | block: move read-only and supported checks into (__)blkdev_issue_zeroout | Christoph Hellwig | 2024-07-05 | 1 | -28/+23 |
| * | | | block: remove the LBA alignment check in __blkdev_issue_zeroout | Christoph Hellwig | 2024-07-05 | 1 | -5/+0 |
| * | | | block: factor out a blk_write_zeroes_limit helper | Christoph Hellwig | 2024-07-05 | 1 | -7/+11 |
| * | | | block: Remove blk_alloc_zone_bitmap() | Damien Le Moal | 2024-07-05 | 1 | -10/+2 |
| * | | | block: Remove REQ_OP_ZONE_RESET_ALL emulation | Damien Le Moal | 2024-07-05 | 2 | -77/+4 |
| * | | | block: reuse original bio_vec array for integrity during clone | Anuj Gupta | 2024-07-04 | 1 | -6/+3 |
| | |/
| |/| |
|
| * | | block/mq-deadline: Fix the tag reservation code | Bart Van Assche | 2024-07-02 | 1 | -3/+17 |
| * | | block: Call .limit_depth() after .hctx has been set | Bart Van Assche | 2024-07-02 | 1 | -6/+6 |
| * | | block: don't reduce max_sectors based on io_opt | Christoph Hellwig | 2024-07-01 | 1 | -1/+1 |
| * | | block: remove a duplicate io_min check in blk_validate_limits | Christoph Hellwig | 2024-07-01 | 1 | -2/+1 |
| * | | blk-wbt: don't throttle swap writes in direct reclaim | Baokun Li | 2024-07-01 | 1 | -9/+9 |
| * | | block: pass a gendisk to the queue_sysfs_entry methods | Christoph Hellwig | 2024-06-28 | 3 | -97/+96 |
| * | | block: add helper macros to de-duplicate the queue sysfs attributes | Christoph Hellwig | 2024-06-28 | 1 | -173/+82 |
| * | | blk-throttle: fix lower control under super low iops limit | Yu Kuai | 2024-06-28 | 1 | -0/+3 |
| * | | block: set bip_vcnt correctly | Anuj Gupta | 2024-06-28 | 1 | -0/+2 |