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