| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper: mount_subtree() | Al Viro | 2011-11-17 | 1 | -24/+6 |
* | switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs | Al Viro | 2011-11-16 | 1 | -15/+8 |
* | nfs/super.c: local functions should be static | H Hartley Sweeten | 2011-10-18 | 1 | -6/+11 |
* | VFS: Fix the remaining automounter semantics regressions | Trond Myklebust | 2011-09-27 | 1 | -1/+1 |
* | nfs: Do not allow multiple mounts on same mountpoint when using -o noac | Sachin Prabhu | 2011-09-13 | 1 | -3/+20 |
* | switch vfs_path_lookup() to struct path | Al Viro | 2011-07-20 | 1 | -11/+5 |
* | pnfs: client stats | J. Bruce Fields | 2011-05-29 | 1 | -0/+25 |
* | nfs: don't lose MS_SYNCHRONOUS on remount of noac mount | Jeff Layton | 2011-04-27 | 1 | -0/+9 |
* | NFS: don't negotiate when user specifies sec flavor | Bryan Schumaker | 2011-04-13 | 1 | -0/+1 |
* | NFS: Remove dead code from nfs_fs_mount() | Jesper Juhl | 2011-04-13 | 1 | -2/+1 |
* | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2011-03-18 | 1 | -207/+77 |
|\ |
|
| * | Cleanup: Factor out some cut-and-paste code. | Rob Landley | 2011-03-11 | 1 | -111/+44 |
| * | cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions. | Rob Landley | 2011-03-11 | 1 | -96/+33 |
* | | nfs: switch NFS from ->get_sb() to ->mount() | Al Viro | 2011-03-16 | 1 | -66/+66 |
* | | nfs: stop mangling ->mnt_devname on NFS | Al Viro | 2011-03-16 | 1 | -23/+0 |
* | | vfs: new superblock methods to override /proc/*/mount{s,info} | Al Viro | 2011-03-16 | 1 | -0/+28 |
* | | nfs: make nfs_path() work without vfsmount | Al Viro | 2011-03-16 | 1 | -5/+4 |
* | | nfs: propagate devname to nfs{,4}_get_root() | Al Viro | 2011-03-16 | 1 | -5/+5 |
|/ |
|
* | switch nfs to ->s_d_op | Al Viro | 2011-01-13 | 1 | -0/+1 |
* | nfsv4: Switch to generic xattr handling code | Aneesh Kumar K.V | 2011-01-04 | 1 | -1/+3 |
* | nfs: Set MS_POSIXACL always | Aneesh Kumar K.V | 2011-01-04 | 1 | -0/+10 |
* | NFS: suppressing showing of default mount port value in /proc fixed | Stanislav Kinsbursky | 2010-12-21 | 1 | -1/+3 |
* | nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 | Mi Jinlong | 2010-12-08 | 1 | -4/+0 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | Regression: fix mounting NFS when NFSv3 support is not compiled | Paulius Zaleckas | 2010-11-16 | 1 | -1/+7 |
* | convert simple cases of nfs-related ->get_sb() to ->mount() | Al Viro | 2010-10-29 | 1 | -50/+46 |
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-25 | 1 | -1/+71 |
|\ |
|
| * | nfs: show "local_lock" mount option in /proc/mounts | Suresh Jayaraman | 2010-09-23 | 1 | -0/+13 |
| * | nfs: introduce mount option '-olocal_lock' to make locks local | Suresh Jayaraman | 2010-09-23 | 1 | -1/+58 |
* | | statfs() gives ESTALE error | Menyhart Zoltan | 2010-09-13 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-08-19 | 1 | -0/+7 |
|\ |
|
| * | nfs: Add "lookupcache" to displayed mount options | Patrick J. LoPresti | 2010-08-10 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -2/+2 |
* | | NFS: Fix /proc/mount for legacy binary interface | Bryan Schumaker | 2010-08-06 | 1 | -0/+4 |
|/ |
|
* | NFSv4: Ensure that /proc/self/mountinfo displays the minor version number | Trond Myklebust | 2010-06-22 | 1 | -4/+18 |
* | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 1 | -2/+2 |
* | NFS: Clean up fscache_uniq mount option | Chuck Lever | 2010-05-14 | 1 | -9/+9 |
* | NFS: Cleanup file handle allocations in fs/nfs/super.c | Trond Myklebust | 2010-05-14 | 1 | -4/+4 |
* | NFS: Prevent the mount code from looping forever on broken exports | Trond Myklebust | 2010-05-14 | 1 | -0/+73 |
* | NFS: Reduce stack footprint of nfs_statfs() | Trond Myklebust | 2010-05-14 | 1 | -5/+9 |
* | NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb | Trond Myklebust | 2010-05-14 | 1 | -4/+12 |
* | NFS: Reduce the stack footprint of nfs_follow_remote_path() | Trond Myklebust | 2010-05-14 | 1 | -6/+12 |
* | nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 | Xiaotian Feng | 2010-04-28 | 1 | -0/+1 |
* | nfs: testing for null instead of ERR_PTR() | Dan Carpenter | 2010-04-22 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | NFS: ensure bdi_unregister is called on mount failure. | NeilBrown | 2010-03-15 | 1 | -5/+20 |
* | NFS: Fix a umount race | Trond Myklebust | 2010-02-03 | 1 | -1/+14 |
* | Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" | Linus Torvalds | 2009-12-17 | 1 | -0/+8 |
* | fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) | Al Viro | 2009-12-16 | 1 | -8/+0 |