aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
Commit message (Expand)AuthorAge
* nfs: Fix nfs_parse_mount_options() kfree() leakYinghai Lu2009-10-21
* NFS: suppress a build warningStefan Richter2009-10-12
* NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2009-10-08
* NFS: Fix port initialisation in nfs_remount()Trond Myklebust2009-10-06
* NFS: Fix port and mountport display in /proc/self/mountinfoTrond Myklebust2009-10-06
* NFS: Fix a default mount regression...Trond Myklebust2009-10-06
* nfs[23] tcp breakage in mount with binary optionsAl Viro2009-09-24
* NFS: Propagate 'fsc' mount option through automountsDavid Howells2009-09-23
* NFS: Add nfs_alloc_parsed_mount_dataChuck Lever2009-09-23
* NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust2009-09-23
* nfs: nfs_kill_super() should call bdi_unregister() after killing superJens Axboe2009-09-21
* fs: Assign bdi in super_blockJens Axboe2009-09-16
* NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust2009-09-08
* NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2009-09-08
* NFS: Move details of nfs4_get_sb() to a helperChuck Lever2009-09-08
* NFS: Refactor NFSv4 text-based mount option validationChuck Lever2009-09-08
* NFS: Mount option parser should detect missing "port="Chuck Lever2009-09-08
* NFS: Handle a zero-length auth flavor listChuck Lever2009-08-23
* NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever2009-08-09
* NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever2009-08-09
* NFS: Use the authentication flavor list returned by mountdChuck Lever2009-08-09
* NFS: Fix auth flavor len accountingChuck Lever2009-08-09
* NFS: Fix up new minorversion= optionChuck Lever2009-08-09
* NFS: Correct the NFS mount path when following a referralTrond Myklebust2009-06-23
* NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespaceTrond Myklebust2009-06-23
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-18
|\
| * NFS: More "sloppy" parsing problemsChuck Lever2009-06-17
| * NFS: Invalid mount option values should always fail, even with "sloppy"Chuck Lever2009-06-17
| * NFS: Update MNT and MNT3 reply decoding functionsChuck Lever2009-06-17
| * NFS: Do not display the setting of the "intr" mount optionChuck Lever2009-06-17
| * NFSv4: Fix the 'nolock' option regressionTrond Myklebust2009-06-17
* | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-17
|\ \ | |/ |/|
| * nfs41: Release backchannel resources associated with sessionAndy Adamson2009-06-17
| * nfs41: destroy_session operationAndy Adamson2009-06-17
| * nfs41: add mount command option minorversionMike Sager2009-06-17
* | Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
|/
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-09
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-09
* NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust2009-04-06
* NFS: Add mount options to enable local caching on NFSDavid Howells2009-04-03
* NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-03
* NFS: Define and create superblock-level objectsDavid Howells2009-04-03
* NFS: load the rpc/rdma transport module automaticallyTom Talpey2009-03-11
* Merge branch 'devel' into nextTrond Myklebust2008-12-30
|\
| * NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust2008-12-23
| * NFS: "[no]resvport" mount option changes mountd client tooChuck Lever2008-12-23
| * NFS: add "[no]resvport" mount optionChuck Lever2008-12-23
| * NFS: introduce nfs_mount_info struct for calling nfs_mount()Chuck Lever2008-12-23
* | fs: replace NIPQUAD()Harvey Harrison2008-10-31
* | net: replace %p6 with %pI6Harvey Harrison2008-10-29