summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: unmap and free user mapped integrity via submitterAnuj Gupta2024-06-121-2/+24
* block: fix request.queuelist usage in flushChengming Zhou2024-06-121-1/+2
* block: Optimize disk zone resource cleanupDamien Le Moal2024-06-121-0/+3
* block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Su Hui2024-06-121-1/+1
* blk-throttle: Fix incorrect display of io.maxWaiman Long2024-05-302-18/+14
* block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal2024-05-301-8/+27
* block: Fix validation of zoned device with a runt zoneDamien Le Moal2024-05-301-5/+11
* block: check for max_hw_sectors underflowHannes Reinecke2024-05-281-2/+6
* block: stack max_user_sectorsChristoph Hellwig2024-05-281-0/+2
* block: delete redundant function declarationhexue2024-05-271-1/+0
* Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds2024-05-235-38/+89
|\
| * blk-throttle: remove unused struct 'avg_latency_bucket'Dr. David Alan Gilbert2024-05-221-5/+0
| * block: fix lost bio for plug enabled bio based deviceYu Kuai2024-05-211-6/+7
| * block: t10-pi: add MODULE_DESCRIPTION()Jeff Johnson2024-05-201-1/+1
| * blk-mq: add helper for checking if one CPU is mapped to specified hctxMing Lei2024-05-171-2/+18
| * blk-cgroup: Properly propagate the iostat update up the hierarchyWaiman Long2024-05-151-1/+18
| * blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedMing Lei2024-05-151-0/+10
| * blk-cgroup: fix list corruption from resetting io statMing Lei2024-05-151-23/+35
* | Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-218-32/+42
|\ \
| * | bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro2024-05-022-5/+10
| * | bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro2024-05-021-2/+3
| * | bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro2024-05-023-7/+6
| * | bdev: move ->bd_write_holder into ->__bd_flagsAl Viro2024-05-021-4/+5
| * | bdev: move ->bd_read_only to ->__bd_flagsAl Viro2024-05-021-1/+4
| * | bdev: infrastructure for flagsAl Viro2024-05-021-1/+1
| * | wrapper for access to ->bd_partnoAl Viro2024-05-022-7/+7
| * | Use bdev_is_paritition() instead of open-coding itAl Viro2024-05-022-3/+4
* | | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-217-39/+67
|\ \ \
| * | | RIP ->bd_inodeAl Viro2024-05-031-1/+0
| * | | block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro2024-05-031-13/+19
| * | | blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...Al Viro2024-05-031-6/+4
| * | | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-035-15/+15
| * | | block_device: add a pointer to struct address_space (page cache of bdev)Al Viro2024-05-031-0/+1
| * | | missing helpers: bdev_unhash(), bdev_drop()Al Viro2024-05-034-6/+18
| * | | block: move two helpers into bdev.cYu Kuai2024-05-031-0/+12
| * | | blkdev_write_iter(): saner way to get inode and bdevAl Viro2024-05-031-2/+2
* | | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-212-13/+22
|\| | |
| * | | make set_blocksize() fail unless block device is opened exclusiveAl Viro2024-05-021-0/+3
| * | | set_blocksize(): switch to passing struct file *Al Viro2024-05-022-13/+19
* | | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-4/+2
|\ \ \ \
| * | | | block/partitions/ldm: convert strncpy() to strscpy()Arnd Bergmann2024-04-251-4/+2
| |/ / /
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-142-247/+4
|\ \ \ \
| * | | | scsi: block: Remove now unused queue limits helpersChristoph Hellwig2024-04-121-245/+0
| * | | | scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-111-2/+4
* | | | | Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-05-141-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bio: Export bio_add_folio_nofail to modulesMatthew Wilcox (Oracle)2024-05-071-0/+1
* | | | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1329-1641/+1959
|\ \ \ \ \
| * | | | | blk-throttle: delay initialization until configurationYu Kuai2024-05-094-53/+88
| * | | | | blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai2024-05-097-905/+42
| * | | | | block: fix that util can be greater than 100%Yu Kuai2024-05-091-10/+2