summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2009-06-17NFS: Invalid mount option values should always fail, even with "sloppy"Chuck Lever1-96/+61
2009-06-17NFS: Remove unused XDR decoder functionsChuck Lever1-29/+0
2009-06-17NFS: Update MNT and MNT3 reply decoding functionsChuck Lever4-14/+55
2009-06-17NFS: add XDR decoder for mountd version 3 auth-flavor listsChuck Lever2-0/+43
2009-06-17NFS: add new file handle decoders to in-kernel mountd clientChuck Lever1-0/+39
2009-06-17NFS: Add separate mountd status code decoders for each mountd versionChuck Lever1-0/+116
2009-06-17NFS: remove unused function in fs/nfs/mount_clnt.cChuck Lever1-8/+0
2009-06-17NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argumentChuck Lever1-5/+44
2009-06-17NFS: Clean up MNT program definitionsChuck Lever2-4/+31
2009-06-17NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableChuck Lever1-1/+3
2009-06-17NFS: Return error code from nfs_callback_up() to user spaceChuck Lever1-4/+8
2009-06-17NFS: Do not display the setting of the "intr" mount optionChuck Lever1-1/+0
2009-06-17NFS: add support for splice writesSuresh Jayaraman1-0/+31
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust1-6/+0
2009-06-17NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust2-2/+23
2009-06-17NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust2-16/+56
2009-06-17NFSv4: Move error handling out of the delegation generic codeTrond Myklebust2-17/+16
2009-06-17NFSv4: Fix the 'nolock' option regressionTrond Myklebust1-0/+7
2009-06-16remove put_cpu_no_resched()Thomas Gleixner1-3/+3
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+2
2009-06-11switch follow_down()Al Viro1-1/+1
2009-05-26NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust1-6/+3
2009-05-26nfs: fix build error in nfsroot with initconstSam Ravnborg1-1/+1
2009-05-18nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz1-1/+2
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-10/+5
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-1/+6
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust1-1/+2
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-04-06NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust1-1/+1
2009-04-03NFS: Add mount options to enable local caching on NFSDavid Howells3-0/+28
2009-04-03NFS: Display local caching stateDavid Howells2-3/+19
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells3-0/+49
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells3-0/+177
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells1-2/+2
2009-04-03NFS: Add read context retention for FS-Cache to call back withDavid Howells1-0/+26
2009-04-03NFS: FS-Cache page managementDavid Howells3-4/+101
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2-0/+29
2009-04-03NFS: Invalidate FsCache page flags when cache removedDavid Howells1-0/+40
2009-04-03NFS: Use local disk inode cacheDavid Howells3-0/+181
2009-04-03NFS: Define and create inode-level cache objectsDavid Howells2-0/+124
2009-04-03NFS: Define and create superblock-level objectsDavid Howells5-2/+209
2009-04-03NFS: Define and create server-level objectsDavid Howells5-1/+133
2009-04-03NFS: Register NFS for caching and retrieve the top-level indexDavid Howells4-0/+93
2009-04-03NFS: Permit local filesystem caching to be enabled for NFSDavid Howells1-0/+8
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells1-0/+26
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+4
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust18-343/+549
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-31New helper - current_umask()Al Viro2-4/+4