aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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 for-linusLachlan 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-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck6-13/+10
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck5-10/+11
2008-02-14Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-19/+15
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck2-22/+18
2008-02-14Use struct path in fs_structJan Blunck4-85/+67
2008-02-14Introduce path_get()Jan Blunck1-2/+15
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-14Introduce path_put()Jan Blunck28-94/+100
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck32-346/+372
2008-02-14Remove path_release_on_umount()Jan Blunck2-11/+3
2008-02-14FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-14inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-13NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-13NFS: remove error field from nfs_readdir_descriptor_tJeff Layton1-5/+3
2008-02-13NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-02-13NFS: Allow text-based mounts via compat_sys_mountChuck Lever1-3/+0
2008-02-13NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-13udf: fix directory offset handlingJan Kara1-7/+7
2008-02-13fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis1-1/+1
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz17-129/+114
2008-02-13kernel-doc: fix fs/pipe.c notationRandy Dunlap1-5/+5
2008-02-11Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+33
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton1-0/+11
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton1-4/+13
2008-02-10NLM: have server-side RPC clients default to soft RPC tasksJeff Layton1-2/+9
2008-02-10NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton1-0/+1
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank1-1/+1
2008-02-10ext4: Add new "development flag" to the ext4 filesystemTheodore Tso1-0/+11
2008-02-10ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V1-14/+21
2008-02-10ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen1-45/+82
2008-02-10JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp1-1/+2
2008-02-10ext4: Fix Direct I/O lockingJan Kara1-54/+53
2008-02-10ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V1-43/+74
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy5-7/+7
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner1-2/+1
2008-02-07[XFS] kill xfs_rootChristoph Hellwig3-23/+4