[PATCH] bootmem: mark link_bootmem() as part of the __init section
[safe/jmp/linux-2.6] / fs / nfs /
2006-09-24 Mark Fasheh[PATCH] Allow file systems to manually d_move() inside...
2006-09-23 Chuck LeverNFS: add comments clarifying the use of nfs_post_op_upd...
2006-09-23 Josef 'Jeff' SipekNFS: Use SEEK_END instead of hardcoded value
2006-09-23 Trond MyklebustNFSv4: When mounting with a port=0 argument, substitute...
2006-09-23 Trond MyklebustNFSv4: Poll more aggressively when handling NFS4ERR_DELAY
2006-09-23 Trond MyklebustNFSv4: Handle the condition NFS4ERR_FILE_OPEN
2006-09-23 Trond MyklebustNFSv4: Retry lease recovery if it failed during a synch...
2006-09-23 Trond MyklebustNFS: Don't invalidate the symlink we just stuffed into...
2006-09-23 Trond MyklebustNFS: Make read() return an ESTALE if the file has been...
2006-09-23 J. Bruce FieldsNFSv4: It's perfectly legal for clp to be NULL here....
2006-09-23 Trond MyklebustNFS: nfs_lookup - don't hash dentry when optimising...
2006-09-23 andros@citi.umich.eduFix a referral error Oops
2006-09-23 Chuck LeverNFS: NFS_ROOT should use the new rpc_create API
2006-09-23 David HowellsNFS: Fix up compiler warnings on 64-bit platforms in...
2006-09-23 Trond MyklebustSUNRPC: Make rpc_mkpipe() take the parent dentry as...
2006-09-23 Trond MyklebustNFSv4: Fix a use-after-free issue with the nfs server.
2006-09-23 Trond MyklebustAdd a real API for dealing with blk_congestion_wait()
2006-09-23 Chuck LeverNFS: Use cached page as buffer for NFS symlink requests
2006-09-23 Chuck LeverNFS: copy symlinks into page cache before sending NFS...
2006-09-23 Chuck LeverNFS: Fix double d_drop in nfs_instantiate() error path
2006-09-23 Chuck LeverNFS: remove a no-longer-needed error check in nfs_symlink()
2006-09-23 Chuck LeverNFS: Convert NFS client to use new rpc_create() API
2006-09-23 Chuck LeverSUNRPC: remove extraneous header inclusions
2006-09-23 Trond MyklebustNFS: Fix nfs_alloc_client()
2006-09-23 Trond MyklebustNFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFL...
2006-09-23 David HowellsNFS: Secure the roots of the NFS subtrees in a shared...
2006-09-23 David HowellsNFS: Fix error handling
2006-09-23 David HowellsNFS: Add server and volume lists to /proc
2006-09-23 David HowellsNFS: Share NFS superblocks per-protocol per-server...
2006-09-23 David HowellsNFS: Start rpciod in server common management
2006-09-23 David HowellsNFS: Eliminate client_sys in favour of cl_rpcclient
2006-09-23 David HowellsNFS: Move rpc_ops from nfs_server to nfs_client
2006-09-23 David HowellsNFS: Make better use of inode* dereferencing macros
2006-09-23 David HowellsNFS: Maintain a common server record for NFS2/3 as...
2006-09-23 David HowellsNFS: Add extra const qualifiers
2006-09-23 David HowellsNFS: Use the dentry superblock directly in nfs_statfs()
2006-09-23 David HowellsNFS: Generalise the nfs_client structure
2006-09-23 David HowellsNFS: Add a server capabilities NFS RPC op
2006-09-23 David HowellsNFS: Add a lookupfh NFS RPC op
2006-09-23 David HowellsNFS: Return an error when starting the idmapping pipe
2006-09-23 David HowellsNFS: Rename nfs_server::nfs4_state
2006-09-23 David HowellsNFS: Rename struct nfs4_client to struct nfs_client
2006-09-23 David HowellsNFS: Fix NFS4 callback up/down prototypes
2006-09-23 David HowellsNFS: Disambiguate nfs_stat_to_errno()
2006-09-23 David HowellsNFS: Fix up split of fs/nfs/inode.c
2006-09-23 Trond MyklebustNFS: Add an ACCESS cache memory shrinker
2006-09-23 Trond MyklebustNFS: Add a global LRU list for the ACCESS cache
2006-09-23 Trond MyklebustNFS: Add a new ACCESS rpc call cache to the linux nfs...
2006-09-19 Trond MyklebustNFS: Fix nfs_page use after free issues in fs/nfs/write.c
2006-09-19 Trond MyklebustNFSv4: Fix incorrect semaphore release in _nfs4_do_open()
2006-09-19 Trond MyklebustNFS: Fix Oopsable condition in nfs_readpage_sync()
2006-09-08 Trond Myklebust[PATCH] NFS: large non-page-aligned direct I/O clobbers...
2006-08-24 Trond MyklebustNFSv4: Add v4 exception handling for the ACL functions.
2006-08-24 David HowellsNFS: Check lengths more thoroughly in NFS4 readdir...
2006-08-24 Trond MyklebustNFS: Fix issue with EIO on NFS read
2006-08-24 Trond MyklebustSUNRPC: Fix dentry refcounting issues with users of...
2006-08-24 Trond MyklebustSUNRPC: make rpc_unlink() take a dentry argument instea...
2006-08-24 Nikita DanilovNFS: Fix a potential deadlock in nfs_release_page
2006-08-03 Adrian BunkNFS: make 2 functions static
2006-08-03 Josh TriplettNFS: Release dcache_lock in an error path of nfs_path
2006-07-05 Trond MyklebustMerge branch 'locks'
2006-07-05 Trond MyklebustNFS: Optimise away an excessive GETATTR call when a...
2006-07-05 Trond MyklebustNFS: Fix NFS page_state usage
2006-07-05 Trond MyklebustNLM,NFSv4: Wait on local locks before we put RPC calls...
2006-07-05 Trond MyklebustNFSv4: Ensure nfs4_lock_expired() caches delegated...
2006-07-05 Trond MyklebustNLM,NFSv4: Don't put UNLOCK requests on the wire unless...
2006-07-03 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-07-02 Dominik Hackl[PATCH] nfs: non-procfs build fix
2006-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_unstable...
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_dirty to...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-28 Trond MyklebustRevert "Merge branch 'odirect'"
2006-06-27 David Brownell[PATCH] fix static linking of NFS
2006-06-25 Linus TorvaldsFix NFS2 compile error
2006-06-25 Alexey Dobriyannfs: remove nfs_put_link()
2006-06-25 Andrew Mortonnfs-build-fix-99
2006-06-25 Andrew Mortongit-nfs-build-fixes
2006-06-25 Trond MyklebustMerge branch 'odirect'
2006-06-24 Chuck LeverNFS: alloc nfs_read/write_data as direct I/O is scheduled
2006-06-24 Chuck LeverNFS: Eliminate nfs_get_user_pages()
2006-06-24 Chuck LeverNFS: refactor nfs_direct_free_user_pages
2006-06-24 Chuck LeverNFS: remove user_addr, user_count, and pos from nfs_dir...
2006-06-24 Chuck LeverNFS: "open code" the NFS direct write rescheduler
2006-06-24 Chuck LeverNFS: Separate functions for counting outstanding NFS...
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 Miklos Szeredi[PATCH] vfs: add lock owner argument to flush operation
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustNFS: Display the chosen RPCSEC_GSS security flavour...
2006-06-09 David HowellsNFS: Split fs/nfs/inode.c
2006-06-09 Trond MyklebustNFS: Fix typo in nfs_do_clone_mount()
2006-06-09 Trond MyklebustNFS: Fix compile errors introduced by referrals patches
2006-06-09 Trond MyklebustNFSv4: Ensure that referral mounts bind to a reserved...
2006-06-09 Andy AdamsonNFSv4: A root pathname is sent as a zero component4
2006-06-09 Manoj NaikNFSv4: Follow a referral
2006-06-09 Manoj NaikNFSv4: Ensure client submounts when following a referral
2006-06-09 Manoj NaikNFS: Expand clone mounts to include other servers
next