Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | mnt: Don't propagate unmounts to locked mounts | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: On an unmount propagate clearing of MNT_LOCKED | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: Delay removal from the mount hash. | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: Add MNT_UMOUNT flag | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: In umount_tree reuse mnt_list instead of mnt_hash | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: Don't propagate umounts in __detach_mounts | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: Improve the umount_tree flags | Eric W. Biederman | 2015-04-02 | |
| * | | | | | | | | | | | | | | | mnt: Use hlist_move_list in namespace_unlock | Eric W. Biederman | 2015-04-02 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2015-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | f2fs: pass checkpoint reason on roll-forward recovery | Jaegeuk Kim | 2015-04-16 | |
| * | | | | | | | | | | | | | | f2fs: avoid abnormal behavior on broken symlink | Jaegeuk Kim | 2015-04-16 | |
| * | | | | | | | | | | | | | | f2fs: flush symlink path to avoid broken symlink after POR | Jaegeuk Kim | 2015-04-16 | |
| * | | | | | | | | | | | | | | f2fs: change 0 to false for bool type | Taehee Yoo | 2015-04-15 | |
| * | | | | | | | | | | | | | | f2fs: do not recover wrong data index | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: do not increase link count during recovery | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: assign parent's i_mode for empty dir | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix mismatching lock and unlock pages for roll-forward recovery | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix sparse warnings | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: limit b_size of mapped bh in f2fs_map_bh | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: persist system.advise into on-disk inode | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_get | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: preallocate fallocated blocks for direct IO | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: enable inline data by default | Wanpeng Li | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: preserve extent info for extent cache | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: initialize extent tree with on-disk extent info of inode | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: introduce __{find,grab}_extent_tree | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: split set_data_blkaddr from f2fs_update_extent_cache | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: enable fast symlink by utilizing inline data | Wanpeng Li | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: add some tracepoints to debug volatile and atomic writes | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: avoid punch_hole overhead when releasing volatile data | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: avoid wrong f2fs_bug_on when truncating inline_data | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: enhance multi-threads performance | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: set buffer_new when new blocks are allocated | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: set SBI_NEED_FSCK when encountering exception in recovery | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix to cover sentry_lock for block allocation | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix to check current blkaddr in __allocate_data_blocks | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix to truncate inline data past EOF | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix reference leaks in f2fs_acl_create | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix to calculate max length of contiguous free slots correctly | Chao Yu | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix unlocked nat set cache operation | Wanpeng Li | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: cleanup statement about max orphan inodes calc | Changman Lee | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: remove unnecessary condition judgment | Yuan Zhong | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: set the correct place of initializing *res_page | Yuan Zhong | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: reduce searching region of segmap when set free section | Wanpeng Li | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: fix extent cache memory leak | Wanpeng Li | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: relocate Kconfig from misc filesystems | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: report -ENOENT for unreached data indices | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: clear append/update flags once fsync is done | Jaegeuk Kim | 2015-04-10 | |
| * | | | | | | | | | | | | | | f2fs: avoid to trigger writepage during POR | Jaegeuk Kim | 2015-04-10 |