aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | delayed mntputAl Viro2014-10-09
| * | | | | | | | | | | | | | autofs - remove obsolete d_invalidate() from expireIan Kent2014-10-09
| * | | | | | | | | | | | | | Allow sharing external names after __d_move()Al Viro2014-10-09
| * | | | | | | | | | | | | | missing data dependency barrier in prepend_name()Al Viro2014-09-29
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v3.16' into nextJames Morris2014-09-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
| * | | | | | | | | | | | | | | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-09
* | | | | | | | | | | | | | | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: set fl_owner for leases to filp instead of current->filesJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: give lm_break a return valueJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: remove i_have_this_lease check from __break_leaseJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: move freeing of leases outside of i_lockJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: move i_lock acquisition into generic_*_lease handlersJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: define a lm_setup handler for leasesJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: clean up vfs_setlease kerneldoc commentsJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | locks: close potential race in lease_get_mtimeJeff Layton2014-10-07
| * | | | | | | | | | | | | | | | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-09
| * | | | | | | | | | | | | | | | locks: consolidate "nolease" routinesJeff Layton2014-09-09
| * | | | | | | | | | | | | | | | locks: remove lock_may_read and lock_may_writeJeff Layton2014-09-09
| * | | | | | | | | | | | | | | | lockd: rip out deferred lock handling from testlock codepathJeff Layton2014-09-09
| * | | | | | | | | | | | | | | | NFSD: Get reference of lockowner when coping file_lockKinglong Mee2014-09-09
| * | | | | | | | | | | | | | | | NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee2014-09-09
| * | | | | | | | | | | | | | | | locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee2014-09-09
| * | | | | | | | | | | | | | | | locks: New ops in lock_manager_operations for get/put ownerKinglong Mee2014-09-09
| * | | | | | | | | | | | | | | | locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee2014-09-09
| * | | | | | | | | | | | | | | | locks: Remove unused conf argument from lm_grantJoe Perches2014-09-09
| * | | | | | | | | | | | | | | | locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseJeff Layton2014-09-09
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo2014-10-08
| * | | | | | | | | | | | | | | | Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2014-10-07
| * | | | | | | | | | | | | | | | btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2014-10-06
| * | | | | | | | | | | | | | | | Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | btrfs: remove unlikely from NULL checksDavid Sterba2014-10-02
| * | | | | | | | | | | | | | | | | Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | | btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | | btrfs: remove parameter blocksize from read_tree_blockDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | | btrfs: inline code of reada_tree_block and remove itDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | | btrfs: return void from readahead_tree_blockDavid Sterba2014-10-02
| | * | | | | | | | | | | | | | | | | btrfs: remove unused parameter from readahead_tree_blockDavid Sterba2014-10-02
| | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-02