summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-142-9/+18
* NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust2010-05-141-1/+1
* NFS: Replace nfsroot on-stack filehandleTrond Myklebust2010-05-141-6/+8
* NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust2010-05-141-4/+4
* NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust2010-05-141-0/+73
* NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust2010-05-141-7/+16
* NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust2010-05-141-5/+9
* NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust2010-05-141-4/+10
* NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust2010-05-141-10/+15
* NFS: Reduce the stack footprint of nfs_proc_symlink()Trond Myklebust2010-05-141-10/+16
* NFS: Reduce the stack footprint of nfs_proc_createTrond Myklebust2010-05-141-52/+66
* NFS: Reduce the stack footprint of nfs_rmdirTrond Myklebust2010-05-141-5/+10
* NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-145-11/+23
* NFS: Reduce stack footprint of nfs3_proc_readlink()Trond Myklebust2010-05-141-5/+10
* NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2010-05-142-17/+21
* NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-142-12/+18
* NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2010-05-142-17/+22
* NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust2010-05-141-3/+9
* NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2010-05-142-11/+17
* NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust2010-05-141-4/+12
* NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust2010-05-141-30/+46
* NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust2010-05-141-6/+12
* NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-142-14/+41
* NFSv4: Reduce the stack footprint of try_location()Trond Myklebust2010-05-141-3/+7
* NFS: Reduce the stack footprint of nfs_create_serverTrond Myklebust2010-05-141-12/+39
* NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust2010-05-141-6/+14
* NFSv4: Eliminate nfs4_path_walk()Trond Myklebust2010-05-143-98/+25
* NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust2010-05-141-0/+20
* NFS: Fix RCU issues in the NFSv4 delegation codeDavid Howells2010-05-011-21/+23
* NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Trond Myklebust2010-05-011-14/+28
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-295-22/+45
|\
| * nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng2010-04-281-0/+1
| * nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter2010-04-281-1/+4
| * NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clearTrond Myklebust2010-04-281-15/+4
| * NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-4/+32
| * nfs: testing for null instead of ERR_PTR()Dan Carpenter2010-04-221-1/+1
| * NFS: rsize and wsize settings ignored on v4 mountsChuck Lever2010-04-221-0/+2
| * NFSv4: Don't attempt an atomic open if the file is a mountpointTrond Myklebust2010-04-221-1/+1
* | nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-04-291-0/+2
|/
* NFSv4: fix delegated lockingTrond Myklebust2010-04-122-2/+5
* NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust2010-04-101-7/+16
* NFS: Fix a race with the new commit codeTrond Myklebust2010-04-101-7/+10
* NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust2010-04-101-2/+2
* NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust2010-04-101-4/+4
* NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-101-1/+1
* Have nfs ->d_revalidate() report errors properlyAl Viro2010-04-081-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-6/+16
* NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton2010-03-221-0/+2
* NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-03-191-1/+2
* NFS: ensure bdi_unregister is called on mount failure.NeilBrown2010-03-151-5/+20