summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: remove unnecessary NFS_INO_INVALID_ACL checksJames Morris2009-06-172-4/+0
* NFS: More "sloppy" parsing problemsChuck Lever2009-06-171-34/+108
* NFS: Invalid mount option values should always fail, even with "sloppy"Chuck Lever2009-06-171-96/+61
* NFS: Remove unused XDR decoder functionsChuck Lever2009-06-171-29/+0
* NFS: Update MNT and MNT3 reply decoding functionsChuck Lever2009-06-174-14/+55
* NFS: add XDR decoder for mountd version 3 auth-flavor listsChuck Lever2009-06-172-0/+43
* NFS: add new file handle decoders to in-kernel mountd clientChuck Lever2009-06-171-0/+39
* NFS: Add separate mountd status code decoders for each mountd versionChuck Lever2009-06-171-0/+116
* NFS: remove unused function in fs/nfs/mount_clnt.cChuck Lever2009-06-171-8/+0
* NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argumentChuck Lever2009-06-171-5/+44
* NFS: Clean up MNT program definitionsChuck Lever2009-06-172-4/+31
* NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableChuck Lever2009-06-171-1/+3
* NFS: Return error code from nfs_callback_up() to user spaceChuck Lever2009-06-171-4/+8
* NFS: Do not display the setting of the "intr" mount optionChuck Lever2009-06-171-1/+0
* NFS: add support for splice writesSuresh Jayaraman2009-06-171-0/+31
* NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust2009-06-171-6/+0
* NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust2009-06-172-2/+23
* NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust2009-06-172-16/+56
* NFSv4: Move error handling out of the delegation generic codeTrond Myklebust2009-06-172-17/+16
* NFSv4: Fix the 'nolock' option regressionTrond Myklebust2009-06-171-0/+7
* remove put_cpu_no_resched()Thomas Gleixner2009-06-161-3/+3
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+2
* switch follow_down()Al Viro2009-06-111-1/+1
* NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust2009-05-261-6/+3
* nfs: fix build error in nfsroot with initconstSam Ravnborg2009-05-261-1/+1
* nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz2009-05-181-1/+2
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-10/+5
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-1/+6
* NFS: Close page_mkwrite() racesTrond Myklebust2009-05-021-3/+3
* NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
* NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-04-071-2/+0
* NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust2009-04-061-1/+1
* NFS: Add mount options to enable local caching on NFSDavid Howells2009-04-033-0/+28
* NFS: Display local caching stateDavid Howells2009-04-032-3/+19
* NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-033-0/+49
* NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-033-0/+177
* NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-2/+2
* NFS: Add read context retention for FS-Cache to call back withDavid Howells2009-04-031-0/+26
* NFS: FS-Cache page managementDavid Howells2009-04-033-4/+101
* NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-032-0/+29
* NFS: Invalidate FsCache page flags when cache removedDavid Howells2009-04-031-0/+40
* NFS: Use local disk inode cacheDavid Howells2009-04-033-0/+181
* NFS: Define and create inode-level cache objectsDavid Howells2009-04-032-0/+124
* NFS: Define and create superblock-level objectsDavid Howells2009-04-035-2/+209
* NFS: Define and create server-level objectsDavid Howells2009-04-035-1/+133
* NFS: Register NFS for caching and retrieve the top-level indexDavid Howells2009-04-034-0/+93
* NFS: Permit local filesystem caching to be enabled for NFSDavid Howells2009-04-031-0/+8
* NFS: Add comment banners to some NFS functionsDavid Howells2009-04-031-0/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-022-4/+4
|\
| * New helper - current_umask()Al Viro2009-03-312-4/+4
OpenPOWER on IntegriCloud