aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk1-3/+9
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-4/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan5-10/+5
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris4-9/+4
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2-7/+6
2006-09-22NFS: add comments clarifying the use of nfs_post_op_update()Chuck Lever2-1/+13
2006-09-22NFS: Use SEEK_END instead of hardcoded valueJosef 'Jeff' Sipek1-1/+1
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust1-0/+3
2006-09-22NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust1-1/+1
2006-09-22NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust1-0/+1
2006-09-22NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust1-2/+9
2006-09-22NFS: Don't invalidate the symlink we just stuffed into the cacheTrond Myklebust1-7/+5
2006-09-22NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust1-3/+16
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields1-1/+1
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust1-3/+11
2006-09-22Fix a referral error Oopsandros@citi.umich.edu1-0/+2
2006-09-22NFS: NFS_ROOT should use the new rpc_create APIChuck Lever1-16/+13
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells1-6/+14
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust1-5/+1
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust3-18/+27
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+1
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever7-35/+49
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever1-18/+68
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever4-45/+57
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Secure the roots of the NFS subtrees in a shared superblockDavid Howells1-0/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells3-0/+303
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells17-944/+1646
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells5-176/+177
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells5-32/+41
2006-09-22NFS: Make better use of inode* dereferencing macrosDavid Howells2-6/+6
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+20
2006-09-22NFS: Add extra const qualifiersDavid Howells6-13/+14
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells10-222/+364
2006-09-22NFS: Add a server capabilities NFS RPC opDavid Howells1-0/+1
2006-09-22NFS: Add a lookupfh NFS RPC opDavid Howells1-0/+47
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells2-5/+10
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells6-33/+33
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells11-97/+97
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells2-5/+7
2006-09-22NFS: Disambiguate nfs_stat_to_errno()David Howells1-7/+7
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells4-42/+39
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust3-0/+52
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2-1/+36
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2-26/+120
2006-09-19NFS: Fix nfs_page use after free issues in fs/nfs/write.cTrond Myklebust1-2/+2
2006-09-19NFSv4: Fix incorrect semaphore release in _nfs4_do_open()Trond Myklebust1-3/+3
2006-09-19NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust1-2/+4
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust3-69/+42
2006-08-24NFSv4: Add v4 exception handling for the ACL functions.Trond Myklebust1-2/+27
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells1-10/+11
2006-08-24NFS: Fix issue with EIO on NFS readTrond Myklebust1-8/+15
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust1-1/+0
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust1-2/+1
2006-08-24NFS: Fix a potential deadlock in nfs_release_pageNikita Danilov1-1/+7
2006-08-03NFS: make 2 functions staticAdrian Bunk2-2/+2
2006-08-03NFS: Release dcache_lock in an error path of nfs_pathJosh Triplett1-1/+3
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