| Commit message (Expand) | Author | Age | Files | Lines |
* | f2fs: fix reference leaks in f2fs_acl_create | Chao Yu | 2015-04-11 | 1 | -5/+9 |
* | f2fs: fix to calculate max length of contiguous free slots correctly | Chao Yu | 2015-04-11 | 1 | -7/+4 |
* | f2fs: fix unlocked nat set cache operation | Wanpeng Li | 2015-04-11 | 1 | -0/+5 |
* | f2fs: cleanup statement about max orphan inodes calc | Changman Lee | 2015-04-11 | 1 | -7/+0 |
* | f2fs: remove unnecessary condition judgment | Yuan Zhong | 2015-04-11 | 1 | -1/+1 |
* | f2fs: set the correct place of initializing *res_page | Yuan Zhong | 2015-04-11 | 1 | -2/+2 |
* | f2fs: reduce searching region of segmap when set free section | Wanpeng Li | 2015-04-11 | 1 | -1/+2 |
* | f2fs: fix extent cache memory leak | Wanpeng Li | 2015-04-11 | 1 | -0/+1 |
* | f2fs: relocate Kconfig from misc filesystems | Jaegeuk Kim | 2015-04-11 | 2 | -2/+2 |
* | f2fs: report -ENOENT for unreached data indices | Jaegeuk Kim | 2015-04-11 | 1 | -1/+1 |
* | f2fs: clear append/update flags once fsync is done | Jaegeuk Kim | 2015-04-11 | 1 | -0/+2 |
* | f2fs: avoid to trigger writepage during POR | Jaegeuk Kim | 2015-04-11 | 1 | -0/+4 |
* | f2fs: add stat info for moved blocks by background gc | Changman Lee | 2015-04-11 | 3 | -16/+28 |
* | f2fs: fix to issue small discard in real-time mode discard | Chao Yu | 2015-04-11 | 1 | -1/+1 |
* | f2fs: add cond_resched() to sync_dirty_dir_inodes() | Sebastian Andrzej Siewior | 2015-04-11 | 1 | -0/+1 |
* | f2fs: fix max orphan inodes calculation | Wanpeng Li | 2015-04-11 | 1 | -5/+7 |
* | f2fs: don't need to collect dirty sit entries and flush journal when there's ... | Wanpeng Li | 2015-04-11 | 1 | -3/+3 |
* | f2fs: fix block_ops trace point | Wanpeng Li | 2015-04-11 | 1 | -2/+3 |
* | f2fs: check its block allocation to avoid producing wrong dirty pages | Jaegeuk Kim | 2015-04-11 | 1 | -1/+9 |
* | f2fs: clear page's up-to-date if block was deallocated | Jaegeuk Kim | 2015-04-11 | 3 | -1/+8 |
* | f2fs: fix the number of orphan inode blocks | Wanpeng Li | 2015-04-11 | 1 | -4/+4 |
* | f2fs: introduce macro __cp_payload | Wanpeng Li | 2015-04-11 | 2 | -5/+9 |
* | f2fs: support fs shutdown | Jaegeuk Kim | 2015-04-11 | 2 | -0/+46 |
* | f2fs: avoid wrong error during recovery | Jaegeuk Kim | 2015-03-03 | 1 | -1/+3 |
* | f2fs: remove obsolete code | Jaegeuk Kim | 2015-03-03 | 1 | -2/+0 |
* | f2fs: use extent cache for dir | Chao Yu | 2015-03-03 | 1 | -0/+14 |
* | f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache | Chao Yu | 2015-03-03 | 1 | -12/+6 |
* | f2fs: support fast lookup in extent cache | Chao Yu | 2015-03-03 | 2 | -3/+17 |
* | f2fs: add trace for rb-tree extent cache ops | Chao Yu | 2015-03-03 | 1 | -2/+14 |
* | f2fs: show extent tree, node stat info in debugfs | Chao Yu | 2015-03-03 | 2 | -1/+8 |
* | f2fs: enable rb-tree extent cache | Chao Yu | 2015-03-03 | 4 | -1/+25 |
* | f2fs: add a mount option for rb-tree extent cache | Chao Yu | 2015-03-03 | 2 | -0/+8 |
* | f2fs: add core functions for rb-tree extent cache | Chao Yu | 2015-03-03 | 3 | -1/+451 |
* | f2fs: introduce infra macro and data structure of rb-tree extent cache | Chao Yu | 2015-03-03 | 2 | -4/+33 |
* | f2fs: introduce universal lookup/update interface for extent cache | Chao Yu | 2015-03-03 | 5 | -30/+44 |
* | f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache | Chao Yu | 2015-03-03 | 1 | -14/+21 |
* | f2fs: simplfy a field name in struct f2fs_extent,extent_info | Chao Yu | 2015-03-03 | 2 | -10/+9 |
* | f2fs: move ext_lock out of struct extent_info | Chao Yu | 2015-03-03 | 4 | -12/+15 |
* | f2fs: fix incorrectly stat number of inline data inode | Chao Yu | 2015-03-03 | 1 | -0/+2 |
* | f2fs: use ->writepage in sync_meta_pages | Chao Yu | 2015-03-03 | 1 | -1/+1 |
* | f2fs: introduce f2fs_update_dentry to clean up duplicated codes | Chao Yu | 2015-03-03 | 3 | -22/+31 |
* | f2fs: remove unused inline_dentry_addr | Chao Yu | 2015-03-03 | 1 | -6/+0 |
* | Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-28 | 6 | -31/+41 |
|\ |
|
| * | xfs: cancel failed transaction in xfs_fs_commit_blocks() | Eric Sandeen | 2015-02-24 | 1 | -1/+3 |
| * | xfs: Ensure we have target_ip for RENAME_EXCHANGE | Eric Sandeen | 2015-02-24 | 1 | -0/+4 |
| * | xfs: ensure truncate forces zeroed blocks to disk | Dave Chinner | 2015-02-23 | 3 | -30/+29 |
| * | xfs: Fix quota type in quota structures when reusing quota file | Jan Kara | 2015-02-23 | 1 | -0/+5 |
* | | nilfs2: fix potential memory overrun on inode | Ryusuke Konishi | 2015-02-28 | 1 | -3/+44 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-02-26 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Btrfs: fix allocation size calculations in alloc_btrfs_bio | Chris Mason | 2015-02-20 | 1 | -1/+8 |