aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro1-14/+7
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman1-4/+2
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman3-7/+0
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman6-31/+12
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman1-33/+22
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman5-26/+0
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman2-33/+39
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2-0/+40
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman2-0/+8
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman3-1/+49
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman1-34/+4
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasEric W. Biederman1-1/+2
2014-10-09delayed mntputAl Viro2-19/+57
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent1-6/+0
2014-10-09Allow sharing external names after __d_move()Al Viro1-16/+59
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds17-786/+1421
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds26-331/+866
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-3190/+2373
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick3-4/+4
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+3
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim4-2/+25
2014-10-07locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton1-8/+11
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton1-1/+1
2014-10-07locks: give lm_break a return valueJeff Layton2-12/+22
2014-10-07locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton1-24/+25
2014-10-07locks: remove i_have_this_lease check from __break_leaseJeff Layton1-4/+2
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton2-15/+25
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton1-12/+9
2014-10-07locks: define a lm_setup handler for leasesJeff Layton2-48/+50
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton4-18/+29
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: clean up vfs_setlease kerneldoc commentsJeff Layton1-24/+10
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2-21/+15
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-07locks: close potential race in lease_get_mtimeJeff Layton1-2/+12
2014-10-06f2fs: support atomic writesJaegeuk Kim8-5/+139
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing security label.Qu Wenruo2-5/+97
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-05f2fs: remove unused return valueJaegeuk Kim1-3/+2
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason6-16/+16
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason9-105/+57
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason17-135/+130
2014-10-03Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-03btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9