- bbbc34f f2fs: clean up bggc mount option by Chao Yu · 4 years, 11 months ago
- b0332a0 f2fs: clean up lfs/adaptive mount option by Chao Yu · 4 years, 11 months ago
- a9117ec f2fs: fix to show norecovery mount option by Chao Yu · 4 years, 11 months ago
- ba3b583 f2fs: clean up parameter of macro XATTR_SIZE() by Chao Yu · 4 years, 11 months ago
- a2ced1c f2fs: clean up codes with {f2fs_,}data_blkaddr() by Chao Yu · 4 years, 11 months ago
- a7e679b f2fs: show mounted time by Jaegeuk Kim · 4 years, 10 months ago
- c6d5789 f2fs: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
- 2536ac6 f2fs: allow to clear F2FS_COMPR_FL flag by Chao Yu · 4 years, 10 months ago
- 6cfdf15 f2fs: fix to check dirty pages during compressed inode conversion by Chao Yu · 4 years, 10 months ago
- 96f5b4f f2fs: fix to account compressed inode correctly by Chao Yu · 4 years, 10 months ago
- 99eabb9 f2fs: fix wrong check on F2FS_IOC_FSSETXATTR by Jaegeuk Kim · 4 years, 10 months ago
- 95978ca f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() by Chao Yu · 4 years, 10 months ago
- 06c7540 f2fs: fix to avoid using uninitialized variable by Chao Yu · 4 years, 10 months ago
- 7a88ddb f2fs: fix inconsistent comments by Chao Yu · 4 years, 10 months ago
- 3addc1a f2fs: remove i_sem lock coverage in f2fs_setxattr() by Chao Yu · 4 years, 10 months ago
- c10c982 f2fs: cover last_disk_size update with spinlock by Chao Yu · 4 years, 10 months ago
- d940aa0 f2fs: fix to check i_compr_blocks correctly by Chao Yu · 4 years, 10 months ago
- df77fbd f2fs: fix to avoid potential deadlock by Chao Yu · 4 years, 10 months ago
- 097a768 f2fs: add missing function name in kernel message by Chao Yu · 4 years, 10 months ago
- 0b32dc1 f2fs: recycle unused compress_data.chksum feild by Chao Yu · 4 years, 10 months ago
- 61fbae2 f2fs: fix to avoid NULL pointer dereference by Chao Yu · 4 years, 10 months ago
- 7fa6d59 f2fs: fix leaking uninitialized memory in compressed clusters by Eric Biggers · 4 years, 10 months ago
- bf22c3c f2fs: fix the panic in do_checkpoint() by Sahitya Tummala · 4 years, 11 months ago
- dc5a941 f2fs: fix to wait all node page writeback by Chao Yu · 4 years, 11 months ago
- 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
- 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
- 6e135ba Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
- c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- 80f2388 f2fs: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
- 5515eae f2fs: fix dcache lookup of !casefolded directories by Eric Biggers · 5 years ago
- fc7100e f2fs: Add f2fs stats to sysfs by Hridya Valsaraju · 5 years ago
- fb24fea f2fs: change to use rwsem for gc_mutex by Chao Yu · 5 years ago
- d7b0a23 f2fs: update f2fs document regarding to fsync_mode by Jaegeuk Kim · 5 years ago
- 0e7f4197 f2fs: add a way to turn off ipu bio cache by Jaegeuk Kim · 5 years ago
- bf2cbd3 f2fs: code cleanup for f2fs_statfs_project() by Chengguang Xu · 5 years ago
- acdf217 f2fs: fix miscounted block limit in f2fs_statfs_project() by Chengguang Xu · 5 years ago
- 644c8c9 f2fs: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
- e8ce574 f2fs: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
- b06af2a f2fs: convert inline_dir early before starting rename by Jaegeuk Kim · 5 years ago
- fe396ad f2fs: fix memleak of kobject by Chao Yu · 5 years ago
- 3e5e479 f2fs: fix to add swap extent correctly by Chao Yu · 5 years ago
- 4eea93e f2fs: run fsck when getting bad inode during GC by Jaegeuk Kim · 5 years ago
- 4c8ff70 f2fs: support data compression by Chao Yu · 5 years ago
- 820d366 f2fs: free sysfs kobject by Jaegeuk Kim · 5 years ago
- 2c4e0c5 f2fs: declare nested quota_sem and remove unnecessary sems by Jaegeuk Kim · 5 years ago
- 762e4db f2fs: don't put new_page twice in f2fs_rename by Jaegeuk Kim · 5 years ago
- 5b1dbb0 f2fs: set I_LINKABLE early to avoid wrong access by vfs by Jaegeuk Kim · 5 years ago
- 542989b f2fs: don't keep META_MAPPING pages used for moving verity file blocks by Eric Biggers · 5 years ago
- f543805 f2fs: introduce private bioset by Chao Yu · 5 years ago
- 0e6d016 f2fs: cleanup duplicate stats for atomic files by Sahitya Tummala · 5 years ago
- d508c94 f2fs: Check write pointer consistency of non-open zones by Shin'ichiro Kawasaki · 5 years ago
- c426d99 f2fs: Check write pointer consistency of open zones by Shin'ichiro Kawasaki · 5 years ago
- fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
- ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
- 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
- dd97300 f2fs: set GFP_NOFS when moving inline dentries by Jaegeuk Kim · 5 years ago
- 4f4460c f2fs: should avoid recursive filesystem ops by Jaegeuk Kim · 5 years ago
- 3f188c2 f2fs: keep quota data on write_begin failure by Jaegeuk Kim · 5 years ago
- bdf0329 f2fs: call f2fs_balance_fs outside of locked page by Jaegeuk Kim · 5 years ago
- 47501f8 f2fs: preallocate DIO blocks when forcing buffered_io by Jaegeuk Kim · 5 years ago
- eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
- 8f45533 Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
- 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- ea4b71b Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- 803e74b f2fs: stop GC when the victim becomes fully valid by Jaegeuk Kim · 5 years ago
- a4db59a f2fs: expose main_blkaddr in sysfs by Jaegeuk Kim · 5 years ago
- 909110c f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project() by Chengguang Xu · 5 years ago
- 677017d f2fs: Fix deadlock in f2fs_gc() context during atomic files handling by Sahitya Tummala · 5 years ago
- c45d600 f2fs: show f2fs instance in printk_ratelimited by Chao Yu · 5 years ago
- 924e319 f2fs: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
- d410035 block: rework zone reporting by Christoph Hellwig · 5 years ago
- 1f0d5c9 f2fs: fix potential overflow by Chao Yu · 5 years ago
- 2a60637 f2fs: fix to update dir's i_pino during cross_rename by Chao Yu · 5 years ago
- f5a53ed f2fs: support aligned pinned file by Jaegeuk Kim · 5 years ago
- bc005a4 f2fs: avoid kernel panic on corruption test by Jaegeuk Kim · 5 years ago
- 6c1b1da block: add zone open, close and finish operations by Ajay Joshi · 5 years ago
- 0eee17e f2fs: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
- 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
- 0b20fce f2fs: cache global IPU bio by Chao Yu · 5 years ago
- 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
- 688078e f2fs: fix to avoid memory leakage in f2fs_listxattr by Randall Huang · 5 years ago
- 9f701f6 f2fs: check total_segments from devices in raw_super by Qiuyang Sun · 5 years ago
- 46d9ce1 f2fs: update multi-dev metadata in resize_fs by Qiuyang Sun · 5 years ago
- ed352042 f2fs: mark recovery flag correctly in read_raw_super_block() by Chengguang Xu via Linux-f2fs-devel · 5 years ago
- fe1897e f2fs: fix to update time in lazytime mode by Chao Yu · 5 years ago
- fbc246a Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 5 years ago
- cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- fbbf779 f2fs: add a condition to detect overflow in f2fs_ioc_gc_range() by Sahitya Tummala · 5 years ago
- 8223ecc f2fs: fix to add missing F2FS_IO_ALIGNED() condition by Chao Yu · 5 years ago
- 9720ee8 f2fs: fix to fallback to buffered IO in IO aligned mode by Chao Yu · 5 years ago
- 05e360061 f2fs: fix to handle error path correctly in f2fs_map_blocks by Chao Yu · 5 years ago
- 86f35dc f2fs: fix extent corrupotion during directIO in LFS mode by Chao Yu · 5 years ago
- 1166c1f f2fs: check all the data segments against all node ones by Surbhi Palande · 5 years ago
- bd7253b f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY by Lockywolf · 5 years ago
- cb8434f f2fs: fix inode rwsem regression by Goldwyn Rodrigues · 5 years ago