summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu
2017-07-04f2fs: clean up sysfs codesChao Yu
2017-07-04f2fs: fix wrong error number of fill_superChao Yu
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET
2017-07-04f2fs: use proper variable nameTiezhu Yang