aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-21/+24
2009-12-16re-export alloc_file()Roland Dreier1-0/+1
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-42/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds55-1165/+889
2009-12-16XFS: Free buffer pages array unconditionallyDave Chinner1-2/+2
2009-12-16xfs: kill xfs_bmbt_rec_32/64 typesChristoph Hellwig2-14/+6
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner3-1/+8
2009-12-16xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig1-4/+8
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-73/+195
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds38-452/+2510
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-3/+4
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig1-2/+2
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig3-120/+63
2009-12-16make generic_acl slightly more genericChristoph Hellwig1-69/+89
2009-12-16sanitize xattr handler prototypesChristoph Hellwig36-742/+496
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton1-0/+45
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro2-4/+3
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro5-41/+28
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro2-2/+2
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro1-53/+56
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris4-0/+7
2009-12-16Sanitize exec_permission_lite()Al Viro1-9/+8
2009-12-16Kill cached_lookup() and real_lookup()Al Viro1-87/+66
2009-12-16Kill path_lookup_open()Al Viro1-32/+16
2009-12-16Take hash recalculation into do_lookup()Al Viro1-17/+11
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro2-10/+1
2009-12-16switch cachefiles to kern_path()Al Viro1-7/+4
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro1-34/+34
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro1-2/+2
2009-12-16switch create_read_pipe() to alloc_file()Al Viro1-9/+3
2009-12-16switch alloc_file() to passing struct pathAl Viro5-33/+38
2009-12-16switch nilfs2 to deactivate_locked_super()Al Viro1-2/+1
2009-12-16get rid of init_file()Al Viro1-28/+2
2009-12-16unexport get_empty_filp()Al Viro1-2/+0
2009-12-16switched inotify_init1() to alloc_file()Al Viro1-15/+10
2009-12-16qnx4: use hweight8Akinobu Mita1-16/+1
2009-12-16qnx4fs: remove remains of the (defunct) write supportAnders Larsen2-28/+1
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig3-120/+63
2009-12-16dio: don't zero out the pages array inside struct dioJeff Moyer1-13/+25
2009-12-16aio: remove unused fieldShaohua Li1-38/+2
2009-12-16FS-Cache: Avoid maybe-used-uninitialised warning on variableDavid Howells1-1/+1
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig3-14/+9
2009-12-16fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei1-42/+15
2009-12-16hpfs: use bitmap_weight()Akinobu Mita1-6/+8
2009-12-16hpfs: use hweight32Akinobu Mita1-5/+2
2009-12-16reiserfs: don't compile procfs.o at all if no supportAlexey Dobriyan2-27/+5
2009-12-16reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan2-43/+0
2009-12-16ufs: NFS supportAlexey Dobriyan1-0/+52