aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-01-10btrfs: fix for write_super_lockfs/unlockfs error handlingGravatar Linus Torvalds 1-4/+6
2009-01-09filesystem freeze: remove XFS specific ioctl interfaces for freeze featureGravatar Takashi Sato 3-19/+2
2009-01-09filesystem freeze: implement generic freeze featureGravatar Takashi Sato 3-9/+113
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsGravatar Takashi Sato 9-58/+97
2009-01-09CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREGravatar David Brownell 1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2Gravatar Linus Torvalds 1-12/+7
2009-01-09Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-3/+0
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 18-0/+3569
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuGravatar Linus Torvalds 7-140/+149
2009-01-09partial revert of asynchronous inode deleteGravatar Arjan van de Ven 1-12/+7
2009-01-09[JFFS2] remove junk prototypesGravatar Artem Bityutskiy 1-3/+0
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 57-0/+42403
2009-01-09Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+1
2009-01-09block: fix bug in ptbl lookup cacheGravatar Neil Brown 1-0/+1
2009-01-09Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-58/+67
2009-01-09Btrfs: explicitly mark the tree log root for writebackGravatar Chris Mason 1-0/+13
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 32-1279/+2131
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-14/+22
2009-01-08Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-0/+14
2009-01-09md: make devices disappear when they are no longer needed.Gravatar NeilBrown 1-0/+14
2009-01-08fix similar typos to successfullGravatar Coly Li 2-3/+3
2009-01-08generic swap(): dcache: use swap() instead of private do_switch()Gravatar Wu Fengguang 1-9/+5
2009-01-08generic swap(): ext4: remove local swap() macroGravatar Wu Fengguang 1-4/+0
2009-01-08generic swap(): ext3: remove local swap() macroGravatar Wu Fengguang 1-4/+0
2009-01-08remove lots of double-semicolonsGravatar Fernando Carrijo 2-2/+2
2009-01-08romfs: romfs_iget() - unsigned ino >= 0 is always trueGravatar roel kluin 1-6/+6
2009-01-08vmcore: remove saved_max_pfn checkGravatar Magnus Damm 1-2/+0
2009-01-08ELF: implement AT_RANDOM for glibc PRNG seedingGravatar Kees Cook 1-0/+12
2009-01-08memcg: synchronized LRUGravatar KAMEZAWA Hiroyuki 1-0/+1
2009-01-08quota: don't set grace time when user isn't above softlimitGravatar Jan Kara 1-0/+2
2009-01-08coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTLGravatar Richard A. Holden III 1-1/+4
2009-01-08jbd: remove excess kernel-doc notationGravatar Randy Dunlap 1-1/+0
2009-01-08ext3: tighten restrictions on inode flagsGravatar Duane Griffin 2-8/+3
2009-01-08ext3: don't inherit inappropriate inode flags from parentGravatar Duane Griffin 1-1/+1
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyGravatar Pekka Enberg 1-1/+9
2009-01-08jbd: improve fsync batchingGravatar Josef Bacik 2-5/+48
2009-01-08ext2: tighten restrictions on inode flagsGravatar Duane Griffin 2-8/+3
2009-01-08ext2: don't inherit inappropriate inode flags from parentGravatar Duane Griffin 1-1/+1
2009-01-08ext2: allocate ->s_blockgroup_lock separatelyGravatar Pekka J Enberg 1-1/+9
2009-01-08ext2: fix ext2_splice_branch() commentsGravatar Qinghuang Feng 1-2/+0
2009-01-08async: Don't call async_synchronize_full_special() while holding sb_lockGravatar Dave Kleikamp 1-1/+1
2009-01-08FLAT: Don't attempt to expand the userspace stack to fill the space allocatedGravatar David Howells 1-23/+11
2009-01-08FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedGravatar David Howells 1-8/+0
2009-01-08NOMMU: Improve procfs output using per-MM VMAsGravatar David Howells 1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 5-98/+116
2009-01-08NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()Gravatar David Howells 1-11/+10
2009-01-07Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 19-435/+1065
2009-01-07Btrfs: Drop the hardware crc32c asm codeGravatar Chris Mason 1-94/+3
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-0/+32
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncGravatar Linus Torvalds 2-7/+23