aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki7-0/+10
2007-07-17fs: introduce some page/buffer invariantsNick Piggin1-17/+37
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell7-21/+43
2007-07-17Lumpy Reclaim V4Andy Whitcroft1-1/+1
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman3-3/+10
2007-07-16utime(s): Honour CAP_FOWNER when times==NULLSatyam Sharma1-1/+1
2007-07-16Fix LDM for new field in the VOL5 VBLK.Anton Altaparmakov2-46/+93
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-27/+26
2007-07-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds36-1036/+4548
2007-07-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+3
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-07-16fat: Fix the race of read/write the FAT12 entryOGAWA Hirofumi1-0/+7
2007-07-16compat32: ignore the LOOP_CLR_FD ioctlGeert Uytterhoeven1-0/+4
2007-07-16NLS: Remove obsolete Makefile entriesRobert P. J. Day1-2/+0
2007-07-16ext4: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext3: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext2: statfs speed upBadari Pulavarty1-6/+14
2007-07-16Fix trivial typos in anon_inodes.c commentsJ. Bruce Fields1-5/+5
2007-07-16ext4: fix error handling in ext4_create_journalBorislav Petkov1-2/+5
2007-07-16ext3: fix error handling in ext3_create_journal()Borislav Petkov1-2/+5
2007-07-16UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov1-2/+2
2007-07-16is_power_of_2: ufs/super.cvignesh babu1-2/+3
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli1-72/+0
2007-07-16bd_claim_by_disk: fix warningAndrew Morton1-10/+7
2007-07-16Replace obscure constructs in fs/block_dev.cJohannes Weiner1-22/+28
2007-07-16fs/namespace.c should #include "internal.h"Adrian Bunk1-0/+1
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin6-1/+138
2007-07-16HFS+: refactor ASCII to unicode conversion routine for later reuseDuane Griffin1-45/+62
2007-07-16mistaken ext4_inode_bitmap for ext4_block_bitmapToshiyuki Okajima1-1/+1
2007-07-16is_power_of_2(): jbdvignesh babu2-4/+6
2007-07-16is_power_of_2: ext3/super.cvignesh babu1-1/+2
2007-07-16drop obsolete sys_ioctl exportChristoph Hellwig1-8/+0
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman1-1/+1
2007-07-16ext3: remove extra IS_RDONLY() checkDave Hansen1-1/+1
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov1-0/+118
2007-07-16ext4: fix deadlock in ext4_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16ext3: fix deadlock in ext3_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16fix create_new_namespaces() return valueCedric Le Goater1-2/+2
2007-07-16binfmt_elf warning fixAndrew Morton1-1/+1
2007-07-16revert "vanishing ioctl handler debugging"Andrew Morton1-11/+3
2007-07-16hugetlbfs: handle empty options stringLee Schermerhorn2-3/+6
2007-07-16hugetlbfs: use lib/parser, fix docsRandy Dunlap1-27/+69
2007-07-16HFSPlus: change kmalloc/memset to kzallocWyatt Banks1-2/+1
2007-07-16taskstats: add context-switch countersMaxim Uvarov1-0/+10
2007-07-16ext3/ext4: orphan list corruption due bad inodeVasily Averin2-0/+20
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin2-0/+16
2007-07-16Remove capability.h from mm.hAlexey Dobriyan1-0/+1
2007-07-16seq_file: more atomicity in traverse()Alexey Dobriyan1-6/+10
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper1-1/+1
2007-07-16Introduce O_CLOEXECUlrich Drepper1-3/+11