summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2015-12-30f2fs: check inline_data flag at converting timeJaegeuk Kim
2015-12-30f2fs: speed up shrinking extent tree entriesJaegeuk Kim
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-22f2fs: use atomic variable for total_extent_treeJaegeuk Kim
2015-12-17f2fs: add a tracepoint for sync_dirty_inodesChao Yu
2015-12-17f2fs: optimize the flow of f2fs_map_blocksFan Li
2015-12-17f2fs: support data flush in backgroundChao Yu
2015-12-17f2fs: stat dirty regular/symlink inodesChao Yu
2015-12-16f2fs: introduce new option for controlling data flushChao Yu
2015-12-16f2fs: record dirty status of regular/symlink inodeChao Yu
2015-12-16f2fs: introduce __f2fs_commit_superChao Yu
2015-12-16f2fs: relocate tracepoint of write_checkpointJaegeuk Kim
2015-12-16f2fs: don't grab super block buffer header all the timeChao Yu
2015-12-16f2fs: backup raw_super in sbiYunlei He
2015-12-16f2fs: fix to reset variable correctllyFan Li
2015-12-15f2fs: introduce __remove_dirty_inodeChao Yu
2015-12-15f2fs: introduce dirty list node in inode infoChao Yu
2015-12-15f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu
2015-12-15f2fs: do more integrity verification for superblockChao Yu
2015-12-14f2fs: fix to update variable correctly when skip a unmapped blockFan Li
2015-12-14f2fs: write only the pages in range during defragmentFan Li
2015-12-14f2fs: clean up node page updating flowChao Yu
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher
2015-12-09f2fs: use lock_buffer when changing superblockJaegeuk Kim
2015-12-09f2fs: refactor f2fs_commit_superJaegeuk Kim
2015-12-09f2fs: enhance the bit operation for SSRJaegeuk Kim
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-07f2fs: it's umode_t, not mode_t...Al Viro
2015-12-04f2fs: fix to convert inline inode in ->setattrChao Yu
2015-12-04f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu
2015-12-04f2fs: kill f2fs_drop_largest_extentChao Yu
2015-12-04f2fs: clean up argument of recover_dataChao Yu
2015-12-04f2fs: clean up code with __has_cursum_spaceChao Yu
2015-12-04f2fs: clean up error path in f2fs_readdirChao Yu
2015-12-04f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim
2015-12-04f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim
2015-12-04f2fs: fix to report error in f2fs_readdirChao Yu
2015-12-04f2fs: clear page uptodate when dropping cache for atomic writeChao Yu
2015-12-04f2fs: optimize __find_rev_next_bitFan Li
2015-12-04f2fs: fix to remove directory inode from dirty listChao Yu
2015-12-04f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu
2015-12-04f2fs: fix memory leak of kobject in error path of fill_superChao Yu
2015-12-04f2fs: support file defragmentChao Yu
2015-12-04f2fs: commit atomic written page in LFS modeChao Yu
2015-12-04f2fs: report error of f2fs_create_root_statsChao Yu
2015-11-14Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-14f2fs: xattr simplificationsAndreas Gruenbacher
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher