summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-29SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2-21/+3
2008-02-29SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2-1/+7
2008-02-26SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2-2/+2
2008-02-26SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+1
2008-02-26NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust4-0/+13
2008-02-26NFS: Add an nfsiod workqueueTrond Myklebust2-0/+38
2008-02-26NFS: Fix a deadlock with lazy umountTrond Myklebust4-8/+23
2008-02-26NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-02-24proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo1-0/+1
2008-02-24efs: move headers out of include/linux/Christoph Hellwig7-9/+150
2008-02-24/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-24ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin1-1/+1
2008-02-24fuse: fix permission checkingMiklos Szeredi1-1/+1
2008-02-22Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-9/+10
2008-02-22Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov3-3/+3
2008-02-22dlm: fix rcom_names message to selfDavid Teigland1-0/+2
2008-02-21Remove empty file remnants that were left in the tree by mistakeLinus Torvalds1-0/+0
2008-02-21nfs: fix sparse warningsHarvey Harrison4-6/+6
2008-02-20NFS: flush signals before taking down callback threadJeff Layton1-0/+1
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2-198/+1
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+3
2008-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy331-5583/+8635
2008-02-18[XFS] Added quota targets and removed dmapi directoryLachlan McIlroy1-18/+13
2008-02-18[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)Eric Sandeen1-1/+1
2008-02-18[XFS] Remove Makefile wrappers in XFSAndi Kleen3-124/+122
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust48-703/+689
2008-02-15dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-15d_path: Make d_path() use a struct pathJan Blunck6-13/+10
2008-02-15d_path: Make seq_path() use a struct path argumentJan Blunck5-10/+11
2008-02-15Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-15Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-15d_path: Make get_dcookie() use a struct path argumentJan Blunck1-19/+15
2008-02-15d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-15d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-15One less parameter to __d_pathJan Blunck1-7/+5
2008-02-15Make set_fs_{root,pwd} take a struct pathJan Blunck2-22/+18
2008-02-15Use struct path in fs_structJan Blunck4-85/+67
2008-02-15Introduce path_get()Jan Blunck1-2/+15
2008-02-15Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-15Introduce path_put()Jan Blunck28-94/+100
2008-02-15Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck32-346/+372
2008-02-15Remove path_release_on_umount()Jan Blunck2-11/+3
2008-02-15FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-15inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-14NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-14NFS: remove error field from nfs_readdir_descriptor_tJeff Layton1-5/+3
2008-02-14NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-02-14NFS: Allow text-based mounts via compat_sys_mountChuck Lever1-3/+0
2008-02-14NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-14udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1