aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-21/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-24/+43
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Gravatar Michal Nazarewicz 1-21/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 6-10/+9
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+35
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-15/+0
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 12-304/+472
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 24-495/+732
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 5-3/+14
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 59-1387/+1526
2010-05-18Revert "nfsd4: distinguish expired from stale stateids"Gravatar J. Bruce Fields 1-45/+11
2010-05-18nfsd: safer initialization order in find_file()Gravatar Pavel Emelyanov 1-3/+3
2010-05-18nfs4: minor callback code simplification, commentGravatar J. Bruce Fields 1-2/+8
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2010-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 27-1245/+1228
2010-05-18Merge branch 'next' into for-linusGravatar James Morris 2-15/+0
2010-05-17cifs: fix noserverino handling when unix extensions are enabledGravatar Jeff Layton 3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeGravatar Jeff Layton 1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoGravatar Jeff Layton 1-0/+5
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsGravatar Linus Torvalds 10-53/+104
2010-05-17procfs: Kill the bkl in ioctlGravatar Frederic Weisbecker 1-2/+2
2010-05-15bridge: update sysfs link names if port device names have changedGravatar Simon Arlott 1-0/+1
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlGravatar Dan Rosenberg 1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-26/+34
2010-05-15JFS: Free sbi memory in error pathGravatar Jan Blunck 1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Gravatar Dan Carpenter 1-1/+1
2010-05-15Fix double-free in logfsGravatar Al Viro 1-7/+7
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitGravatar Al Viro 3-11/+20
2010-05-14NFSD: don't report compiled-out versions as presentGravatar Pavel Emelyanov 1-1/+1
2010-05-14NFS: Don't call iput() in nfs_access_cache_shrinkerGravatar Trond Myklebust 1-15/+4
2010-05-14NFS: Clean up nfs_access_zap_cache()Gravatar Trond Myklebust 1-29/+31
2010-05-14NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSGravatar Trond Myklebust 1-0/+2
2010-05-14NFS: Read requests can use GFP_KERNEL.Gravatar Trond Myklebust 1-2/+2
2010-05-14NFS: Clean up nfs_create_request()Gravatar Trond Myklebust 1-10/+4
2010-05-14NFSv4: Don't use GFP_KERNEL allocations in state recoveryGravatar Trond Myklebust 4-35/+39
2010-05-14NFS: Calldata for nfs4_renew_done()Gravatar Chuck Lever 1-6/+20
2010-05-14NFS: Squelch compiler warning in nfs_add_server_stats()Gravatar Chuck Lever 1-3/+3
2010-05-14NFS: Clean up fscache_uniq mount optionGravatar Chuck Lever 1-9/+9
2010-05-14NFS: Squelch compiler warningGravatar Chuck Lever 1-1/+2
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationGravatar Trond Myklebust 4-23/+34
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationGravatar Trond Myklebust 2-9/+18
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountGravatar Trond Myklebust 1-1/+1
2010-05-14NFS: Replace nfsroot on-stack filehandleGravatar Trond Myklebust 1-6/+8
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cGravatar Trond Myklebust 1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsGravatar Trond Myklebust 1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Gravatar Trond Myklebust 1-7/+16
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Gravatar Trond Myklebust 1-5/+9
2010-05-14NFS: Reduce stack footprint of nfs_setattr()Gravatar Trond Myklebust 1-4/+10
2010-05-14NFS: Reduce stack footprint of nfs4_proc_create()Gravatar Trond Myklebust 1-10/+15