summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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-18erofs: scan devices from device tableJeffle Xu2-39/+72
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-18erofs: add 'fsid' mount optionJeffle Xu2-3/+32
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu2-0/+94
2022-05-18erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu3-0/+57
2022-05-18erofs: implement fscache-based metadata readJeffle Xu2-4/+40
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu3-1/+12
2022-05-18erofs: register fscache context for primary data blobJeffle Xu2-4/+12
2022-05-18erofs: add erofs_fscache_read_folios() helperJeffle Xu1-0/+54
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu2-5/+40
2022-05-18erofs: add fscache context helper functionsJeffle Xu2-0/+60
2022-05-18erofs: register fscache volumeJeffle Xu5-0/+69
2022-05-18erofs: add fscache mode check helperJeffle Xu2-15/+34
2022-05-18erofs: make erofs_map_blocks() generally availableJeffle Xu2-2/+4
2022-05-18cachefiles: add tracepoints for on-demand read modeJeffle Xu1-0/+7
2022-05-18cachefiles: enable on-demand read modeJeffle Xu1-5/+12
2022-05-18cachefiles: implement on-demand readJeffle Xu3-2/+99
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu3-0/+45
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu3-3/+22
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu6-15/+524
2022-05-18cachefiles: extract write routineJeffle Xu2-26/+45