summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: add a tracepoint for sync_dirty_inodesChao Yu2015-12-171-0/+8
| * f2fs: optimize the flow of f2fs_map_blocksFan Li2015-12-171-33/+36
| * f2fs: support data flush in backgroundChao Yu2015-12-171-1/+4
| * f2fs: stat dirty regular/symlink inodesChao Yu2015-12-173-12/+14
| * f2fs: introduce new option for controlling data flushChao Yu2015-12-162-0/+8
| * f2fs: record dirty status of regular/symlink inodeChao Yu2015-12-166-49/+58
| * f2fs: introduce __f2fs_commit_superChao Yu2015-12-161-17/+13
| * f2fs: relocate tracepoint of write_checkpointJaegeuk Kim2015-12-161-1/+1
| * f2fs: don't grab super block buffer header all the timeChao Yu2015-12-163-53/+38
| * f2fs: backup raw_super in sbiYunlei He2015-12-161-4/+15
| * f2fs: fix to reset variable correctllyFan Li2015-12-161-7/+2
| * f2fs: introduce __remove_dirty_inodeChao Yu2015-12-151-9/+15
| * f2fs: introduce dirty list node in inode infoChao Yu2015-12-154-46/+20
| * f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-155-12/+12
| * f2fs: do more integrity verification for superblockChao Yu2015-12-141-0/+98
| * f2fs: fix to update variable correctly when skip a unmapped blockFan Li2015-12-141-0/+1
| * f2fs: write only the pages in range during defragmentFan Li2015-12-141-1/+1
| * f2fs: clean up node page updating flowChao Yu2015-12-141-11/+15
| * f2fs: use lock_buffer when changing superblockJaegeuk Kim2015-12-091-0/+4
| * f2fs: refactor f2fs_commit_superJaegeuk Kim2015-12-091-12/+20
| * f2fs: enhance the bit operation for SSRJaegeuk Kim2015-12-091-30/+20
| * f2fs: fix to convert inline inode in ->setattrChao Yu2015-12-041-0/+8
| * f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2015-12-045-9/+7
| * f2fs: kill f2fs_drop_largest_extentChao Yu2015-12-043-13/+0
| * f2fs: clean up argument of recover_dataChao Yu2015-12-041-4/+3
| * f2fs: clean up code with __has_cursum_spaceChao Yu2015-12-041-2/+2
| * f2fs: clean up error path in f2fs_readdirChao Yu2015-12-041-8/+5
| * f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim2015-12-041-1/+30
| * f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim2015-12-041-3/+4
| * f2fs: fix to report error in f2fs_readdirChao Yu2015-12-041-2/+7
| * f2fs: clear page uptodate when dropping cache for atomic writeChao Yu2015-12-041-0/+1
| * f2fs: optimize __find_rev_next_bitFan Li2015-12-041-28/+18
| * f2fs: fix to remove directory inode from dirty listChao Yu2015-12-041-1/+3
| * f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2015-12-042-2/+19
| * f2fs: fix memory leak of kobject in error path of fill_superChao Yu2015-12-041-0/+2
| * f2fs: support file defragmentChao Yu2015-12-043-1/+208
| * f2fs: commit atomic written page in LFS modeChao Yu2015-12-041-0/+1
| * f2fs: report error of f2fs_create_root_statsChao Yu2015-12-043-5/+12
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-8/+4
|\ \
| * | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-4/+2
| * | f2fs: it's umode_t, not mode_t...Al Viro2015-12-061-4/+2
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-112-66/+28
|\ \
| * | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-56/+26
| * | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-062-15/+7
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-7/+9
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-6/+10
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-082-3/+3
|/
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-31/+29
|\
| * f2fs: xattr simplificationsAndreas Gruenbacher2015-11-131-12/+3
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-20/+27
OpenPOWER on IntegriCloud