summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* | NFSv4: GETATTR attributes on referralManoj Naik2006-06-091-2/+2
* | NFSv4: Decode mounted_on_fileid attribute in getattr.Manoj Naik2006-06-091-0/+21
* | NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik2006-06-093-12/+74
* | NFSv4: Implement the fs_locations function callTrond Myklebust2006-06-093-2/+141
* | NFS: Add timeout to submountsTrond Myklebust2006-06-093-1/+37
* | NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust2006-06-096-5/+409
* | NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust2006-06-095-5/+14
* | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-5/+9
* | NFS: Remove nfs_delete_inode()Trond Myklebust2006-06-091-22/+4
* | NFS: Flesh out nfs_invalidate_page()Trond Myklebust2006-06-093-23/+57
* | NFSv4: remove obviously bogus comparison from decode_getaclJ. Bruce Fields2006-06-091-2/+1
* | NFSv4: really return status from decode_recall_args()Alexey Dobriyan2006-06-091-1/+1
* | NFSv3: Client-side nfsacl caching fixAndreas Gruenbacher2006-06-091-3/+8
* | NFS: Fix up inode revalidation accountingTrond Myklebust2006-06-091-1/+1
* | NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust2006-06-094-28/+16
* | NFS: More page cache revalidation fixupsTrond Myklebust2006-06-091-5/+5
* | NFS: Fix page cache revalidationTrond Myklebust2006-06-091-13/+6
* | NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever2006-06-092-18/+11
* | NFS: Clean up inode metadata updatesTrond Myklebust2006-06-092-13/+1
* | NFSv4: Some NFSv4 servers have broken behaviour for the change attributeTrond Myklebust2006-06-091-13/+9
* | NFS: Clean up and fix page zeroing when we have short readsTrond Myklebust2006-06-091-32/+75
|/
* NFS: remove needless check in nfs_opendir()Carsten Otte2006-04-191-3/+2
* NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUSJohn Hawkes2006-04-191-4/+1
* NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-192-8/+5
* VFS: Fix another open intent OopsTrond Myklebust2006-04-191-4/+6
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-282-2/+2
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-262-12/+6
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-2/+1
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-261-5/+6
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-2523-966/+1691
|\
| * NFSv4: Dont list system.nfs4_acl for filesystems that don't support it.J. Bruce Fields2006-03-201-0/+2
| * SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-201-17/+15
| * NFS: Fix a race in nfs_sync_inode()Trond Myklebust2006-03-202-24/+52
| * NFS: Clean up nfs_flush_list()Trond Myklebust2006-03-201-33/+29
| * NFS: Fix a race with PG_private and nfs_release_page()Trond Myklebust2006-03-202-5/+7
| * NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust2006-03-201-6/+13
| * NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust2006-03-201-6/+0
| * NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust2006-03-203-14/+13
| * NFSv4: Fix an oops in nfs4_fill_superTrond Myklebust2006-03-202-8/+8
| * NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2006-03-202-2/+20
| * NFSv4: Send the delegation stateid for SETATTR callsTrond Myklebust2006-03-203-14/+33
| * NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust2006-03-201-0/+1
| * NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust2006-03-201-1/+4
| * NFS: O_DIRECT needs to use a completionTrond Myklebust2006-03-201-5/+5
| * NFS: Clean up nfs_get_user_pagesTrond Myklebust2006-03-201-30/+29
| * NFS: fix compiler warnings on 64-bit platformsChuck Lever2006-03-201-2/+2
| * NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust2006-03-202-2/+62
| * NFS: Debugging code for nfs_direct_(read|write)_schedule()Trond Myklebust2006-03-201-0/+4
| * NFS: O_DIRECT async IO may lose contextTrond Myklebust2006-03-201-18/+12
| * nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writesTrond Myklebust2006-03-201-25/+199
OpenPOWER on IntegriCloud