aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Fix timeouts in sys_pselect7Bernd Schmidt1-1/+1
2009-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds5-379/+357
2009-01-10btrfs: fix for write_super_lockfs/unlockfs error handlingLinus Torvalds1-4/+6
2009-01-09filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato3-19/+2
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato3-9/+113
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato9-58/+97
2009-01-09CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREDavid Brownell1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2Linus Torvalds1-12/+7
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+0
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds18-0/+3569
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds7-140/+149
2009-01-09partial revert of asynchronous inode deleteArjan van de Ven1-12/+7
2009-01-09[JFFS2] remove junk prototypesArtem Bityutskiy1-3/+0
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds57-0/+42403
2009-01-09Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-01-09block: fix bug in ptbl lookup cacheNeil Brown1-0/+1
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-58/+67
2009-01-09Btrfs: explicitly mark the tree log root for writebackChris Mason1-0/+13
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds32-1279/+2131
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-14/+22
2009-01-08Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-0/+14
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown1-0/+14
2009-01-08dlm: change rsbtbl rwlock to spinlockDavid Teigland5-32/+32
2009-01-08dlm: fix seq_file usage in debugfs lock dumpDavid Teigland1-359/+337
2009-01-08fix similar typos to successfullColy Li2-3/+3
2009-01-08generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang1-9/+5
2009-01-08generic swap(): ext4: remove local swap() macroWu Fengguang1-4/+0
2009-01-08generic swap(): ext3: remove local swap() macroWu Fengguang1-4/+0
2009-01-08remove lots of double-semicolonsFernando Carrijo2-2/+2
2009-01-08romfs: romfs_iget() - unsigned ino >= 0 is always trueroel kluin1-6/+6
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm1-2/+0
2009-01-08ELF: implement AT_RANDOM for glibc PRNG seedingKees Cook1-0/+12
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-0/+1
2009-01-08quota: don't set grace time when user isn't above softlimitJan Kara1-0/+2
2009-01-08coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTLRichard A. Holden III1-1/+4
2009-01-08jbd: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin2-8/+3
2009-01-08ext3: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg1-1/+9
2009-01-08jbd: improve fsync batchingJosef Bacik2-5/+48
2009-01-08ext2: tighten restrictions on inode flagsDuane Griffin2-8/+3
2009-01-08ext2: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-01-08ext2: allocate ->s_blockgroup_lock separatelyPekka J Enberg1-1/+9
2009-01-08ext2: fix ext2_splice_branch() commentsQinghuang Feng1-2/+0
2009-01-08async: Don't call async_synchronize_full_special() while holding sb_lockDave Kleikamp1-1/+1
2009-01-08FLAT: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells1-23/+11
2009-01-08FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells1-8/+0
2009-01-08NOMMU: Improve procfs output using per-MM VMAsDavid Howells1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells5-98/+116
2009-01-08NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()David Howells1-11/+10