aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds66-1070/+823
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+1
2008-10-23Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+19
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai1-3/+3
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai2-8/+27
2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai3-20/+64
2008-10-23[PATCH] fs: add a sanity check in d_freeArjan van de Ven1-0/+1
2008-10-23[patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi1-5/+5
2008-10-23[patch 1/3] FS_MBCACHE: don't needlessly make it built-inAdrian Bunk1-3/+4
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi8-44/+25
2008-10-23[PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng1-2/+0
2008-10-23[RFC PATCH] touch_mnt_namespace when the mount flags changeDan Williams1-1/+6
2008-10-23[PATCH] reiserfs: add missing llseek methodChristoph Hellwig1-0/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig11-1/+12
2008-10-23[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi1-0/+1
2008-10-23[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookupOGAWA Hirofumi1-9/+18
2008-10-23[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi1-1/+0
2008-10-23[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helperOGAWA Hirofumi1-15/+16
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2-34/+33
2008-10-23[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi2-11/+14
2008-10-23[PATCH] get rid of on-stack dentry in udfAl Viro1-15/+11
2008-10-23[PATCH 2/2] anondev: switch to IDAAlexey Dobriyan1-5/+5
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan1-6/+1
2008-10-23[JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()David Woodhouse1-3/+1
2008-10-23[PATCH] Optimise NFS readdir hack slightly.David Woodhouse1-2/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro4-33/+29
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro3-20/+15
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro1-37/+33
2008-10-23[JFFS2] Reinstate NFS exportabilityDavid Woodhouse1-0/+48
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse1-128/+0
2008-10-23[PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse1-15/+93
2008-10-23[PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse1-16/+24
2008-10-23[PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro1-5/+4
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig1-71/+37
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig19-305/+78
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig2-24/+37
2008-10-23[PATCH] generic_file_llseek tidyupsChristoph Hellwig1-18/+40
2008-10-23[PATCH] tidy up chrdev_openChristoph Hellwig1-7/+14
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig4-13/+22
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro3-6/+6
2008-10-23[PATCH] get rid of path_lookup_create()Al Viro1-39/+22
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro3-29/+24
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro4-58/+56
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro4-37/+37
2008-10-23[PATCH] no need for noinline stuff in fs/namespace.c anymoreAl Viro1-12/+5
2008-10-23[PATCH] finally get rid of nameidata in namespace.cAl Viro1-60/+59
2008-10-23[PATCH] new helper - kern_path()Al Viro1-0/+10
2008-10-229p: fix format warningEric Van Hensbergen1-1/+1