summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-10-099p: switch to %p[dD]Al Viro
2014-10-09cifs: switch to use of %p[dD]Al Viro
2014-10-09fs: make cont_expand_zero interruptibleMikulas Patocka
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn
2014-10-09[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasEric W. Biederman
2014-10-09delayed mntputAl Viro
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent
2014-10-09Allow sharing external names after __d_move()Al Viro
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust
2014-10-08fs: Add a missing permission check to do_umountAndy Lutomirski
2014-10-08NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()Tom Haynes
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-08btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim
2014-10-07locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton
2014-10-07locks: give lm_break a return valueJeff Layton
2014-10-07locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton
2014-10-07locks: remove i_have_this_lease check from __break_leaseJeff Layton
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton
2014-10-07locks: define a lm_setup handler for leasesJeff Layton
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton
2014-10-07locks: clean up vfs_setlease kerneldoc commentsJeff Layton
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton
2014-10-07locks: close potential race in lease_get_mtimeJeff Layton