aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2009-06-17NFS: add new file handle decoders to in-kernel mountd clientChuck Lever
2009-06-17NFS: Add separate mountd status code decoders for each mountd versionChuck Lever
2009-06-17NFS: remove unused function in fs/nfs/mount_clnt.cChuck Lever
2009-06-17NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argumentChuck Lever
2009-06-17NFS: Clean up MNT program definitionsChuck Lever
2009-06-17NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableChuck Lever
2009-06-17NFS: Return error code from nfs_callback_up() to user spaceChuck Lever
2009-06-17NFS: Do not display the setting of the "intr" mount optionChuck Lever
2009-06-17NFS: add support for splice writesSuresh Jayaraman
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust
2009-06-17NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust
2009-06-17NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust
2009-06-17NFSv4: Move error handling out of the delegation generic codeTrond Myklebust
2009-06-17NFSv4: Fix the 'nolock' option regressionTrond Myklebust
2009-06-16remove put_cpu_no_resched()Thomas Gleixner
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11switch follow_down()Al Viro
2009-05-26NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust
2009-05-26nfs: fix build error in nfsroot with initconstSam Ravnborg
2009-05-18nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-04-06NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells
2009-04-03NFS: Display local caching stateDavid Howells
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells
2009-04-03NFS: Add read context retention for FS-Cache to call back withDavid Howells
2009-04-03NFS: FS-Cache page managementDavid Howells
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells
2009-04-03NFS: Invalidate FsCache page flags when cache removedDavid Howells
2009-04-03NFS: Use local disk inode cacheDavid Howells
2009-04-03NFS: Define and create inode-level cache objectsDavid Howells
2009-04-03NFS: Define and create superblock-level objectsDavid Howells
2009-04-03NFS: Define and create server-level objectsDavid Howells
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSDavid Howells
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-31New helper - current_umask()Al Viro
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-28NFS: Simplify logic to compare socket addresses in client.cChuck Lever
2009-03-28Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever