summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-013-120/+44
|\
| * nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig2021-10-223-120/+44
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0124-59/+42
|\ \
| * | 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
| * | 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
* | | Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-013-848/+983
|\ \ \
| * | | 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
| * | | io_uring: clean io_wq_submit_work()'s main loopPavel Begunkov2021-10-251-28/+12
| * | | io-wq: use helper for worker refcountingPavel Begunkov2021-10-231-2/+1
| * | | io_uring: implement async hybrid mode for pollable requestsHao Xu2021-10-231-1/+35
| * | | io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())Changcheng Deng2021-10-201-1/+1
| * | | io_uring: split logic of force_nonblockHao Xu2021-10-201-22/+26
| * | | io_uring: warning about unused-but-set parameterArnd Bergmann2021-10-191-4/+1
| * | | io_uring: inform block layer of how many requests we are submittingJens Axboe2021-10-191-1/+3
| * | | io_uring: simplify io_file_supports_nowait()Pavel Begunkov2021-10-191-12/+22
| * | | io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flagsPavel Begunkov2021-10-191-40/+21
| * | | io_uring: arm poll for non-nowait filesPavel Begunkov2021-10-191-7/+0
| * | | fs/io_uring: Prioritise checking faster conditions first in io_writeNoah Goldstein2021-10-191-1/+1
| * | | io_uring: clean io_prep_rw()Pavel Begunkov2021-10-191-4/+3
| * | | io_uring: optimise fixed rw rsrc node settingPavel Begunkov2021-10-191-7/+4
| * | | io_uring: return iovec from __io_import_iovecPavel Begunkov2021-10-191-22/+23
| * | | io_uring: optimise io_import_iovec fixed pathPavel Begunkov2021-10-191-3/+6
| * | | io_uring: kill io_wq_current_is_worker() in iopollPavel Begunkov2021-10-191-5/+5
| * | | io_uring: optimise req->ctx reloadsPavel Begunkov2021-10-191-2/+1