aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2022-05-244-17/+10
|\
| * fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua2022-05-191-1/+1
| * fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua2022-05-184-16/+9
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-05-248-96/+188
|\ \
| * | fscrypt: add new helper functions for test_dummy_encryptionEric Biggers2022-05-093-68/+112
| * | fscrypt: factor out fscrypt_policy_to_key_spec()Eric Biggers2022-05-093-17/+25
| * | fscrypt: log when starting to use inline encryptionEric Biggers2022-04-133-3/+36
| * | fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2022-04-133-8/+15
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-1/+6
|\ \ \
| * | | btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas2022-04-251-1/+6
* | | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-5/+1
|\ \ \ \
| * | | | x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner2022-04-271-5/+1
* | | | | 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