aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfs41: nfs41_sequence_free_slotAndy Adamson2009-06-172-0/+35
| * | | nfs41: free slotAndy Adamson2009-06-171-0/+36
| * | | nfs41: setup_sequence methodAndy Adamson2009-06-172-2/+42
| * | | nfs41: find slotBenny Halevy2009-06-171-0/+33
| * | | nfs41: nfs4_setup_sequenceAndy Adamson2009-06-171-2/+98
| * | | nfs41: xdr {encode,decode}_sequenceAndy Adamson2009-06-171-10/+232
| * | | nfs41: encode minorversion in compound headerBenny Halevy2009-06-171-30/+40
| * | | NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offsetBenny Halevy2009-06-171-38/+10
| * | | NFS: update hdr->replen for every encode opBenny Halevy2009-06-171-0/+31
| * | | NFS: define and initialize compound_hdr.replenBenny Halevy2009-06-171-34/+43
| * | | NFS: use decode_change_info_maxsz for xdr maxsz calculationsBenny Halevy2009-06-171-3/+7
| * | | nfs41: set up seq_res.sr_slotidAndy Adamson2009-06-174-0/+9
| * | | nfs41: nfs41: pass *session in seq_args and seq_resBenny Halevy2009-06-171-0/+1
| * | | nfs41: introduce nfs4_call_syncAndy Adamson2009-06-173-19/+65
| * | | nfs41: use nfs4_fs_locations_resBenny Halevy2009-06-172-3/+8
| * | | nfs41: use nfs4_setaclresBenny Halevy2009-06-172-2/+4
| * | | NFS: get rid of unused xdr decode_setattr(, res) argumentBenny Halevy2009-06-171-3/+3
| * | | nfs41: use nfs4_getaclresBenny Halevy2009-06-172-11/+14
| * | | nfs41: use nfs4_pathconf_resBenny Halevy2009-06-172-3/+7
| * | | nfs41: use nfs4_fsinfo_resBenny Halevy2009-06-172-3/+7
| * | | nfs41: use nfs4_statfs_resBenny Halevy2009-06-172-3/+7
| * | | nfs41: use nfs4_readlink_resBenny Halevy2009-06-172-2/+4
| * | | nfs41: use nfs4_server_caps_argBenny Halevy2009-06-172-3/+7
| * | | nfs41: sessions client infrastructureAndy Adamson2009-06-174-0/+110
| * | | nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORTBenny Halevy2009-06-171-0/+2
| * | | nfs41: Use mount minorversion optionBenny Halevy2009-06-171-1/+6
| * | | nfs41: nfs_client.cl_minorversionBenny Halevy2009-06-171-3/+6
| * | | nfs41: add mount command option minorversionMike Sager2009-06-172-0/+11
| * | | nfs41: Add Kconfig symbols for NFSv4.1Ricardo Labiaga2009-06-171-0/+9
| | |/ | |/|
* | | remove put_cpu_no_resched()Thomas Gleixner2009-06-161-3/+3
* | | Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+2
* | | switch follow_down()Al Viro2009-06-111-1/+1
|/ /
* | NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust2009-05-261-6/+3
* | nfs: fix build error in nfsroot with initconstSam Ravnborg2009-05-261-1/+1
* | nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz2009-05-181-1/+2
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-10/+5
* | vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-1/+6
* | NFS: Close page_mkwrite() racesTrond Myklebust2009-05-021-3/+3
|/
* NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
* NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-04-071-2/+0
* NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust2009-04-061-1/+1
* NFS: Add mount options to enable local caching on NFSDavid Howells2009-04-033-0/+28
* NFS: Display local caching stateDavid Howells2009-04-032-3/+19
* NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-033-0/+49
* NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-033-0/+177
* NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-2/+2
* NFS: Add read context retention for FS-Cache to call back withDavid Howells2009-04-031-0/+26
* NFS: FS-Cache page managementDavid Howells2009-04-033-4/+101
* NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-032-0/+29
* NFS: Invalidate FsCache page flags when cache removedDavid Howells2009-04-031-0/+40