aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2006-07-05Merge branch 'locks'Trond Myklebust1-33/+41
2006-07-05NFS: Optimise away an excessive GETATTR call when a file is symlinkedTrond Myklebust1-1/+3
2006-07-05NFS: Fix NFS page_state usageTrond Myklebust1-3/+17
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust1-11/+24
2006-07-05NFSv4: Ensure nfs4_lock_expired() caches delegated locksTrond Myklebust1-3/+5
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust1-19/+12
2006-07-03Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust12-19/+6
2006-07-02[PATCH] nfs: non-procfs build fixDominik Hackl1-2/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds11-11/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter1-4/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel11-11/+0
2006-06-28Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-28Revert "Merge branch 'odirect'"Trond Myklebust1-234/+201
2006-06-27[PATCH] fix static linking of NFSDavid Brownell6-9/+9
2006-06-25Fix NFS2 compile errorLinus Torvalds1-2/+0
2006-06-25nfs: remove nfs_put_link()Alexey Dobriyan1-10/+1
2006-06-25nfs-build-fix-99Andrew Morton1-0/+4
2006-06-25git-nfs-build-fixesAndrew Morton3-8/+19
2006-06-25Merge branch 'odirect'Trond Myklebust1-201/+234
2006-06-24NFS: alloc nfs_read/write_data as direct I/O is scheduledChuck Lever1-145/+65
2006-06-24NFS: Eliminate nfs_get_user_pages()Chuck Lever1-94/+111
2006-06-24NFS: refactor nfs_direct_free_user_pagesChuck Lever1-8/+15
2006-06-24NFS: remove user_addr, user_count, and pos from nfs_direct_reqChuck Lever1-21/+8
2006-06-24NFS: "open code" the NFS direct write reschedulerChuck Lever1-8/+43
2006-06-24NFS: Separate functions for counting outstanding NFS direct I/OsChuck Lever1-19/+20
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust3-68/+105
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-38/+58
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsTrond Myklebust1-0/+29
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells16-1802/+1993
2006-06-09NFS: Fix typo in nfs_do_clone_mount()Trond Myklebust1-2/+2
2006-06-09NFS: Fix compile errors introduced by referrals patchesTrond Myklebust1-11/+26
2006-06-09NFSv4: Ensure that referral mounts bind to a reserved portTrond Myklebust1-0/+2
2006-06-09NFSv4: A root pathname is sent as a zero component4Andy Adamson1-1/+10
2006-06-09NFSv4: Follow a referralManoj Naik3-2/+58
2006-06-09NFSv4: Ensure client submounts when following a referralManoj Naik1-3/+267
2006-06-09NFS: Expand clone mounts to include other serversManoj Naik1-47/+64
2006-06-09NFSv4: Create NFSv4 transport and clientManoj Naik1-58/+73
2006-06-09NFSv4: Define an fs_locations bitmapManoj Naik3-2/+30
2006-06-09NFSv4: GETATTR attributes on referralManoj Naik1-2/+2
2006-06-09NFSv4: Decode mounted_on_fileid attribute in getattr.Manoj Naik1-0/+21
2006-06-09NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik3-12/+74
2006-06-09NFSv4: Implement the fs_locations function callTrond Myklebust3-2/+141
2006-06-09NFS: Add timeout to submountsTrond Myklebust3-1/+37
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust6-5/+409
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust5-5/+14
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust1-5/+9
2006-06-09NFS: Remove nfs_delete_inode()Trond Myklebust1-22/+4
2006-06-09NFS: Flesh out nfs_invalidate_page()Trond Myklebust3-23/+57
2006-06-09NFSv4: remove obviously bogus comparison from decode_getaclJ. Bruce Fields1-2/+1
2006-06-09NFSv4: really return status from decode_recall_args()Alexey Dobriyan1-1/+1
2006-06-09NFSv3: Client-side nfsacl caching fixAndreas Gruenbacher1-3/+8
2006-06-09NFS: Fix up inode revalidation accountingTrond Myklebust1-1/+1
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust4-28/+16
2006-06-09NFS: More page cache revalidation fixupsTrond Myklebust1-5/+5
2006-06-09NFS: Fix page cache revalidationTrond Myklebust1-13/+6
2006-06-09NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever2-18/+11
2006-06-09NFS: Clean up inode metadata updatesTrond Myklebust2-13/+1
2006-06-09NFSv4: Some NFSv4 servers have broken behaviour for the change attributeTrond Myklebust1-13/+9
2006-06-09NFS: Clean up and fix page zeroing when we have short readsTrond Myklebust1-32/+75
2006-04-19NFS: remove needless check in nfs_opendir()Carsten Otte1-3/+2
2006-04-19NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-4/+1
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2-8/+5
2006-04-19VFS: Fix another open intent OopsTrond Myklebust1-4/+6
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2-12/+6
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+1
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-5/+6
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds23-966/+1691
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson2-2/+4
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2-2/+2
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser5-6/+6
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o1-2/+2
2006-03-20NFSv4: Dont list system.nfs4_acl for filesystems that don't support it.J. Bruce Fields1-0/+2
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust1-17/+15
2006-03-20NFS: Fix a race in nfs_sync_inode()Trond Myklebust2-24/+52
2006-03-20NFS: Clean up nfs_flush_list()Trond Myklebust1-33/+29
2006-03-20NFS: Fix a race with PG_private and nfs_release_page()Trond Myklebust2-5/+7
2006-03-20NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust1-6/+13
2006-03-20NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust1-6/+0
2006-03-20NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust3-14/+13
2006-03-20NFSv4: Fix an oops in nfs4_fill_superTrond Myklebust2-8/+8
2006-03-20NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2-2/+20
2006-03-20NFSv4: Send the delegation stateid for SETATTR callsTrond Myklebust3-14/+33
2006-03-20NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust1-0/+1
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust1-1/+4
2006-03-20NFS: O_DIRECT needs to use a completionTrond Myklebust1-5/+5
2006-03-20NFS: Clean up nfs_get_user_pagesTrond Myklebust1-30/+29
2006-03-20NFS: fix compiler warnings on 64-bit platformsChuck Lever1-2/+2
2006-03-20NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust2-2/+62
2006-03-20NFS: Debugging code for nfs_direct_(read|write)_schedule()Trond Myklebust1-0/+4
2006-03-20NFS: O_DIRECT async IO may lose contextTrond Myklebust1-18/+12
2006-03-20nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writesTrond Myklebust1-25/+199
2006-03-20NFS: Make nfs_commit_alloc() externTrond Myklebust1-2/+2
2006-03-20NFS: fix data_update accounting in NFS direct I/O pathChuck Lever1-0/+3
2006-03-20NFS: Replace atomic_t variables in nfs_direct_req with a single spin lockChuck Lever1-34/+47
2006-03-20NFS: clean up comments and tab damage in direct.cChuck Lever1-23/+31
2006-03-20NFS: support EIOCBQUEUED return in direct write pathChuck Lever1-7/+13
2006-03-20NFS: make iocb available everywhere in direct write pathChuck Lever1-32/+14
2006-03-20NFS: remove support for multi-segment iovs in the direct write pathChuck Lever1-51/+17
2006-03-20NFS: make direct write path generate write requests concurrentlyChuck Lever2-83/+160
2006-03-20NFS: create common routine for handling direct I/O completionChuck Lever1-20/+26
2006-03-20NFS: create common routine for allocating nfs_direct_reqChuck Lever1-8/+19
2006-03-20NFS: create common routine for waiting for direct I/O to completeChuck Lever1-31/+26
2006-03-20NFS: support EIOCBQUEUED return in direct read pathChuck Lever1-4/+21
2006-03-20NFS: make iocb available everywhere in direct read pathChuck Lever1-8/+12
2006-03-20NFS: remove support for multi-segment iovs in the direct read pathChuck Lever1-51/+15
2006-03-20NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read pathChuck Lever1-3/+3
2006-03-20NFS: update comments and function definitions in fs/nfs/direct.cChuck Lever1-110/+15
2006-03-20NFS: clean up NFS client's a_ops->direct_IO methodChuck Lever1-47/+23
2006-03-20NFS: Cleanup of NFS read codeTrond Myklebust5-86/+74
2006-03-20NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust4-135/+101
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson1-4/+3
2006-03-20NFS: directory trace messagesChuck Lever1-30/+66
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever4-67/+209
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever4-2/+14
2006-03-20NFS: add RPC I/O statistics to /proc/self/mountstatsChuck Lever1-0/+4
2006-03-20NFS: report how long an NFS file system has been mountedChuck Lever1-0/+5
2006-03-20NFS: add hooks to account for NFSERR_JUKEBOX errorsChuck Lever3-10/+27
2006-03-20NFS: add I/O performance countersChuck Lever6-11/+62
2006-03-20NFS: introduce mechanism for tracking NFS client metricsChuck Lever2-6/+249
2006-03-20NFS: clean up some mount optionsChuck Lever1-3/+2
2006-03-20NFS: show retransmit settings when displaying mount optionsChuck Lever1-0/+8
2006-03-20NFS: sem2mutex idmap.cIngo Molnar1-20/+21
2006-03-20NFS: kzalloc conversion in fs/nfsEric Sesterhenn4-13/+6
2006-03-20NFSv4: Kill braindead gcc warningsTrond Myklebust2-13/+17
2006-03-20NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()Trond Myklebust1-1/+2
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust1-0/+2
2006-03-20NFS: reduce the number of false cache invalidations.Trond Myklebust1-5/+2
2006-03-20NFS: "const static" vs "static const" in nfs4Jesper Juhl1-1/+1
2006-03-20NFSv4: Don't invalidate cached attributes if change attribute is unchangedTrond Myklebust1-20/+24
2006-03-20NFS: writes should not clobber utimes() callsTrond Myklebust1-5/+3
2006-03-20NFS: Fix buglet in fs/nfs/write.cNeil Brown1-1/+4
2006-03-20NFS: Avoid races between writebacks and truncationTrond Myklebust2-2/+21
2006-03-20NFS: Fix a busy inodes issue...Trond Myklebust1-4/+6
2006-03-14[PATCH] NFSv4: fix mount segfault on errors returned that are < -1000Trond Myklebust1-1/+1
2006-03-14[PATCH] NFS: Fix a potential panic in O_DIRECTTrond Myklebust1-0/+10
2006-02-07[PATCH] nfsroot port= parameter fix [backport of 2.4 fix]Al Viro1-1/+2
2006-02-01NFSv3: fix sync_retry in direct i/o NFSDirk Mueller1-1/+1
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig1-4/+13
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-5/+5
2006-01-08[PATCH] nfsroot: do not silently stop parsing on an unknown optionJorn Dreyer1-1/+3
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-6/+2
2006-01-06NFSv4: Fix an Oops in nfs_do_expire_all_delegationsTrond Myklebust1-4/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust3-0/+33
2006-01-06NFS: get rid of some needless code obfuscation in xdr_encode_sattr().Trond Myklebust1-11/+10
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust3-2/+5
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever2-3/+0
2006-01-06NFSv3: try get_root user-supplied security_flavorJ. Bruce Fields1-7/+19
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust5-3/+113
2006-01-06NFS: Clean up weak cache consistency codeTrond Myklebust1-20/+40
2006-01-06NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust3-17/+35
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust3-1/+5
2006-01-06NFS: Make directIO aware of compound pages...Trond Myklebust1-3/+4
2006-01-06NFS: Make stat() return updated mtimes after a write()Trond Myklebust2-11/+14
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2006-01-06NFS: support large reads and writes on the wireChuck Lever5-29/+40
2006-01-06NFS: make "inode number mismatch" message more usefulChuck Lever1-8/+9
2006-01-06NFS: get rid of useless kernel log messageChuck Lever1-2/+1
2006-01-06NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever1-2/+2
2006-01-06NFS: use generic_write_checks() to sanity check direct writesChuck Lever1-24/+19
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust4-49/+52
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust4-25/+41
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust5-2/+75
2006-01-06NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust1-30/+16
2006-01-06NFSv4: State recovery cleanupTrond Myklebust3-25/+28
2006-01-06NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 leaseTrond Myklebust1-3/+31
2006-01-06NFSv4: Make DELEGRETURN an interruptible operation.Trond Myklebust1-8/+60
2006-01-06NFSv4: Convert LOCK rpc call into an asynchronous RPC callTrond Myklebust2-75/+175
2006-01-06NFSv4: locking XDR cleanupTrond Myklebust2-168/+155
2006-01-06NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctlyTrond Myklebust2-131/+156
2006-01-06NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust3-28/+42
2006-01-06NFSv4: Make open_confirm() asynchronous tooTrond Myklebust2-28/+80
2006-01-06NFSv4: Convert open() into an asynchronous RPC callTrond Myklebust2-66/+130
2006-01-06NFSv4: Allocate OPEN call RPC arguments using kmalloc()Trond Myklebust1-96/+117
2006-01-06NFSv4: Make locku use the new RPC "wait on completion" interface.Trond Myklebust1-29/+36
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-1/+0
2006-01-06SUNRPC: Further cleanupsTrond Myklebust2-18/+16
2006-01-06RPC: Clean up RPC task structureTrond Myklebust7-104/+126
2006-01-06NFS: Work correctly with single-page ->writepage() callsTrond Myklebust1-11/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+3
2005-12-22[PATCH] fix posix lock on NFSASANO Masahiro1-1/+2
2005-12-19NFS: Fix another O_DIRECT raceTrond Myklebust3-42/+33
2005-12-03NFSv4: Fix an Oops in the synchronous write pathTrond Myklebust1-1/+10
2005-12-03NFS: Fix post-op attribute revalidation...Trond Myklebust2-0/+4
2005-12-03NFS: use set_page_writeback() in the appropriate placesTrond Myklebust1-2/+4
2005-12-03NFS: Fix a few further cache consistency regressionsTrond Myklebust1-34/+20
2005-12-03NFS: Fix cache consistency regressionSteve Dickson1-0/+1
2005-11-25NFS: Fix a spinlock recursion inside nfs_update_inode()Trond Myklebust1-14/+12
2005-11-25NFSv4: Fix typo in lock cachingTrond Myklebust1-3/+3
2005-11-25NFSv4: Fix buggy nfs_wait_on_sequence()Trond Myklebust1-10/+10
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl4-20/+10
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever2-12/+10
2005-11-04NFSv4: Teach NFSv4 to cache locks when we hold a delegationTrond Myklebust1-8/+28
2005-11-04NFSv4: Recover locks too when returning a delegationTrond Myklebust3-2/+55
2005-11-04NFSv4: Fix recovery of flock() locks.Trond Myklebust1-2/+2
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust1-0/+3