summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu
2022-10-07f2fs: account swapfile inodesChao Yu
2022-10-05f2fs: allow direct read for zoned deviceJaegeuk Kim
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: remove the unnecessary check in f2fs_xattr_fiemapZhang Qilong
2022-10-04f2fs: introduce cp_status sysfs entryChao Yu
2022-10-04f2fs: fix to detect corrupted meta inoChao Yu
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-04f2fs: code clean and fix a type errorZhang Qilong
2022-10-04f2fs: add "c_len" into trace_f2fs_update_extent_tree_range for compressed fileZhang Qilong
2022-10-04f2fs: fix to do sanity check on summary infoChao Yu
2022-10-04f2fs: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-10-04f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-04f2fs: let FI_OPU_WRITE override FADVISE_COLD_BITWeichao Guo
2022-10-04f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-04f2fs: remove redundant check in f2fs_sanity_check_clusterZhang Qilong
2022-10-04f2fs: add static init_idisk_time function to reduce the codeZhang Qilong
2022-10-04f2fs: fix typoYonggil Song
2022-10-04f2fs: fix wrong dirty page count when race between mmap and fallocate.Shuqi Zhang
2022-10-04f2fs: use COMPRESS_MAPPING to get compress cache mappingZhang Qilong
2022-10-04f2fs: return the tmp_ptr directly in __bitmap_ptrZhang Qilong
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig
2022-09-12f2fs: simplify code in f2fs_prepare_decomp_memZhang Qilong
2022-09-12f2fs: replace logical value "true" with a int numberZhang Qilong
2022-09-12f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-09-12f2fs: complete checkpoints during remountJaegeuk Kim
2022-09-12f2fs: flush pending checkpoints when freezing superJaegeuk Kim
2022-09-11f2fs: support STATX_DIOALIGNEric Biggers
2022-09-11f2fs: simplify f2fs_force_buffered_io()Eric Biggers
2022-09-11f2fs: move f2fs_force_buffered_io() into file.cEric Biggers
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-29f2fs: use memcpy_{to,from}_page() where possibleEric Biggers
2022-08-29f2fs: fix wrong continue condition in GCJaegeuk Kim
2022-08-29f2fs: LFS mode does not support ATGCJaegeuk Kim
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong
2022-08-05f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim