summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | f2fs: fix to truncate inline data past EOFChao Yu2015-04-103-10/+33
| * | | f2fs: fix reference leaks in f2fs_acl_createChao Yu2015-04-101-5/+9
| * | | f2fs: fix to calculate max length of contiguous free slots correctlyChao Yu2015-04-101-7/+4
| * | | f2fs: fix unlocked nat set cache operationWanpeng Li2015-04-101-0/+5
| * | | f2fs: cleanup statement about max orphan inodes calcChangman Lee2015-04-101-7/+0
| * | | f2fs: remove unnecessary condition judgmentYuan Zhong2015-04-101-1/+1
| * | | f2fs: set the correct place of initializing *res_pageYuan Zhong2015-04-101-2/+2
| * | | f2fs: reduce searching region of segmap when set free sectionWanpeng Li2015-04-101-1/+2
| * | | f2fs: fix extent cache memory leakWanpeng Li2015-04-101-0/+1
| * | | f2fs: relocate Kconfig from misc filesystemsJaegeuk Kim2015-04-102-2/+2
| * | | f2fs: report -ENOENT for unreached data indicesJaegeuk Kim2015-04-101-1/+1
| * | | f2fs: clear append/update flags once fsync is doneJaegeuk Kim2015-04-101-0/+2
| * | | f2fs: avoid to trigger writepage during PORJaegeuk Kim2015-04-101-0/+4
| * | | f2fs: add stat info for moved blocks by background gcChangman Lee2015-04-103-16/+28
| * | | f2fs: fix to issue small discard in real-time mode discardChao Yu2015-04-101-1/+1
| * | | f2fs: add cond_resched() to sync_dirty_dir_inodes()Sebastian Andrzej Siewior2015-04-101-0/+1
| * | | f2fs: fix max orphan inodes calculationWanpeng Li2015-04-101-5/+7
| * | | f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li2015-04-101-3/+3
| * | | f2fs: fix block_ops trace pointWanpeng Li2015-04-101-2/+3
| * | | f2fs: check its block allocation to avoid producing wrong dirty pagesJaegeuk Kim2015-04-101-1/+9
| * | | f2fs: clear page's up-to-date if block was deallocatedJaegeuk Kim2015-04-103-1/+8
| * | | f2fs: fix the number of orphan inode blocksWanpeng Li2015-04-101-4/+4
| * | | f2fs: introduce macro __cp_payloadWanpeng Li2015-04-102-5/+9
| * | | f2fs: support fs shutdownJaegeuk Kim2015-04-102-0/+46
| * | | f2fs: avoid wrong error during recoveryJaegeuk Kim2015-03-031-1/+3
| * | | f2fs: remove obsolete codeJaegeuk Kim2015-03-031-2/+0
| * | | f2fs: use extent cache for dirChao Yu2015-03-031-0/+14
| * | | f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cacheChao Yu2015-03-031-12/+6
| * | | f2fs: support fast lookup in extent cacheChao Yu2015-03-032-3/+17
| * | | f2fs: add trace for rb-tree extent cache opsChao Yu2015-03-031-2/+14
| * | | f2fs: show extent tree, node stat info in debugfsChao Yu2015-03-032-1/+8
| * | | f2fs: enable rb-tree extent cacheChao Yu2015-03-034-1/+25
| * | | f2fs: add a mount option for rb-tree extent cacheChao Yu2015-03-032-0/+8
| * | | f2fs: add core functions for rb-tree extent cacheChao Yu2015-03-033-1/+451
| * | | f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu2015-03-032-4/+33
| * | | f2fs: introduce universal lookup/update interface for extent cacheChao Yu2015-03-035-30/+44
| * | | f2fs: introduce f2fs_map_bh to clean codes of check_extent_cacheChao Yu2015-03-031-14/+21
| * | | f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu2015-03-032-10/+9
| * | | f2fs: move ext_lock out of struct extent_infoChao Yu2015-03-034-12/+15
| * | | f2fs: fix incorrectly stat number of inline data inodeChao Yu2015-03-031-0/+2
| * | | f2fs: use ->writepage in sync_meta_pagesChao Yu2015-03-031-1/+1
| * | | f2fs: introduce f2fs_update_dentry to clean up duplicated codesChao Yu2015-03-033-22/+31
| * | | f2fs: remove unused inline_dentry_addrChao Yu2015-03-031-6/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1751-362/+561
|\ \ \ \
| * | | | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-172-10/+55
| * | | | bfs: correct return valuesSanidhya Kashyap2015-04-171-2/+2
| * | | | affs: kstrdup() memory handlingSanidhya Kashyap2015-04-171-1/+5
| * | | | fs/affs: use affs_test_opt()Fabian Frederick2015-04-175-21/+22
| * | | | fs/affs/super.c: use affs_set_opt()Fabian Frederick2015-04-171-15/+16
| * | | | fs/affs/affs.h: add mount option manipulation macrosFabian Frederick2015-04-171-0/+4