aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-06-12block: unmap and free user mapped integrity via submitterGravatar Anuj Gupta 1-2/+24
2024-06-12block: fix request.queuelist usage in flushGravatar Chengming Zhou 1-1/+2
2024-06-12block: Optimize disk zone resource cleanupGravatar Damien Le Moal 1-0/+3
2024-06-12block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Gravatar Su Hui 1-1/+1
2024-05-30blk-throttle: Fix incorrect display of io.maxGravatar Waiman Long 2-18/+14
2024-05-30block: Fix zone write plugging handling of devices with a runt zoneGravatar Damien Le Moal 1-8/+27
2024-05-30block: Fix validation of zoned device with a runt zoneGravatar Damien Le Moal 1-5/+11
2024-05-28block: check for max_hw_sectors underflowGravatar Hannes Reinecke 1-2/+6
2024-05-28block: stack max_user_sectorsGravatar Christoph Hellwig 1-0/+2
2024-05-27block: delete redundant function declarationGravatar hexue 1-1/+0
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-38/+89
2024-05-22blk-throttle: remove unused struct 'avg_latency_bucket'Gravatar Dr. David Alan Gilbert 1-5/+0
2024-05-21block: fix lost bio for plug enabled bio based deviceGravatar Yu Kuai 1-6/+7
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-32/+42
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-39/+67
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-13/+22
2024-05-20block: t10-pi: add MODULE_DESCRIPTION()Gravatar Jeff Johnson 1-1/+1
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+2
2024-05-17blk-mq: add helper for checking if one CPU is mapped to specified hctxGravatar Ming Lei 1-2/+18
2024-05-15blk-cgroup: Properly propagate the iostat update up the hierarchyGravatar Waiman Long 1-1/+18
2024-05-15blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedGravatar Ming Lei 1-0/+10
2024-05-15blk-cgroup: fix list corruption from resetting io statGravatar Ming Lei 1-23/+35
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-247/+4
2024-05-14Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-0/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 29-1641/+1959
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-1/+2
2024-05-10Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+4
2024-05-09blk-throttle: delay initialization until configurationGravatar Yu Kuai 4-53/+88
2024-05-09blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWGravatar Yu Kuai 7-905/+42
2024-05-09block: fix that util can be greater than 100%Gravatar Yu Kuai 1-10/+2
2024-05-09block: support to account io_ticks preciselyGravatar Yu Kuai 5-5/+13
2024-05-09block: add plug while submitting IOGravatar Yu Kuai 1-0/+6
2024-05-07bio: Export bio_add_folio_nofail to modulesGravatar Matthew Wilcox (Oracle) 1-0/+1
2024-05-07blk-lib: check for kill signal in ioctl BLKDISCARDGravatar Christoph Hellwig 1-3/+30
2024-05-07block: add a bio_await_chain helperGravatar Keith Busch 2-0/+21
2024-05-07block: add a blk_alloc_discard_bio helperGravatar Christoph Hellwig 1-21/+29
2024-05-07block: add a bio_chain_and_submit helperGravatar Christoph Hellwig 1-8/+19
2024-05-07block: move discard checks into the ioctl handlerGravatar Christoph Hellwig 2-15/+5
2024-05-07block: remove the discard_granularity check in __blkdev_issue_discardGravatar Christoph Hellwig 1-7/+0
2024-05-07block/ioctl: prefer different overflow checkGravatar Justin Stitt 1-1/+1
2024-05-06block: set default max segment size in case of virt_boundaryGravatar Ming Lei 1-1/+4
2024-05-03block: fix and simplify blkdevparts= cmdline parsingGravatar INAGAKI Hiroshi 1-37/+12
2024-05-03block: refine the EOF check in blkdev_iomap_beginGravatar Christoph Hellwig 1-1/+1
2024-05-03block: add a partscan sysfs attribute for disksGravatar Christoph Hellwig 1-0/+8
2024-05-03block: add a disk_has_partscan helperGravatar Christoph Hellwig 2-9/+3
2024-05-03RIP ->bd_inodeGravatar Al Viro 1-1/+0
2024-05-03block/bdev.c: use the knowledge of inode/bdev coallocationGravatar Al Viro 1-13/+19
2024-05-03blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...Gravatar Al Viro 1-6/+4
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingGravatar Al Viro 5-15/+15
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Gravatar Al Viro 1-0/+1