aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-16ufs: pass qstr instead of dentry where necessary for NFSAlexey Dobriyan3-11/+11
2009-12-16ext2: report metadata errors during fsyncJan Kara3-3/+21
2009-12-16ext2: avoid WARN() messages when failing to write to the superblockTheodore Ts'o1-0/+22
2009-12-16autofs4: always use lookup for lookupIan Kent4-158/+330
2009-12-16autofs4: rename dentry to expiring in autofs4_lookup_expiring()Ian Kent1-12/+12
2009-12-16autofs4: rename dentry to active in autofs4_lookup_active()Ian Kent1-12/+12
2009-12-16autofs4: eliminate d_unhashed in path walk checksIan Kent1-4/+3
2009-12-16autofs4: cleanup active and expire lookupIan Kent1-6/+10
2009-12-16autofs4: renamer unhashed to active in autofs4_lookup()Ian Kent1-10/+10
2009-12-16autofs4: use autofs_info for pending flagIan Kent3-28/+35
2009-12-16autofs4: use helper function for need mount checkIan Kent1-2/+10
2009-12-16autofs4: use helper functions for expiring listIan Kent2-12/+29
2009-12-16autofs4: use helper functions for active list handlingIan Kent3-11/+38
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan3-39/+23
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