aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
Commit message (Expand)AuthorAge
* NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov2010-12-07
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-31
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-30
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-26
|\
| * NFS: create and destroy inode's layout cacheBenny Halevy2010-10-24
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-25
|\|
| * Revalidate caches on lockRicardo Labiaga2010-10-24
| * NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust2010-10-19
| * nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman2010-09-23
* | Remove incorrect do_vfs_lock messageFabio Olive Leite2010-09-12
|/
* NFS: fix the return value of nfs_file_fsync()J. R. Okajima2010-08-11
* Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-07
|\
| * NFS: Fix up the fsync codeTrond Myklebust2010-08-03
* | NFS: kswapd must not block in nfs_release_pageTrond Myklebust2010-07-30
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-03-19
* NFS: Improve NFS iostat byte count accuracy for writesChuck Lever2010-02-10
* NFS: Account for NFS bytes read via the splice APIChuck Lever2010-02-10
* NFS: Fix byte accounting for generic NFS readsChuck Lever2010-02-10
* NFS: Proper accounting for NFS VFS callsChuck Lever2010-02-10
* NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust2010-01-26
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-10
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* HWPOISON: Enable error_remove_page for NFSAndi Kleen2009-09-16
* NFS: read-modify-write page updatingPeter Staubach2009-08-10
* NFS: Add a ->migratepage() aop for NFSTrond Myklebust2009-08-10
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* NFS: add support for splice writesSuresh Jayaraman2009-06-17
* NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust2009-06-17
* NFS: Close page_mkwrite() racesTrond Myklebust2009-05-02
* NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-04-07
* NFS: FS-Cache page managementDavid Howells2009-04-03
* NFS: Add comment banners to some NFS functionsDavid Howells2009-04-03
* Merge branch 'devel' into for-linusTrond Myklebust2009-04-01
|\
| * NFS: Optimise NFS close()Trond Myklebust2009-03-19
| * NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust2009-03-11
| * NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-11
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-01
|/
* fs: symlink write_begin allocation context fixNick Piggin2009-01-04
* nfs: remove an obsolete nfs_flock commentJ. Bruce Fields2008-10-07
* NFS: Fix nfs_file_llseek()Trond Myklebust2008-10-06
* Merge branch 'bkl-removal' into nextTrond Myklebust2008-07-15
|\
| * NFS: Remove BKL usage from open()Trond Myklebust2008-07-15
| * NFS: Remove BKL usage from the write pathTrond Myklebust2008-07-15
* | Merge branch 'devel' into nextTrond Myklebust2008-07-15
|\|
| * NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust2008-07-09
| * NFS: Use NFSDBG_FILE for all fopsChuck Lever2008-07-09
| * NFS: Add debugging facility for NFS aopsChuck Lever2008-07-09