summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-183-7/+6
|\
| * fs/9p: Initialize status in v9fs_file_do_lock.Dominique Martinet2015-03-211-1/+1
| * 9p: do not crash on unknown lock status codeKirill A. Shutemov2015-03-201-2/+3
| * 9p: fix error handling in v9fs_file_do_lockKirill A. Shutemov2015-03-201-1/+2
| * 9p: kerneldoc warning fixesFabian Frederick2015-03-202-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-04-184-57/+156
|\ \
| * | mnt: Update detach_mounts to leave mounts connectedEric W. Biederman2015-04-091-2/+6
| * | mnt: Fix the error check in __detach_mountsEric W. Biederman2015-04-091-1/+1
| * | mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2015-04-092-3/+28
| * | fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-04-091-2/+2
| * | mnt: Factor umount_mnt from umount_treeEric W. Biederman2015-04-091-3/+11
| * | mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman2015-04-091-9/+12
| * | mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-04-091-2/+5
| * | mnt: Don't propagate unmounts to locked mountsEric W. Biederman2015-04-022-3/+30
| * | mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-023-0/+24
| * | mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-022-6/+8
| * | mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-022-1/+4
| * | mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-023-13/+15
| * | mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-04-021-1/+1
| * | mnt: Improve the umount_tree flagsEric W. Biederman2015-04-022-16/+16
| * | mnt: Use hlist_move_list in namespace_unlockEric W. Biederman2015-04-021-7/+5
* | | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-1820-261/+1230
|\ \ \
| * | | f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-163-2/+7
| * | | f2fs: avoid abnormal behavior on broken symlinkJaegeuk Kim2015-04-161-1/+19
| * | | f2fs: flush symlink path to avoid broken symlink after PORJaegeuk Kim2015-04-161-0/+11
| * | | f2fs: change 0 to false for bool typeTaehee Yoo2015-04-151-1/+1
| * | | f2fs: do not recover wrong data indexJaegeuk Kim2015-04-101-1/+3
| * | | f2fs: do not increase link count during recoveryJaegeuk Kim2015-04-101-8/+3
| * | | f2fs: assign parent's i_mode for empty dirJaegeuk Kim2015-04-101-1/+1
| * | | f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-105-42/+111
| * | | f2fs: fix mismatching lock and unlock pages for roll-forward recoveryJaegeuk Kim2015-04-101-17/+31
| * | | f2fs: fix sparse warningsJaegeuk Kim2015-04-101-1/+3
| * | | f2fs: limit b_size of mapped bh in f2fs_map_bhChao Yu2015-04-101-6/+4
| * | | f2fs: persist system.advise into on-disk inodeChao Yu2015-04-101-0/+1
| * | | f2fs: avoid NULL pointer dereference in f2fs_xattr_advise_getChao Yu2015-04-101-1/+2
| * | | f2fs: preallocate fallocated blocks for direct IOChao Yu2015-04-101-2/+9
| * | | f2fs: enable inline data by defaultWanpeng Li2015-04-101-0/+8
| * | | f2fs: preserve extent info for extent cacheChao Yu2015-04-103-0/+62
| * | | f2fs: initialize extent tree with on-disk extent info of inodeChao Yu2015-04-103-3/+45
| * | | f2fs: introduce __{find,grab}_extent_treeChao Yu2015-04-101-31/+48
| * | | f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-105-6/+8
| * | | f2fs: enable fast symlink by utilizing inline dataWanpeng Li2015-04-101-1/+1
| * | | f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-103-0/+10
| * | | f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-104-0/+24
| * | | f2fs: avoid wrong f2fs_bug_on when truncating inline_dataJaegeuk Kim2015-04-101-7/+0
| * | | f2fs: enhance multi-threads performanceJaegeuk Kim2015-04-103-9/+0
| * | | f2fs: set buffer_new when new blocks are allocatedJaegeuk Kim2015-04-101-2/+3
| * | | f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu2015-04-101-4/+6
| * | | f2fs: fix to cover sentry_lock for block allocationJaegeuk Kim2015-04-101-1/+1
| * | | f2fs: fix to check current blkaddr in __allocate_data_blocksChao Yu2015-04-101-1/+4
OpenPOWER on IntegriCloud