aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-022-3/+3
* pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-07-251-3/+13
* pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh2012-07-251-2/+7
* NFSv4: Further reduce the footprint of the idmapperTrond Myklebust2012-07-251-6/+36
* NFSv4: Reduce the footprint of the idmapperTrond Myklebust2012-07-251-3/+13
* NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy2012-07-251-2/+3
* NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-191-0/+1
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* Avoid beyond bounds copy while caching ACLSachin Prabhu2012-05-312-8/+6
* Avoid reading past buffer when calling GETACLSachin Prabhu2012-05-312-13/+21
* NFS4: fix compile warnings in nfs4proc.cPeng Tao2012-05-311-1/+1
* NFSv4: Revalidate uid/gid after openJonathan Nieder2012-05-201-0/+1
* NFS: put open context on error in nfs_flush_multiFred Isaman2012-05-111-1/+1
* NFS: put open context on error in nfs_pagein_multiFred Isaman2012-05-111-1/+1
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-05-111-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-05-111-2/+7
* nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara2012-05-111-2/+6
* Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu2012-04-131-1/+1
* NFSv4.1: Fix layoutcommit error handlingTrond Myklebust2012-04-021-12/+13
* NFSv4: Fix two infinite loops in the mount codeTrond Myklebust2012-04-021-2/+4
* NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-04-023-4/+6
* NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2012-04-022-1/+13
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-04-025-4/+57
* NFSv4: fix server_scope memory leakWeston Andros Adamson2012-02-291-6/+9
* NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust2012-02-291-0/+2
* NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-292-5/+8
* pnfsblock: limit bio page countPeng Tao2012-01-251-6/+11
* pnfsblock: don't spinlock when freeing block_devPeng Tao2012-01-251-7/+4
* pnfsblock: acquire im_lock in _preload_rangePeng Tao2012-01-251-5/+6
* nfs: fix regression in handling of context= option in NFSv4Jeff Layton2012-01-251-24/+19
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-252-47/+80
* NFS - fix recent breakage to NFS error handling.NeilBrown2012-01-251-2/+2
* NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson2012-01-251-1/+1
* pnfs-obj: Must return layout on IO errorBoaz Harrosh2012-01-253-1/+15
* pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh2012-01-251-0/+4
* NFS: Fix a regression in nfs_file_llseek()Trond Myklebust2011-12-151-1/+1
* NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust2011-12-091-8/+16
* NFSv4: Ensure correct locking when accessing the 'lock_states' listTrond Myklebust2011-12-091-0/+4
* NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust2011-12-011-4/+4
* NFSv4: Don't error if we handled it in nfs4_recovery_handle_errorTrond Myklebust2011-12-011-8/+13
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-229-61/+82
|\
| * NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust2011-11-103-17/+25
| * NFS: Fix a regression in the referral codeTrond Myklebust2011-11-071-2/+1
| * nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton2011-11-041-40/+19
| * nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-046-2/+37
* | new helper: mount_subtree()Al Viro2011-11-161-24/+6
* | switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro2011-11-161-15/+8
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\ \ | |/ |/|
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-312-0/+2
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-313-0/+3