summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara2009-01-151-2/+5
* btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng2009-01-153-2/+2
* Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-1431-214/+276
|\
| * [CVE-2009-0029] System call wrappers part 33Heiko Carstens2009-01-141-1/+1
| * [CVE-2009-0029] System call wrappers part 32Heiko Carstens2009-01-145-11/+12
| * [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-143-14/+14
| * [CVE-2009-0029] System call wrappers part 30Heiko Carstens2009-01-143-15/+16
| * [CVE-2009-0029] System call wrappers part 29Heiko Carstens2009-01-142-13/+13
| * [CVE-2009-0029] System call wrappers part 28Heiko Carstens2009-01-142-5/+4
| * [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-143-4/+4
| * [CVE-2009-0029] System call wrappers part 23Heiko Carstens2009-01-142-13/+13
| * [CVE-2009-0029] System call wrappers part 21Heiko Carstens2009-01-141-2/+4
| * [CVE-2009-0029] System call wrappers part 20Heiko Carstens2009-01-145-12/+14
| * [CVE-2009-0029] System call wrappers part 19Heiko Carstens2009-01-142-6/+7
| * [CVE-2009-0029] System call wrappers part 17Heiko Carstens2009-01-141-9/+7
| * [CVE-2009-0029] System call wrappers part 16Heiko Carstens2009-01-145-17/+17
| * [CVE-2009-0029] System call wrappers part 15Heiko Carstens2009-01-144-9/+10
| * [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-143-7/+7
| * [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-4/+3
| * [CVE-2009-0029] System call wrappers part 12Heiko Carstens2009-01-141-25/+21
| * [CVE-2009-0029] System call wrappers part 11Heiko Carstens2009-01-143-10/+14
| * [CVE-2009-0029] System call wrappers part 10Heiko Carstens2009-01-144-14/+11
| * [CVE-2009-0029] System call wrappers part 09Heiko Carstens2009-01-141-3/+3
| * [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-144-13/+74
| * [CVE-2009-0029] Make sys_pselect7 staticHeiko Carstens2009-01-142-7/+7
| * [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-141-2/+2
| * [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| * [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-142-15/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy2009-01-14154-2025/+49038
|\|
| * Fix timeouts in sys_pselect7Bernd Schmidt2009-01-131-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-01-125-379/+357
| |\
| | * dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-085-32/+32
| | * dlm: fix seq_file usage in debugfs lock dumpDavid Teigland2009-01-081-359/+337
| * | btrfs: fix for write_super_lockfs/unlockfs error handlingLinus Torvalds2009-01-101-4/+6
| * | filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato2009-01-093-19/+2
| * | filesystem freeze: implement generic freeze featureTakashi Sato2009-01-093-9/+113
| * | filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-099-58/+97
| * | CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_COREDavid Brownell2009-01-091-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2Linus Torvalds2009-01-091-12/+7
| |\ \
| | * | partial revert of asynchronous inode deleteArjan van de Ven2009-01-091-12/+7
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-01-091-3/+0
| |\ \ \
| | * | | [JFFS2] remove junk prototypesArtem Bityutskiy2009-01-091-3/+0
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2009-01-0918-0/+3569
| |\ \ \
| | * | | Squashfs: Kconfig entryPhillip Lougher2009-01-051-0/+52
| | * | | Squashfs: MakefilesPhillip Lougher2009-01-052-0/+9
| | * | | Squashfs: header filesPhillip Lougher2009-01-054-0/+592
| | * | | Squashfs: block operationsPhillip Lougher2009-01-051-0/+274
| | * | | Squashfs: cache operationsPhillip Lougher2009-01-051-0/+412
| | * | | Squashfs: uid/gid lookup operationsPhillip Lougher2009-01-051-0/+94
| | * | | Squashfs: fragment block operationsPhillip Lougher2009-01-051-0/+98