summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2012-11-17NFS: fix bug in legacy DNS resolver.NeilBrown
2012-11-17NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-11-17NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-17NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-11-17nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-11-17nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew
2012-10-31pnfsblock: fix non-aligned DIO writePeng Tao
2012-10-31pnfsblock: fix non-aligned DIO readPeng Tao
2012-10-21NFS: Remove bad delegations during open recoveryBryan Schumaker
2012-10-21NFS41: fix error of setting blocklayoutdriverPeng Tao
2012-10-21pnfsblock: fix partial page buffer wirtePeng Tao
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust
2012-09-06NFS: return error from decode_getfh in decode openWeston Andros Adamson
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust
2012-09-04NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust
2012-09-04NFS: Fix a problem with the legacy binary mount codeTrond Myklebust
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-08-20NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-08-20NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust
2012-08-16NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker
2012-08-16NFS: Clear key construction data if the idmap upcall failsBryan Schumaker
2012-08-16NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust
2012-08-16NFSv4: Fix the acl cache size calculationTrond Myklebust
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust
2012-08-16NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-08-16NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com
2012-08-08NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust
2012-08-02pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh
2012-08-02NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao
2012-08-02pnfs: nfs4_proc_layoutget returns voidIdan Kedar
2012-08-02pnfs: defer release of pages in layoutgetIdan Kedar
2012-08-02nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton
2012-07-31nfs: increase number of permitted callback connections.NeilBrown
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker