aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields
2008-10-06NFS: Fix nfs_file_llseek()Trond Myklebust
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust
2008-07-15Merge branch 'devel' into nextTrond Myklebust
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever
2008-07-09NFS: Add debugging facility for NFS aopsChuck Lever
2008-07-09NFS: Make nfs_open methods consistentChuck Lever
2008-07-09NFS: Make nfs_llseek methods consistentChuck Lever
2008-07-09NFS: Make nfs_fsync methods consistentChuck Lever
2008-07-09NFS: do_setlk(): don't flush caches when we have a delegationTrond Myklebust
2008-07-09NFS: Optimise append writes with holesTrond Myklebust
2008-07-09NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust
2008-07-02Remove BKL from remote_llseek v2Andi Kleen
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24Merge branch 'devel'Trond Myklebust
2008-04-19NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust
2008-04-08fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/...Bryan Wu
2008-03-19NFS: Always enable NFS direct I/OChuck Lever
2008-01-30NFS: nfs_write_end clean upChuck Lever
2008-01-30NFS: Optimise nfs_vm_page_mkwrite()Trond Myklebust
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust
2007-10-16nfs: convert to new aopsNick Piggin
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust
2007-10-09NFS: Clean up write code...Trond Myklebust
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields
2007-07-18nfs: disable leases over NFSJ. Bruce Fields
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown
2007-01-11[PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-06NFS: Fix nfs_release_pageTrond Myklebust
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek