aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] VFS: extra check inside dentry_unhash()Vasily Averin1-2/+1
2006-12-07[PATCH] hpfs: fix printk format warningsRandy Dunlap5-16/+37
2006-12-07[PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan2-15/+11
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan6-11/+11
2006-12-07[PATCH] compat: fix uaccess handlingHeiko Carstens2-29/+39
2006-12-07[PATCH] binfmt: fix uaccess handlingHeiko Carstens1-4/+7
2006-12-07[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.cMika Kukkonen1-2/+2
2006-12-07[PATCH] handle ext4 directory corruption betterEric Sandeen2-0/+12
2006-12-07[PATCH] handle ext3 directory corruption betterEric Sandeen2-0/+12
2006-12-07[PATCH] binfmt_elf: randomize PIE binaries (2nd try)Marcus Meissner1-1/+7
2006-12-07[PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher3-12/+3
2006-12-07[PATCH] fix reiserfs bad path release panicSuzuki K P1-1/+2
2006-12-07[PATCH] file: kill unnecessary timer in fdtable_deferTejun Heo1-27/+2
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi2-0/+28
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi3-0/+42
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi1-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi1-11/+37
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi1-3/+0
2006-12-07[PATCH] ext4: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] ext3: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] ext2: fsid for statvfsPekka Enberg1-6/+12
2006-12-07[PATCH] honour MNT_NOEXEC for access()Stas Sergeev1-2/+4
2006-12-07[PATCH] Fix check_partition routinesSuzuki K P4-15/+33
2006-12-07[PATCH] fix rescan_partitions to return errors properlySuzuki Kp1-1/+3
2006-12-07[PATCH] Use freezeable workqueues in XFSRafael J. Wysocki1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham13-4/+13
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter80-157/+157
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter49-55/+55
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter2-3/+3
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter14-17/+17
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-12-07[PATCH] skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells46-898/+803
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells16-64/+141
2006-12-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds28-898/+759
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+8
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro/birdLinus Torvalds16-0/+34
2006-12-04[PATCH] Enable RAID autorun on Mac partition tables.David Woodhouse1-0/+2
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+8
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro2-0/+2
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro14-0/+31
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+1
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro1-7/+6
2006-12-01ocfs2: implement i_op->permissionTiger Yang3-0/+27
2006-12-01configfs: make configfs_dirent_exists() staticAdrian Bunk1-2/+2
2006-12-01ocfs2: update file system paths to set atimeTiger Yang4-6/+28
2006-12-01ocfs2: core atime update functionsTiger Yang7-1/+116
2006-12-01ocfs2: Add splice supportTiger Yang1-50/+137