aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-15Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds70-2836/+2369
2009-12-15fs/ubifs: use %pUB to print UUIDsJoe Perches2-13/+3
2009-12-15fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches1-13/+3
2009-12-15fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches1-10/+4
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2-7/+4
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto8-0/+11
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2-0/+77
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang1-1/+2
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-0/+45
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang3-1/+21
2009-12-14xfs: event tracing supportChristoph Hellwig70-2592/+2151
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig4-26/+38
2009-12-14xfs: cleanup bmap extent state macrosChristoph Hellwig2-222/+184
2009-12-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds5-31/+66
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara3-22/+41
2009-12-14udf: Try harder when looking for VAT inodeJan Kara1-8/+24
2009-12-14udf: Fix compilation with UDFFS_DEBUG enabledJan Kara1-1/+1
2009-12-14Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-18/+0
2009-12-14Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds18-408/+898
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-28/+10
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann1-18/+0
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust18-408/+898
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-20/+21
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-564/+203
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+14
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds30-632/+889
2009-12-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds30-321/+254
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-417/+285
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-12-11xfs: Fix error return for fallocate() on XFSJason Gunthorpe1-3/+3