summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim
2017-08-03f2fs: support inode checksumChao Yu
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu
2017-07-26f2fs: remove unused input parameterYunlei He
2017-07-17f2fs: avoid cpu lockupJaegeuk Kim
2017-07-17f2fs: include seq_file.h for sysfs.cJaegeuk Kim
2017-07-15f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim
2017-07-15f2fs: remove extra inode_unlock() in error pathLuis Henriques
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu
2017-07-07f2fs: relax migratepage for atomic written pageJaegeuk Kim
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong
2017-07-07f2fs: do not set LOST_PINO for newly created dirSheng Yong
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu
2017-07-07f2fs: introduce __check_sit_bitmapChao Yu
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu
2017-07-07f2fs: avoid redundant f2fs_flush after remountYunlong Song
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers