summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-301-1/+1
|\ \
| * | fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-041-1/+1
| |/
* | Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-11-3015-106/+411
|\ \
| * | f2fs: stop GC when the victim becomes fully validJaegeuk Kim2019-11-251-2/+8
| * | f2fs: expose main_blkaddr in sysfsJaegeuk Kim2019-11-251-0/+2
| * | f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2019-11-251-6/+14
| * | f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala2019-11-193-6/+17
| * | f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-199-27/+32
| * | f2fs: fix potential overflowChao Yu2019-11-072-2/+2
| * | f2fs: fix to update dir's i_pino during cross_renameChao Yu2019-11-071-3/+12
| * | f2fs: support aligned pinned fileJaegeuk Kim2019-11-077-11/+73
| * | f2fs: avoid kernel panic on corruption testJaegeuk Kim2019-11-071-1/+0
| * | f2fs: cache global IPU bioChao Yu2019-10-254-32/+169
| * | f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2019-10-221-1/+13
| * | f2fs: check total_segments from devices in raw_superQiuyang Sun2019-10-221-0/+15
| * | f2fs: update multi-dev metadata in resize_fsQiuyang Sun2019-10-221-2/+32
| * | f2fs: mark recovery flag correctly in read_raw_super_block()Chengguang Xu via Linux-f2fs-devel2019-10-221-4/+2
| * | f2fs: fix to update time in lazytime modeChao Yu2019-10-042-9/+20
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-11-251-1/+4
|\ \
| * | f2fs: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-11-251-6/+20
|\ \
| * | f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-061-6/+20
| |/
* | block: rework zone reportingChristoph Hellwig2019-11-121-35/+16
* | block: add zone open, close and finish operationsAjay Joshi2019-11-071-1/+2
|/
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-2117-203/+839
|\
| * f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala2019-09-171-2/+2
| * f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu2019-09-162-2/+8
| * f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu2019-09-161-3/+6
| * f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu2019-09-161-4/+4
| * f2fs: fix extent corrupotion during directIO in LFS modeChao Yu2019-09-161-1/+1
| * f2fs: check all the data segments against all node onesSurbhi Palande2019-09-161-2/+2
| * f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf2019-09-161-1/+3
| * f2fs: fix inode rwsem regressionGoldwyn Rodrigues2019-09-161-2/+3
| * f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2019-09-162-0/+10
| * f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim2019-09-162-26/+18
| * f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala2019-09-091-1/+1
| * f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim2019-09-061-13/+13
| * f2fs: fix error path of f2fs_convert_inline_page()Chao Yu2019-09-061-0/+1
| * f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim2019-09-061-2/+4
| * f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-067-44/+34
| * f2fs: clean up __bio_alloc()'s parameterChao Yu2019-09-061-16/+11
| * f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu2019-09-061-1/+2
| * f2fs: fix to writeout dirty inode during node flushChao Yu2019-09-061-0/+49
| * f2fs: optimize case-insensitive lookupsChao Yu2019-09-062-7/+53
| * f2fs: introduce f2fs_match_name() for cleanupChao Yu2019-08-231-19/+30
| * f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala2019-08-233-9/+46
| * f2fs: allocate memory in batch in build_sit_info()Chao Yu2019-08-232-28/+24
| * f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2019-08-232-0/+72