aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim1-26/+130
2017-08-03f2fs: support inode checksumChao Yu5-1/+118
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim1-1/+1
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song3-8/+13
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu1-0/+48
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2-28/+239
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim1-3/+13
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim3-14/+14
2017-07-31f2fs: support project quotaChao Yu6-16/+105
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu9-50/+124
2017-07-31f2fs: make max inline size changeableChao Yu5-59/+95
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim2-0/+15
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu2-2/+15
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim2-0/+19
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim1-2/+6
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández1-2/+3
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He1-13/+15
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2-22/+30
2017-07-26f2fs: remove unused input parameterYunlei He3-7/+5
2017-07-17f2fs: avoid cpu lockupJaegeuk Kim1-0/+10
2017-07-17f2fs: include seq_file.h for sysfs.cJaegeuk Kim1-0/+1
2017-07-15f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-15f2fs: remove extra inode_unlock() in error pathLuis Henriques1-4/+1
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-661/+1522
2017-07-08f2fs: support plain user/group quotaChao Yu7-40/+452
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim1-3/+13
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu2-11/+18
2017-07-07f2fs: relax migratepage for atomic written pageJaegeuk Kim1-2/+6
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu3-22/+20
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu1-1/+0
2017-07-07f2fs: do not set LOST_PINO for renamed dirSheng Yong1-1/+4
2017-07-07f2fs: do not set LOST_PINO for newly created dirSheng Yong1-1/+2
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu3-6/+13
2017-07-07f2fs: introduce __check_sit_bitmapChao Yu1-0/+25
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu3-9/+18
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu3-6/+27
2017-07-07f2fs: avoid redundant f2fs_flush after remountYunlong Song1-0/+2
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim1-3/+11
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim2-0/+55
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim1-2/+4
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu4-14/+17
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu1-1/+1
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers1-3/+7
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu4-333/+359
2017-07-04f2fs: clean up sysfs codesChao Yu1-47/+74
2017-07-04f2fs: fix wrong error number of fill_superChao Yu1-1/+4
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu1-1/+2
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET1-1/+3