aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16mm: export stable page flagsWu Fengguang1-42/+3
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
2009-12-11xfs: cleanup dmapi macros in the umount pathChristoph Hellwig2-24/+21
2009-12-11xfs: remove incorrect sparse annotation for xfs_iget_cache_missChristoph Hellwig1-1/+1
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig9-36/+17
2009-12-11xfs: uninline xfs_get_extsz_hintChristoph Hellwig2-21/+23
2009-12-11xfs: rename xfs_attr_fetch to xfs_attr_get_intChristoph Hellwig2-5/+8
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig9-50/+44
2009-12-11xfs: remove IO_ISAIOChristoph Hellwig3-8/+2
2009-12-11xfs: Wrapped journal record corruption on read at recoveryAndy Poling1-17/+7
2009-12-11xfs: cleanup data end I/O handlersChristoph Hellwig1-69/+26
2009-12-11xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig1-7/+10
2009-12-11xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig2-1/+17
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig5-7/+15
2009-12-11xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig2-15/+26
2009-12-11xfs: simplify inode teardownChristoph Hellwig5-57/+34
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds30-785/+996
2009-12-11sysfs: sysfs_setattr remove unnecessary permission check.Eric W. Biederman1-4/+0
2009-12-11sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dirEric W. Biederman2-33/+32
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman4-161/+32