Age | Commit message (Expand) | Author | Files | Lines |
2009-09-21 | nfs: nfs_kill_super() should call bdi_unregister() after killing super | Jens Axboe | 1 | -1/+1 |
2009-09-16 | fs: Assign bdi in super_block | Jens Axboe | 1 | -0/+2 |
2009-09-09 | NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3' | Trond Myklebust | 1 | -0/+6 |
2009-09-09 | NFS: Allow the "nfs" file system type to support NFSv4 | Chuck Lever | 1 | -2/+46 |
2009-09-09 | NFS: Move details of nfs4_get_sb() to a helper | Chuck Lever | 1 | -13/+31 |
2009-09-09 | NFS: Refactor NFSv4 text-based mount option validation | Chuck Lever | 1 | -28/+35 |
2009-09-09 | NFS: Mount option parser should detect missing "port=" | Chuck Lever | 1 | -26/+29 |
2009-08-24 | NFS: Handle a zero-length auth flavor list | Chuck Lever | 1 | -0/+10 |
2009-08-09 | NFS: Replace nfs_set_port() with rpc_set_port() | Chuck Lever | 1 | -3/+3 |
2009-08-09 | NFS: Replace nfs_parse_ip_address() with rpc_pton() | Chuck Lever | 1 | -129/+19 |
2009-08-09 | NFS: Use the authentication flavor list returned by mountd | Chuck Lever | 1 | -7/+51 |
2009-08-09 | NFS: Fix auth flavor len accounting | Chuck Lever | 1 | -14/+3 |
2009-08-09 | NFS: Fix up new minorversion= option | Chuck Lever | 1 | -7/+11 |
2009-06-23 | NFS: Correct the NFS mount path when following a referral | Trond Myklebust | 1 | -0/+24 |
2009-06-23 | NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace | Trond Myklebust | 1 | -21/+157 |
2009-06-19 | Merge branch 'devel-for-2.6.31' into for-2.6.31 | Trond Myklebust | 1 | -120/+168 |
2009-06-18 | NFS: More "sloppy" parsing problems | Chuck Lever | 1 | -34/+108 |
2009-06-18 | NFS: Invalid mount option values should always fail, even with "sloppy" | Chuck Lever | 1 | -96/+61 |
2009-06-18 | NFS: Update MNT and MNT3 reply decoding functions | Chuck Lever | 1 | -0/+2 |
2009-06-18 | NFS: Do not display the setting of the "intr" mount option | Chuck Lever | 1 | -1/+0 |
2009-06-18 | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 | Trond Myklebust | 1 | -1/+12 |
2009-06-18 | nfs41: Release backchannel resources associated with session | Andy Adamson | 1 | -1/+0 |
2009-06-18 | NFSv4: Fix the 'nolock' option regression | Trond Myklebust | 1 | -0/+7 |
2009-06-17 | nfs41: destroy_session operation | Andy Adamson | 1 | -0/+2 |
2009-06-17 | nfs41: add mount command option minorversion | Mike Sager | 1 | -0/+10 |
2009-06-12 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -0/+2 |
2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -10/+5 |
2009-05-09 | vfs: umount_begin BKL pushdown | Alessio Igor Bogani | 1 | -1/+6 |
2009-04-07 | NFS: Fix a double free in nfs_parse_mount_options() | Trond Myklebust | 1 | -1/+1 |
2009-04-03 | NFS: Add mount options to enable local caching on NFS | David Howells | 1 | -0/+25 |
2009-04-03 | NFS: Add some new I/O counters for FS-Cache doing things for NFS | David Howells | 1 | -0/+11 |
2009-04-03 | NFS: Define and create superblock-level objects | David Howells | 1 | -2/+7 |
2009-03-11 | NFS: load the rpc/rdma transport module automatically | Tom Talpey | 1 | -1/+3 |
2008-12-31 | Merge branch 'devel' into next | Trond Myklebust | 1 | -16/+28 |
2008-12-23 | NFSv4: Clean up the support for returning multiple delegations | Trond Myklebust | 1 | -1/+1 |
2008-12-23 | NFS: "[no]resvport" mount option changes mountd client too | Chuck Lever | 1 | -0/+1 |
2008-12-23 | NFS: add "[no]resvport" mount option | Chuck Lever | 1 | -1/+11 |
2008-12-23 | NFS: introduce nfs_mount_info struct for calling nfs_mount() | Chuck Lever | 1 | -14/+15 |
2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 1 | -2/+1 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
2008-10-29 | misc: replace NIP6_FMT with %p6 format specifier | Harvey Harrison | 1 | -2/+1 |
2008-10-27 | Switch to a valid email address... | Alan Cox | 1 | -1/+1 |
2008-10-17 | NFS: use correct fs type for v4 submounts and referrals | Andy Adamson | 1 | -2/+2 |
2008-10-15 | Merge branch 'next' | Trond Myklebust | 1 | -50/+76 |
2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -3/+3 |
2008-10-10 | NFS: fix nfs_parse_ip_address() corner case | Chuck Lever | 1 | -11/+23 |
2008-10-08 | nfs: Fix misparsing of nfsv4 fs_locations attribute | J. Bruce Fields | 1 | -3/+1 |
2008-10-08 | nfs: prepare to share nfs_set_port | J. Bruce Fields | 1 | -19/+0 |
2008-10-08 | NFS: Add mount options for controlling the lookup cache | Trond Myklebust | 1 | -0/+43 |
2008-10-08 | NFS: Don't apply NFS_MOUNT_FLAGMASK to text-based mounts | Trond Myklebust | 1 | -1/+1 |