aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+7
* nfs: fix regression in handling of context= option in NFSv4Jeff Layton2012-01-251-24/+19
* NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson2012-01-251-1/+1
* NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust2012-01-061-4/+4
* NFS: Prevent 3.0 from crashing if it receives a partial layoutTrond Myklebust2011-12-092-1/+10
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-266-2/+37
* VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-11-111-1/+1
* nfs: don't try to migrate pages with active requestsJeff Layton2011-11-111-25/+11
* nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton2011-11-111-0/+4
* Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust2011-11-111-1/+2
* NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust2011-08-291-0/+5
* NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust2011-08-293-24/+22
* pnfs-obj: Bug when we are running out of bioBoaz Harrosh2011-08-291-7/+5
* pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2011-08-292-9/+10
* NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2011-08-041-23/+33
* NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust2011-08-041-8/+8
* pnfs: use lwb as layoutcommit lengthPeng Tao2011-08-041-1/+1
* pnfs: let layoutcommit handle a list of lsegPeng Tao2011-08-043-17/+25
* pnfs: save layoutcommit cred at layout header initPeng Tao2011-08-042-11/+12
* pnfs: save layoutcommit lwb at layout headerPeng Tao2011-08-043-6/+8
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-133-2/+3
|\
| * NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-111-1/+1
| * pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2011-06-282-1/+2
* | FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-5/+3
|/
* NFS: Fix decode_secinfo_maxszBryan Schumaker2011-06-211-1/+1
* NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust2011-06-211-5/+16
* NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust2011-06-212-5/+10
* NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy2011-06-202-3/+6
* pnfs-obj: No longer needed to take an extra ref at add_deviceBoaz Harrosh2011-06-191-1/+0
* NFSv4: Fix a readdir regressionTrond Myklebust2011-06-161-7/+7
* nfs4.1: mark layout as bad on error path in _pnfs_return_layoutFred Isaman2011-06-151-0/+2
* nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layoutFred Isaman2011-06-151-2/+2
* NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error pathBenny Halevy2011-06-151-0/+1
* NFS: (d)printks should use %zd for ssize_t argumentsDavid Howells2011-06-151-1/+1
* NFSv4.1: fix break condition in pnfs_find_lsegBenny Halevy2011-06-151-1/+1
* nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman2011-06-152-7/+9
* NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson2011-06-151-5/+10
* NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-06-153-11/+36
* NFSv4.1: Fix a refcounting issue in the pNFS device id cacheTrond Myklebust2011-06-151-0/+1
* NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy2011-06-152-8/+6
* NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-06-151-1/+2
* NFS: fix umount of pnfs filesystemsWeston Andros Adamson2011-06-152-5/+12
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-2926-278/+3516
|\
| * pnfs-obj: pg_test check for max_io_sizeBoaz Harrosh2011-05-291-1/+18
| * NFSv4.1: define nfs_generic_pg_testBoaz Harrosh2011-05-291-24/+20
| * NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy2011-05-294-19/+17
| * NFSv4.1: change pg_test return type to boolBenny Halevy2011-05-295-22/+21
| * NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy2011-05-295-54/+27
| * pnfs-obj: objlayout_encode_layoutcommit implementationBoaz Harrosh2011-05-293-0/+61