aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-434/+729
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen1-4/+0
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-08-01Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pullLinus Torvalds82-3098/+3104
2008-08-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds10-98/+367
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-14/+32
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro4-11/+11
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-0/+1
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01[PATCH] devpts: switch to IDAAlexey Dobriyan1-8/+8
2008-08-01[PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan1-5/+5
2008-08-01[PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan1-12/+9
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro4-22/+33
2008-08-01[PATCH] clean dup2() up a bitAl Viro1-26/+27
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro3-129/+75
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley1-1/+1
2008-08-01[JFFS2] Fix allocation of summary bufferDavid Woodhouse2-14/+32
2008-07-31[PATCH] ocfs2: Release mutex in error handling codeJulia Lawall1-1/+1
2008-07-31[PATCH] ocfs2: Fix oops when racing files truncates with writes into an mmap regionSunil Mushran1-12/+17
2008-07-31[PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran4-42/+148
2008-07-31[PATCH 1/2] ocfs2: Add counter in struct ocfs2_dinode to track journal replaysSunil Mushran1-1/+4
2008-07-31[PATCH] configfs: Pin configfs subsystems separately from new config_items.Joel Becker1-9/+33
2008-07-31[PATCH] configfs: Fix open directory making rmdir() failLouis Rilling1-1/+2
2008-07-31[PATCH] configfs: Lock new directory inodes before removing on cleanup after failureLouis Rilling1-19/+29
2008-07-31[PATCH] configfs: Prevent userspace from creating new entries under attaching directoriesLouis Rilling3-5/+103
2008-07-31[PATCH] configfs: Fix failing symlink() making rmdir() failLouis Rilling3-0/+16
2008-07-31[PATCH] configfs: Fix symlink() to a removing itemLouis Rilling2-7/+13
2008-07-31[PATCH] configfs: Include linux/err.h in linux/configfs.hJoel Becker1-1/+1
2008-07-30romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds1-14/+23
2008-07-30fs/buffer.c: uninline __remove_assoc_queue()Thomas Petazzoni1-1/+1
2008-07-30omfs: sparse annotationsHarvey Harrison3-7/+7
2008-07-30VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon1-2/+2
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-28bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa1-1/+0
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi4-76/+130
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins1-0/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds3-3/+7
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt1-1/+1
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt1-20/+25
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig6-73/+39
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig7-231/+102
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig3-212/+311
2008-07-28[XFS] fix use after free with external logs or real-time devicesLachlan McIlroy1-2/+4
2008-07-28[XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In aTim Shimmin1-2/+2
2008-07-28[XFS] fix compilation without CONFIG_PROC_FSChristoph Hellwig1-3/+4
2008-07-28[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig3-10/+7
2008-07-28[XFS] fix mount option parsing in remountChristoph Hellwig1-18/+54
2008-07-28[XFS] Disable queue flag test in barrier check.Eric Sandeen1-8/+0
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig14-221/+318