aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-234-51/+294
|\
| * zonefs: Add active seq file accountingDamien Le Moal2022-04-213-6/+83
| * zonefs: Export open zone resource information through sysfsDamien Le Moal2022-04-214-5/+156
| * zonefs: Always do seq file write open accountingDamien Le Moal2022-04-211-34/+46
| * zonefs: Rename super block information fieldsDamien Le Moal2022-04-212-9/+12
| * zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
| * zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-2334-190/+106
|\ \
| * | block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-4/+3
| * | direct-io: remove random prefetchesChristoph Hellwig2022-04-171-28/+4
| * | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-1710-20/+20
| * | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-1712-35/+23
| * | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-1719-61/+33
| * | block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-4/+2
| * | block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-171-2/+1
| * | block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
| * | block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
| * | block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-2/+1
| * | block: add a bdev_nonrot helperChristoph Hellwig2022-04-172-3/+3
| * | ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig2022-04-171-1/+1
| * | btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig2022-04-171-2/+1
| * | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-7/+8
| * | squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig2022-04-171-8/+3
| * | btrfs: simplify ->flush_bio handlingChristoph Hellwig2022-04-173-16/+7
| |/
* | Merge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-5/+8
|\ \
| * | fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng2022-05-191-5/+8
* | | Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds2022-05-231-74/+370
|\ \ \
| * | | io_uring: cleanup handling of the two task_work listsJens Axboe2022-05-211-25/+37
| * | | fs,io_uring: add infrastructure for uring-cmdJens Axboe2022-05-111-18/+117
| * | | io_uring: support CQE32 for nop operationStefan Roesch2022-05-091-2/+26
| * | | io_uring: enable CQE32Stefan Roesch2022-05-091-1/+1
| * | | io_uring: support CQE32 in /proc infoStefan Roesch2022-05-091-2/+14
| * | | io_uring: add tracing for additional CQE32 fieldsStefan Roesch2022-05-091-5/+6
| * | | io_uring: overflow processing for CQE32Stefan Roesch2022-05-091-9/+23
| * | | io_uring: flush completions for CQE32Stefan Roesch2022-05-091-2/+6
| * | | io_uring: modify io_get_cqe for CQE32Stefan Roesch2022-05-091-2/+17
| * | | io_uring: add CQE32 completion processingStefan Roesch2022-05-091-8/+45
| * | | io_uring: add CQE32 setup processingStefan Roesch2022-05-091-0/+58
| * | | io_uring: change ring size calculation for CQE32Stefan Roesch2022-05-091-3/+7
| * | | io_uring: store add. return values for CQE32Stefan Roesch2022-05-091-1/+7
| * | | io_uring: add support for 128-byte SQEsJens Axboe2022-05-091-3/+11
| * | | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe2022-05-093-46/+597
| |\ \ \
| * \ \ \ Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthroughJens Axboe2022-05-093-938/+1145
| |\ \ \ \
* | \ \ \ \ Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-4/+14
|\ \ \ \ \ \
| * | | | | | io_uring: return hint on whether more data is available after receiveJens Axboe2022-04-291-4/+15
| * | | | | | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe2022-04-294-718/+1470
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds2022-05-231-0/+177
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | io_uring: add io_uring_get_opcodeDylan Yudaken2022-04-261-0/+101
| * | | | | | io_uring: add socket(2) supportJens Axboe2022-04-241-0/+76
* | | | | | | Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds2022-05-233-72/+422
|\ \ \ \ \ \ \