aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-661/+1522
2017-07-08f2fs: support plain user/group quotaGravatar Chao Yu 7-40/+452
2017-07-07f2fs: avoid deadlock caused by lock order of page and lock_opGravatar Jaegeuk Kim 1-3/+13
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Gravatar Chao Yu 2-11/+18
2017-07-07f2fs: relax migratepage for atomic written pageGravatar Jaegeuk Kim 1-2/+6
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksGravatar Chao Yu 3-22/+20
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Gravatar Chao Yu 1-1/+0
2017-07-07f2fs: do not set LOST_PINO for renamed dirGravatar Sheng Yong 1-1/+4
2017-07-07f2fs: do not set LOST_PINO for newly created dirGravatar Sheng Yong 1-1/+2
2017-07-07f2fs: skip ->writepages for {mete,node}_inode during recoveryGravatar Chao Yu 3-6/+13
2017-07-07f2fs: introduce __check_sit_bitmapGravatar Chao Yu 1-0/+25
2017-07-07f2fs: stop gc/discard thread in prior during umountGravatar Chao Yu 3-9/+18
2017-07-07f2fs: introduce reserved_blocks in sysfsGravatar Chao Yu 3-6/+27
2017-07-07f2fs: avoid redundant f2fs_flush after remountGravatar Yunlong Song 1-0/+2
2017-07-07f2fs: report # of free inodes more preciselyGravatar Jaegeuk Kim 1-3/+11
2017-07-04f2fs: add ioctl to do gc with target block addressGravatar Jaegeuk Kim 2-0/+55
2017-07-04f2fs: don't need to check encrypted inode for partial truncationGravatar Jaegeuk Kim 1-2/+4
2017-07-04f2fs: measure inode.i_blocks as generic filesystemGravatar Chao Yu 4-14/+17
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyGravatar Chao Yu 1-1/+1
2017-07-04f2fs: require key for truncate(2) of encrypted fileGravatar Eric Biggers 1-3/+7
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cGravatar Chao Yu 4-333/+359
2017-07-04f2fs: clean up sysfs codesGravatar Chao Yu 1-47/+74
2017-07-04f2fs: fix wrong error number of fill_superGravatar Chao Yu 1-1/+4
2017-07-04f2fs: fix to show injection rate in ->show_optionsGravatar Chao Yu 1-1/+2
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Gravatar Christophe JAILLET 1-1/+3
2017-07-04f2fs: use proper variable nameGravatar Tiezhu Yang 1-11/+11
2017-07-04f2fs: fix to avoid panic when encountering corrupt nodeGravatar Chao Yu 1-3/+11
2017-07-04f2fs: don't track newly allocated nat entry in listGravatar Chao Yu 1-6/+10
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdGravatar Chao Yu 1-0/+2
2017-07-04f2fs: introduce __wait_one_discard_bioGravatar Chao Yu 1-16/+17
2017-07-04f2fs: dax: fix races between page faults and truncating pagesGravatar Qiuyang Sun 4-9/+43
2017-07-04f2fs: simplify the way of calulating next nat addressGravatar Fan Li 1-5/+1
2017-07-04f2fs: sanity check size of nat and sit cacheGravatar Jin Qian 1-0/+7
2017-07-04f2fs: fix a panic caused by NULL flush_cmd_controlGravatar Yunlei He 1-1/+4
2017-07-04f2fs: remove the unnecessary cast for PTR_ERRGravatar Zhang Shengju 1-1/+1
2017-07-04f2fs: remove false-positive bug_onGravatar Jaegeuk Kim 1-2/+3
2017-07-04f2fs: Do not issue small discards in LFS modeGravatar Damien Le Moal 1-1/+2
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-6/+6
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 1-1/+1
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Gravatar Christoph Hellwig 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 2-6/+6
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.Gravatar David Miller 1-1/+4
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-1/+1
2017-05-23f2fs: don't bother checking for encryption key in ->write_iter()Gravatar Eric Biggers 1-5/+0
2017-05-23f2fs: don't bother checking for encryption key in ->mmap()Gravatar Eric Biggers 1-8/+0
2017-05-23f2fs: wait discard IO completion without cmd_lock heldGravatar Chao Yu 1-3/+20
2017-05-23f2fs: wake up all waiters in f2fs_submit_discard_endioGravatar Chao Yu 1-1/+1
2017-05-23f2fs: show more info if fail to issue discardGravatar Chao Yu 1-1/+2
2017-05-23f2fs: introduce io_list for serialize data/node IOsGravatar Chao Yu 6-13/+46
2017-05-23f2fs: split wio_mutexGravatar Chao Yu 3-6/+8