aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-12SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust1-0/+1
2010-09-12statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-12NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-08-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-8/+22
2010-08-18NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2-4/+6
2010-08-17NFS: Fix the selection of security flavours in KconfigTrond Myklebust1-1/+0
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-0/+53
2010-08-12[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is setSteve French1-0/+1
2010-08-11NFS: Use kernel DNS resolver [ver #2]Bryan Schumaker3-0/+52
2010-08-11NFS: fix the return value of nfs_file_fsync()J. R. Okajima1-1/+1
2010-08-11nfs: Remove redundant NULL check upon kfree()Davidlohr Bueso1-2/+1
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-6/+5
2010-08-10nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti1-0/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-6/+15
2010-08-10NFS: allow close-to-open cache semantics to apply to root of NFS filesystemNeil Brown1-0/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro3-6/+15
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-381/+624
2010-08-06NFS: NFSv4.1 is no longer a "developer only" featureTrond Myklebust1-2/+2
2010-08-06NFS: NFS_V4 is no longer an EXPERIMENTAL featureTrond Myklebust1-3/+3
2010-08-06NFS: Fix /proc/mount for legacy binary interfaceBryan Schumaker1-0/+4
2010-08-06NFS: Fix the locking in nfs4_callback_getattrTrond Myklebust1-3/+3
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust3-9/+8
2010-08-03NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust2-7/+4
2010-08-03NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checksTrond Myklebust1-10/+0
2010-08-03NFSv4: Clean up the process of renewing the NFSv4 leaseTrond Myklebust1-14/+9
2010-08-03NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctlyTrond Myklebust1-30/+62
2010-08-03NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust1-9/+0
2010-08-03NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2-12/+2
2010-08-03NFS: Fix up the fsync codeTrond Myklebust1-30/+21
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-1/+1
2010-08-01NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-30NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust4-14/+50
2010-07-30NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust4-0/+86
2010-07-30NFSv4: Clean up for lockowner XDR encodingTrond Myklebust1-12/+20
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust6-17/+104
2010-07-19mm: add context argument to shrinker callbackDave Chinner2-2/+3
2010-06-24NFSv4: Clean up struct nfs4_state_ownerTrond Myklebust3-11/+7
2010-06-22NFSv4.1: There is no need to init the session more than once...Trond Myklebust2-1/+7
2010-06-22NFSv41: Cleanup for nfs4_alloc_session.Trond Myklebust2-7/+7
2010-06-22NFSv41: Clean up exclusive createTrond Myklebust1-11/+6
2010-06-22NFSv41: Deprecate nfs_client->cl_minorversionTrond Myklebust1-5/+5
2010-06-22NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust5-19/+8
2010-06-22NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust4-38/+18
2010-06-22NFSv41: Clean up the NFSv4.1 minor version specific operationsTrond Myklebust3-9/+37
2010-06-22NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust3-5/+10
2010-06-22NFSv41: Further cleanup for nfs4_sequence_doneTrond Myklebust1-9/+12