aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-21/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-24/+43
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz1-21/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-10/+9
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+35
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-15/+0
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-304/+472
2010-05-19Merge branch 'nfs-for-2.6.35' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds24-495/+732
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds5-3/+14
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller59-1387/+1526
2010-05-18Revert "nfsd4: distinguish expired from stale stateids"J. Bruce Fields1-45/+11
2010-05-18nfsd: safer initialization order in find_file()Pavel Emelyanov1-3/+3
2010-05-18nfs4: minor callback code simplification, commentJ. Bruce Fields1-2/+8
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2010-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1245/+1228
2010-05-18Merge branch 'next' into for-linusJames Morris2-15/+0
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds10-53/+104
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker1-2/+2
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott1-0/+1
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-26/+34
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro3-11/+20
2010-05-14NFSD: don't report compiled-out versions as presentPavel Emelyanov1-1/+1
2010-05-14NFS: Don't call iput() in nfs_access_cache_shrinkerTrond Myklebust1-15/+4
2010-05-14NFS: Clean up nfs_access_zap_cache()Trond Myklebust1-29/+31
2010-05-14NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSTrond Myklebust1-0/+2
2010-05-14NFS: Read requests can use GFP_KERNEL.Trond Myklebust1-2/+2
2010-05-14NFS: Clean up nfs_create_request()Trond Myklebust1-10/+4
2010-05-14NFSv4: Don't use GFP_KERNEL allocations in state recoveryTrond Myklebust4-35/+39
2010-05-14NFS: Calldata for nfs4_renew_done()Chuck Lever1-6/+20
2010-05-14NFS: Squelch compiler warning in nfs_add_server_stats()Chuck Lever1-3/+3
2010-05-14NFS: Clean up fscache_uniq mount optionChuck Lever1-9/+9
2010-05-14NFS: Squelch compiler warningChuck Lever1-1/+2
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust4-23/+34
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2-9/+18
2010-05-14NFSv4: Fix up the documentation for nfs_do_refmountTrond Myklebust1-1/+1
2010-05-14NFS: Replace nfsroot on-stack filehandleTrond Myklebust1-6/+8
2010-05-14NFS: Cleanup file handle allocations in fs/nfs/super.cTrond Myklebust1-4/+4
2010-05-14NFS: Prevent the mount code from looping forever on broken exportsTrond Myklebust1-0/+73
2010-05-14NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl()Trond Myklebust1-7/+16
2010-05-14NFS: Reduce stack footprint of nfs_statfs()Trond Myklebust1-5/+9
2010-05-14NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust1-4/+10
2010-05-14NFS: Reduce stack footprint of nfs4_proc_create()Trond Myklebust1-10/+15