summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocksChao Yu2015-12-301-2/+7
* f2fs: record node block allocation in dnode_of_dataJaegeuk Kim2015-12-303-0/+7
* f2fs: avoid unnecessary f2fs_gc for dir operationsJaegeuk Kim2015-12-301-16/+18
* f2fs: check inline_data flag at converting timeJaegeuk Kim2015-12-303-40/+29
* f2fs: speed up shrinking extent tree entriesJaegeuk Kim2015-12-303-1/+16
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2015-12-225-9/+12
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-031-2/+2
|\
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-031-1/+9
|\ \
| * | direct-io: Fix negative return from dio read beyond eofJan Kara2015-11-301-1/+9
* | | Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-278-64/+77
|\ \ \
| * | | nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton2015-11-251-25/+31