summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2012-11-18NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-18NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-11-18NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-18NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-18nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-18nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-10-31pnfsblock: fix non-aligned DIO writePeng Tao1-3/+31
2012-10-31pnfsblock: fix non-aligned DIO readPeng Tao1-31/+46
2012-10-21NFS: Remove bad delegations during open recoveryBryan Schumaker1-0/+4
2012-10-21NFS41: fix error of setting blocklayoutdriverPeng Tao2-2/+4
2012-10-21pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust2-2/+6
2012-09-07NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust2-28/+17
2012-09-04NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2012-09-04NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-08-20NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-08-20NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust1-1/+1
2012-08-17NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker1-4/+2
2012-08-17NFS: Clear key construction data if the idmap upcall failsBryan Schumaker1-14/+42
2012-08-17NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust1-5/+6
2012-08-17NFSv4: Fix the acl cache size calculationTrond Myklebust1-2/+3
2012-08-17NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust2-15/+8
2012-08-17NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-08-17NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com5-26/+49
2012-08-09NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust1-6/+2
2012-08-03pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh1-3/+52
2012-08-03NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao1-0/+2
2012-08-03pnfs: nfs4_proc_layoutget returns voidIdan Kedar2-5/+5
2012-08-03pnfs: defer release of pages in layoutgetIdan Kedar3-40/+58
2012-08-03nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-3/+12
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds8-75/+153
2012-08-01Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-390/+690
2012-08-01nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-08-01nfs: enable swap on NFSMel Gorman3-30/+82
2012-08-01nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-08-01nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
2012-08-01Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown1-0/+4
2012-07-31Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-1746/+2054
2012-07-31NFS: Convert v4 into a moduleBryan Schumaker21-108/+147
2012-07-31NFS: Convert v3 into a moduleBryan Schumaker11-33/+25
2012-07-31NFS: Convert v2 into a moduleBryan Schumaker12-24/+50
2012-07-31NFS: Keep module parameters in the generic NFS clientBryan Schumaker7-49/+48
2012-07-31NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-31NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-31NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-31NFS: Create a try_mount rpc opBryan Schumaker7-12/+12