summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-1/+4
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-69/+49
|\
| * NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+2
| * NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-241-0/+2
| * Fixed goto readability in nfs_update_inode.Matthew Treinish2012-05-191-17/+16
| * NFS: Adapt readdirplus to application usage patternsTrond Myklebust2012-05-011-2/+0
| * NFS: Simplify the cache invalidation codeTrond Myklebust2012-05-011-26/+3
| * NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust2012-05-011-1/+5
| * NFS: Simplify nfs_fhget()Trond Myklebust2012-05-011-17/+6
| * NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust2012-05-011-0/+2
| * NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust2012-05-011-3/+10
| * NFS: create struct nfs_commit_infoFred Isaman2012-04-271-3/+3
* | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-2/+2
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust2012-03-201-1/+1
* | NFS: remove nfs_inode radix treeFred Isaman2012-03-101-1/+1
* | NFS: add fh_crc to debug outputWeston Andros Adamson2012-03-071-2/+4
* | NFS: add filehandle crc for debug displayWeston Andros Adamson2012-03-071-3/+20
* | NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust2012-03-061-1/+1
* | NFS: Add a client-side function to display NFS file handlesChuck Lever2012-03-021-0/+45
* | NFS: make cb_ident_idr per net nsStanislav Kinsbursky2012-02-061-1/+1
* | NFS: make nfs_client_list per net nsStanislav Kinsbursky2012-02-061-0/+1
* | NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-061-1/+1
* | SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky2012-01-311-3/+3
* | NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust2012-01-311-2/+2
* | NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky2012-01-311-0/+1
* | NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky2012-01-311-3/+30
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-101-0/+2
|\
| * NFSv4: Save the owner/group name string when doing openTrond Myklebust2012-01-071-0/+2
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+2
|\ \
| * | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton2011-12-061-1/+2
| |/
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro2012-01-031-20/+20
|/
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-181-8/+8
* nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-9/+11
* NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-06-151-1/+2
* NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-06-151-1/+2
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-291-1/+2
|\
| * pnfs: layoutreturnBenny Halevy2011-05-291-1/+2
* | NFS: nfs_update_inode: print current and new inode size in debug outputHarshula Jayasuriya2011-05-271-2/+6
|/
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-241-1/+1
|\
| * NFSv4.1: filelayout driver specific code for COMMITFred Isaman2011-03-231-0/+1
| * NFS: Create nfs_open_dir_contextBryan Schumaker2011-03-231-1/+0
* | NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-3/+5
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+1
|\ \ | |/ |/|