summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-2316-94/+93
|\
| * [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-2/+6
| * [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-213-45/+24
| * [PATCH] remember mode of reiserfs journalAl Viro2008-10-211-2/+4
| * [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-214-20/+25
| * [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-217-22/+22
| * [PATCH] end of methods switch: remove the old onesAl Viro2008-10-211-13/+0
| * [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+15
| * [PATCH] move block_device_operations to blkdev.hAl Viro2008-10-211-0/+1
| * [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-0/+7
| * [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-218-17/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-2366-1070/+823
|\ \
| * | [PATCH] fs: add a sanity check in d_freeArjan van de Ven2008-10-231-0/+1
| * | [patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi2008-10-231-5/+5
| * | [patch 1/3] FS_MBCACHE: don't needlessly make it built-inAdrian Bunk2008-10-231-3/+4
| * | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-238-44/+25
| * | [PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng2008-10-231-2/+0
| * | [RFC PATCH] touch_mnt_namespace when the mount flags changeDan Williams2008-10-231-1/+6
| * | [PATCH] reiserfs: add missing llseek methodChristoph Hellwig2008-10-231-0/+1
| * | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-2311-1/+12
| * | [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi2008-10-231-0/+1
| * | [PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookupOGAWA Hirofumi2008-10-231-9/+18
| * | [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi2008-10-231-1/+0
| * | [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helperOGAWA Hirofumi2008-10-231-15/+16
| * | [PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2008-10-232-34/+33
| * | [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi2008-10-232-11/+14
| * | [PATCH] get rid of on-stack dentry in udfAl Viro2008-10-231-15/+11
| * | [PATCH 2/2] anondev: switch to IDAAlexey Dobriyan2008-10-231-5/+5
| * | [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-6/+1
| * | [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()David Woodhouse2008-10-231-3/+1
| * | [PATCH] Optimise NFS readdir hack slightly.David Woodhouse2008-10-231-2/+3
| * | [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-234-33/+29
| * | [PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro2008-10-233-20/+15
| * | [PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro2008-10-231-37/+33
| * | [JFFS2] Reinstate NFS exportabilityDavid Woodhouse2008-10-231-0/+48
| * | [PATCH] Remove XFS buffered readdir hackDavid Woodhouse2008-10-231-128/+0
| * | [PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse2008-10-231-15/+93
| * | [PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse2008-10-231-16/+24
| * | [PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro2008-10-231-5/+4
| * | [PATCH] kill d_alloc_anonChristoph Hellwig2008-10-231-71/+37
| * | [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-2319-305/+78
| * | [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-232-24/+37
| * | [PATCH] generic_file_llseek tidyupsChristoph Hellwig2008-10-231-18/+40
| * | [PATCH] tidy up chrdev_openChristoph Hellwig2008-10-231-7/+14
| * | [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-234-13/+22
| * | [PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro2008-10-233-6/+6
| * | [PATCH] get rid of path_lookup_create()Al Viro2008-10-231-39/+22
| * | [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-233-29/+24
| * | [PATCH] switch nfsd to kern_path()Al Viro2008-10-234-58/+56
| * | [PATCH] sanitize svc_export_parse()Al Viro2008-10-231-42/+35