summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
AgeCommit message (Expand)AuthorLines
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-24Merge branch 'devel'Trond Myklebust-16/+2
2008-04-19NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust-10/+2
2008-04-08fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/...Bryan Wu-0/+4
2008-03-19NFS: Always enable NFS direct I/OChuck Lever-6/+0
2008-01-30NFS: nfs_write_end clean upChuck Lever-1/+3
2008-01-30NFS: Optimise nfs_vm_page_mkwrite()Trond Myklebust-22/+14
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust-1/+1
2007-10-16nfs: convert to new aopsNick Piggin-20/+60
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+1
2007-10-09NFS: clean up explicit check for mandatory locksPavel Emelyanov-2/+1
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust-4/+4
2007-10-09NFS: Fall back to synchronous writes when a background write errors...Trond Myklebust-20/+44
2007-10-09NFS: Clean up write code...Trond Myklebust-1/+1
2007-10-09NFS: Add the helper nfs_vm_page_mkwriteTrond Myklebust-2/+33
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust-1/+1
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields-1/+3
2007-07-18nfs: disable leases over NFSJ. Bruce Fields-0/+12
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe-6/+9
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel-6/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven-2/+2
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown-2/+3
2007-01-11[PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust-8/+8
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek-7/+7
2006-12-06NFS: Fix nfs_release_pageTrond Myklebust-6/+7
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust-5/+1
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust-1/+1
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust-0/+6
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust-3/+6
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty-16/+18
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek-1/+1
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells-1/+1
2006-08-24NFS: Fix a potential deadlock in nfs_release_pageNikita Danilov-1/+7
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust-2/+2
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi-2/+2
2006-06-09NFS: Flesh out nfs_invalidate_page()Trond Myklebust-1/+5
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust-21/+3
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown-2/+1
2006-03-20NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust-6/+0
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust-1/+4
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson-4/+3
2006-03-20NFS: add I/O performance countersChuck Lever-11/+9
2006-03-20NFS: Avoid races between writebacks and truncationTrond Myklebust-0/+13
2005-12-22[PATCH] fix posix lock on NFSASANO Masahiro-1/+2
2005-12-19NFS: Fix another O_DIRECT raceTrond Myklebust-19/+4
2005-10-27NFS: Optimise attribute revalidation on close().Trond Myklebust-2/+2