aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-04NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEIDTrond Myklebust1-5/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust6-51/+19
2005-11-04NFSv4: Fix a race between open() and close()Trond Myklebust3-47/+49
2005-10-30[PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode()Trond Myklebust1-2/+0
2005-10-27NFS: Allow files that are open for write to invalidate cachesTrond Myklebust1-4/+0
2005-10-27NFSv4: Convert unnecessary XDR warning messages into dprintk()Trond Myklebust1-11/+6
2005-10-27NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.Trond Myklebust2-7/+34
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_remove()Trond Myklebust2-14/+38
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_rename()Trond Myklebust2-7/+37
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_link()Trond Myklebust2-11/+45
2005-10-27NFS: Ensure that nfs_link() instantiates the dentry correctlyTrond Myklebust1-7/+4
2005-10-27NFS: Add optional post-op getattr instruction to the NFSv4 file close.Trond Myklebust2-7/+36
2005-10-27NFS: Optimise attribute revalidation on close().Trond Myklebust1-2/+2
2005-10-27NFSv4: Add directory post-op attributes to the CREATE operations.Trond Myklebust2-15/+82
2005-10-27NFS: nfs_lookup doesn't need to revalidate the parent directory's inodeChuck Lever1-6/+0
2005-10-27NFS: Don't let nfs_end_data_update() clobber attribute update informationTrond Myklebust4-24/+63
2005-10-27NFS: Optimise inode attribute cache updatesTrond Myklebust4-19/+41
2005-10-27NFS: Convert cache_change_attribute into a jiffy-based valueTrond Myklebust1-4/+4
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust6-65/+66
2005-10-27NFS: Fix a bad cast in nfs3_read_doneTrond Myklebust1-1/+1
2005-10-20NFSv4: Fix up locking for nfs4_state_ownerTrond Myklebust3-5/+18
2005-10-20NFSv4: Final tweak to sequence idTrond Myklebust2-11/+14
2005-10-18NFSv4: Fix acl buffer sizeJ. Bruce Fields1-1/+1
2005-10-18NFSv4: handle no acl attrJ. Bruce Fields1-1/+2
2005-10-18NFSv4: Fix an oopsable condition in nfs_free_seqidTrond Myklebust2-9/+1
2005-10-18NFS: Fix rename of directory onto empty directoryTrond Myklebust1-3/+5
2005-10-18NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID raceTrond Myklebust1-0/+10
2005-10-18NFSv4: If a delegated open fails, ensure that we return the delegationTrond Myklebust1-0/+2
2005-10-18NFSv4: Return delegations in case we're changing ACLsTrond Myklebust2-0/+6
2005-10-18NFSv4: Return delegation upon rename or removal of file.Trond Myklebust4-4/+20
2005-10-18[NFS]: Check that the server returns a valid regular file to our OPEN requestTrond Myklebust2-1/+19
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust5-101/+73
2005-10-18 NFS: Fix up a race in the NFS implementation of GETLKTrond Myklebust1-9/+18
2005-10-18NFSv4: Fix up handling of open_to_lock sequence idsTrond Myklebust2-56/+45
2005-10-18NFSv4: Make NFS clean up byte range locks asynchronouslyTrond Myklebust4-58/+115
2005-10-18NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR.Trond Myklebust1-1/+12
2005-10-18NFSv4: Remove nfs4_client->cl_sem from close() pathTrond Myklebust2-13/+1
2005-10-18NFSv4: Remove obsolete state_owner and lock_owner semaphoresTrond Myklebust3-35/+4
2005-10-18NFSv4: Fix a potential CLOSE raceTrond Myklebust3-44/+86
2005-10-18NFSv4: Add functions to order RPC callsTrond Myklebust4-76/+265
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust3-8/+8
2005-10-17[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust1-2/+0
2005-10-17[PATCH] NFS: Fix cache consistency racesTrond Myklebust3-6/+8
2005-09-23Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust1-3/+7
2005-09-23NFS: Make /proc/mounts display the protocol used by NFSv4Trond Myklebust1-1/+14
2005-09-23[PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig1-7/+3
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever1-5/+5
2005-09-23[PATCH] NFS: use a constant value for TCP retransmit timeoutsChuck Lever1-38/+35
2005-09-23NFS: Don't expose internal READDIR errors to userspaceTrond Myklebust1-2/+0
2005-09-23NFS: Drop inode after renameTrond Myklebust1-1/+2
2005-09-22[PATCH] NFS: fix client oops when debugging is onNick Wilson1-3/+2
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2-10/+5
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-08-19[PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Steve Dickson1-0/+1
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-29/+8
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever4-3/+44
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever2-28/+45
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever5-41/+47
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust4-15/+38
2005-06-28[PATCH] really remove xattr_acl.hChristoph Hellwig1-7/+7
2005-06-23[PATCH] Remove f_error field from struct fileChristoph Lameter1-5/+0
2005-06-22[PATCH] NFS: Add debugging code to NFSv4 readdirTrond Myklebust2-0/+23
2005-06-22[PATCH] NFSv4: Map a couple of NFSv4 errors to EINVAL.Manoj Naik1-0/+2