summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-22ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-05-22ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani3-57/+64
2022-05-22ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2-64/+70
2022-05-22ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani4-122/+131
2022-05-21io_uring: cleanup handling of the two task_work listsJens Axboe1-25/+37
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-91/+114
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua1-1/+1
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-05-19Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-05-19io_uring: disallow mixed provided buffer group registrationsJens Axboe1-3/+5
2022-05-19io_uring: initialize io_buffer_list head when shared ring is unregisteredJens Axboe1-0/+3
2022-05-18io_uring: add fully sparse buffer registrationPavel Begunkov1-7/+15
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua4-16/+9
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li1-1/+0
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2-24/+20
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein2-37/+30
2022-05-18io_uring: use rcu_dereference in io_closeChristoph Hellwig1-1/+2
2022-05-18io_uring: consistently use the EPOLL* definesChristoph Hellwig1-4/+4
2022-05-18io_uring: make apoll_events a __poll_tChristoph Hellwig1-3/+4
2022-05-18io_uring: drop a spurious inline on a forward declarationChristoph Hellwig1-1/+1
2022-05-18io_uring: don't use ERR_PTR for user pointersChristoph Hellwig1-46/+37
2022-05-18io_uring: use a rwf_t for io_rw.flagsChristoph Hellwig1-1/+1
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe1-12/+222
2022-05-18io_uring: add io_pin_pages() helperJens Axboe1-27/+50
2022-05-18io_uring: add buffer selection support to IORING_OP_NOPJens Axboe1-1/+12
2022-05-18io_uring: fix locking state for empty buffer groupJens Axboe1-11/+14
2022-05-17io_uring: don't attempt to IOPOLL for MSG_RING requestsJens Axboe1-0/+3
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+6
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi3-83/+100
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi2-0/+16
2022-05-17ext4: fix journal_ioprio mount option handlingOjaswin Mujoo1-5/+10
2022-05-17ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
2022-05-17ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-05-17btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn1-3/+12
2022-05-17btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo1-2/+22
2022-05-17btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-05-17btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana1-2/+5
2022-05-17btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota1-1/+1
2022-05-17btrfs: send: avoid trashing the page cacheFilipe Manana1-3/+82
2022-05-17erofs: scan devices from device tableJeffle Xu2-39/+72
2022-05-17erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-17erofs: add 'fsid' mount optionJeffle Xu2-3/+32
2022-05-17erofs: implement fscache-based data readaheadJeffle Xu2-0/+94
2022-05-17erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-17erofs: implement fscache-based data read for non-inline layoutJeffle Xu3-0/+57
2022-05-17erofs: implement fscache-based metadata readJeffle Xu2-4/+40
2022-05-17erofs: register fscache context for extra data blobsJeffle Xu3-1/+12
2022-05-17erofs: register fscache context for primary data blobJeffle Xu2-4/+12