aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14NFS: Clean up fscache_uniq mount optionChuck Lever1-9/+9
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust1-5/+9
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust1-4/+12
2010-05-14NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust1-6/+12
2010-04-28nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng1-0/+1
2010-04-22nfs: testing for null instead of ERR_PTR()Dan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15NFS: ensure bdi_unregister is called on mount failure.NeilBrown1-5/+20
2010-02-03NFS: Fix a umount raceTrond Myklebust1-1/+14
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds1-0/+8
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro1-8/+0
2009-12-03NFS: Revert default r/wsize behaviorChuck Lever1-2/+0
2009-12-03NFS: Display compressed (shorthand) IPv6 in /proc/mountsChuck Lever1-1/+1
2009-12-03NFS: convert proto= option to use netids rather than a protonameJeff Layton1-13/+81
2009-12-03NFS: BKL removal from the mount code...Trond Myklebust1-6/+0
2009-10-22nfs: Fix nfs_parse_mount_options() kfree() leakYinghai Lu1-0/+1
2009-10-12NFS: suppress a build warningStefan Richter1-2/+2
2009-10-08NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust1-1/+0
2009-10-06NFS: Fix port initialisation in nfs_remount()Trond Myklebust1-2/+4
2009-10-06NFS: Fix port and mountport display in /proc/self/mountinfoTrond Myklebust1-9/+7
2009-10-06NFS: Fix a default mount regression...Trond Myklebust1-7/+6
2009-09-24nfs[23] tcp breakage in mount with binary optionsAl Viro1-0/+2
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells1-2/+7
2009-09-23NFS: Add nfs_alloc_parsed_mount_dataChuck Lever1-27/+23
2009-09-23NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust1-7/+10
2009-09-21nfs: nfs_kill_super() should call bdi_unregister() after killing superJens Axboe1-1/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+2
2009-09-08NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust1-0/+6
2009-09-08NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever1-2/+46
2009-09-08NFS: Move details of nfs4_get_sb() to a helperChuck Lever1-13/+31
2009-09-08NFS: Refactor NFSv4 text-based mount option validationChuck Lever1-28/+35
2009-09-08NFS: Mount option parser should detect missing "port="Chuck Lever1-26/+29
2009-08-23NFS: Handle a zero-length auth flavor listChuck Lever1-0/+10
2009-08-09NFS: Replace nfs_set_port() with rpc_set_port()Chuck Lever1-3/+3
2009-08-09NFS: Replace nfs_parse_ip_address() with rpc_pton()Chuck Lever1-129/+19
2009-08-09NFS: Use the authentication flavor list returned by mountdChuck Lever1-7/+51
2009-08-09NFS: Fix auth flavor len accountingChuck Lever1-14/+3
2009-08-09NFS: Fix up new minorversion= optionChuck Lever1-7/+11
2009-06-22NFS: Correct the NFS mount path when following a referralTrond Myklebust1-0/+24
2009-06-22NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespaceTrond Myklebust1-21/+157
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-120/+168
2009-06-17NFS: More "sloppy" parsing problemsChuck Lever1-34/+108
2009-06-17NFS: Invalid mount option values should always fail, even with "sloppy"Chuck Lever1-96/+61
2009-06-17NFS: Update MNT and MNT3 reply decoding functionsChuck Lever1-0/+2
2009-06-17NFS: Do not display the setting of the "intr" mount optionChuck Lever1-1/+0
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust1-1/+12
2009-06-17nfs41: Release backchannel resources associated with sessionAndy Adamson1-1/+0
2009-06-17NFSv4: Fix the 'nolock' option regressionTrond Myklebust1-0/+7