summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-12-04nfs41: drain session cleanupAndy Adamson1-9/+9
2009-12-04nfs41: nfs41: fix state manager deadlock in session resetAndy Adamson3-9/+33
2009-12-04nfs41: remove nfs4_recover_sessionAndy Adamson1-23/+3
2009-12-04nfs41: don't clear tk_action on successAndy Adamson1-1/+1
2009-12-04nfs41: fix switch in nfs4_recovery_handle_errorAndy Adamson1-0/+1
2009-12-04nfs41: fix switch in nfs4_handle_exceptionAndy Adamson1-1/+1
2009-12-04nfs41: free the slot on unhandled read errorsAndy Adamson1-0/+3
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson5-23/+32
2009-12-04nfs41: nfs4_get_lease_time will never session resetAndy Adamson1-1/+1
2009-12-04nfs41: rename cl_state session SETUP bit to RESETAndy Adamson4-10/+10
2009-12-04nfs41: add create session into establish_clidAndy Adamson3-25/+19
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust5-72/+126
2009-12-03NFS4ERR_FILE_OPEN handling in Linux/NFSNeilBrown1-0/+7
2009-12-03nfs: clean up sillyrenaming in nfs_rename()Miklos Szeredi1-7/+4
2009-12-03nfs: dont unhash target if renaming a directoryMiklos Szeredi1-27/+29
2009-12-03nfs: fix comments in nfs_rename()Miklos Szeredi1-7/+5
2009-12-03nfs: remove unnecessary check from nfs_rename()Miklos Szeredi1-8/+2
2009-12-03NFSv4.1: Handle NFSv4.1 session errors in the lock recovery codeTrond Myklebust1-0/+8
2009-12-03NFS: Revert default r/wsize behaviorChuck Lever1-2/+0
2009-12-03NFS: Display compressed (shorthand) IPv6 in /proc/mountsChuck Lever1-1/+1
2009-12-03NFS: convert proto= option to use netids rather than a protonameJeff Layton1-13/+81
2009-12-03The rpc server does not require that service threads take the BKL.J. Bruce Fields1-12/+0
2009-12-03NFSv4: Ensure nfs4_close_context() is declared as staticTrond Myklebust1-1/+1
2009-12-03NFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared staticTrond Myklebust1-2/+2
2009-12-03NFSv4: Fix up error handling in the state manager main loop.Trond Myklebust1-27/+21
2009-12-03NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.Trond Myklebust1-7/+19
2009-12-03NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust1-0/+3
2009-12-03NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust1-6/+5
2009-12-03NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust1-3/+2
2009-12-03NFSv4: Fix a potential state manager deadlock when returning delegationsTrond Myklebust2-15/+29
2009-12-03Re: acl trouble after upgrading ubuntuJ. Bruce Fields1-1/+1
2009-12-03NFS: BKL removal from the mount code...Trond Myklebust1-6/+0
2009-12-01CacheFiles: Update IMA counters when using dentry_openMarc Dionne1-0/+2
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+12
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+3
2009-11-30jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse1-3/+6
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds21-209/+1322
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk1-0/+3
2009-11-25[CIFS] Fix sparse warningSteve French2-1/+10
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French1-2/+2
2009-11-20FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells1-0/+1
2009-11-20SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells1-0/+1
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-11-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-24/+80
2009-11-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells5-23/+85
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells1-27/+75