summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-017-12/+224
|\
| * doc: Fix typo in request queue sysfs documentationDamien Le Moal2021-10-261-1/+1
| * doc: document sysfs queue/independent_access_ranges attributesDamien Le Moal2021-10-261-0/+31
| * libata: support concurrent positioning ranges logDamien Le Moal2021-10-264-11/+110
| * scsi: sd: add concurrent positioning ranges supportDamien Le Moal2021-10-262-0/+82
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0162-160/+140
|\ \
| * | partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-191-9/+10
| * | partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-191-1/+1
| * | block/ioctl: use bdev_nr_sectors and bdev_nr_bytesChristoph Hellwig2021-10-191-12/+8
| * | block: cache inode size in bdevJens Axboe2021-10-184-4/+7
| * | udf: use sb_bdev_nr_blocksChristoph Hellwig2021-10-182-9/+5
| * | reiserfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-3/+1
| * | ntfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-5/+3
| * | jfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-182-4/+2
| * | ext4: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-1/+1
| * | block: add a sb_bdev_nr_blocks helperChristoph Hellwig2021-10-181-0/+6
| * | block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig2021-10-181-1/+1
| * | squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+3
| * | reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-3/+1
| * | pstore/blk: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-5/+3
| * | ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
| * | nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-183-3/+3
| * | nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
| * | jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-182-2/+2
| * | hfsplus: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
| * | hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
| * | fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-4/+1
| * | cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
| * | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-184-9/+8
| * | affs: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-1/+1
| * | fs: simplify init_page_buffersChristoph Hellwig2021-10-181-1/+1
| * | fs: use bdev_nr_bytes instead of open coding it in blkdev_max_blockChristoph Hellwig2021-10-181-1/+1
| * | target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
| * | nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
| * | md: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-15/+11
| * | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-1822-33/+28
| * | drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
| * | bcache: remove bdev_sectorsChristoph Hellwig2021-10-183-6/+2
| * | block: add a bdev_nr_bytes helperChristoph Hellwig2021-10-181-1/+6
| * | block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2021-10-182-17/+17
* | | Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-015-848/+1045
|\ \ \
| * | | io-wq: remove worker to owner tw dependencyPavel Begunkov2021-10-291-9/+37
| * | | io_uring: harder fdinfo sq/cq ring iteratingJens Axboe2021-10-291-22/+29
| * | | io_uring: don't assign write hint in the read pathJens Axboe2021-10-261-1/+1
| * | | io_uring: clusterise ki_flags access in rw_prepPavel Begunkov2021-10-251-10/+11
| * | | io_uring: kill unused param from io_file_supports_nowaitPavel Begunkov2021-10-251-4/+3
| * | | io_uring: clean up timeout async_data allocationPavel Begunkov2021-10-251-1/+3
| * | | io_uring: don't try io-wq polling if not supportedPavel Begunkov2021-10-251-2/+6
| * | | io_uring: check if opcode needs poll first on armingPavel Begunkov2021-10-251-4/+2
| * | | io_uring: clean iowq submit work cancellationPavel Begunkov2021-10-251-30/+29