aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds3-3/+49
2020-01-14fs-verity: implement readahead of Merkle tree pagesEric Biggers3-3/+49
2019-12-31fscrypt: Allow modular crypto algorithmsHerbert Xu1-0/+1
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+1
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2019-11-30Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds15-106/+411
2019-11-25Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+4
2019-11-25Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-6/+20
2019-11-25f2fs: stop GC when the victim becomes fully validJaegeuk Kim1-2/+8
2019-11-25f2fs: expose main_blkaddr in sysfsJaegeuk Kim1-0/+2
2019-11-25f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()Chengguang Xu1-6/+14
2019-11-19f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala3-6/+17
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu9-27/+32
2019-11-13f2fs: support STATX_ATTR_VERITYEric Biggers1-1/+4
2019-11-12block: rework zone reportingChristoph Hellwig1-35/+16
2019-11-07f2fs: fix potential overflowChao Yu2-2/+2
2019-11-07f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim7-11/+73
2019-11-07f2fs: avoid kernel panic on corruption testJaegeuk Kim1-1/+0
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-1/+2
2019-11-06f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers1-6/+20
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsJan Kara1-1/+1
2019-10-25f2fs: cache global IPU bioChao Yu4-32/+169
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann1-0/+1
2019-10-22f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+13
2019-10-22f2fs: check total_segments from devices in raw_superQiuyang Sun1-0/+15
2019-10-22f2fs: update multi-dev metadata in resize_fsQiuyang Sun1-2/+32
2019-10-22f2fs: mark recovery flag correctly in read_raw_super_block()Chengguang Xu via Linux-f2fs-devel1-4/+2
2019-10-04f2fs: fix to update time in lazytime modeChao Yu2-9/+20
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds17-203/+839
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-9/+12
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds9-15/+392
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala1-2/+2
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu2-2/+8
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu1-3/+6
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu1-4/+4
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeChao Yu1-1/+1
2019-09-16f2fs: check all the data segments against all node onesSurbhi Palande1-2/+2
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf1-1/+3
2019-09-16f2fs: fix inode rwsem regressionGoldwyn Rodrigues1-2/+3
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2-0/+10
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim2-26/+18
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala1-1/+1
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim1-13/+13
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim1-2/+4
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu7-44/+34
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu1-16/+11
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2