| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: fix for write_super_lockfs/unlockfs error handling | Linus Torvalds | 2009-01-10 | 1 | -4/+6 |
* | filesystem freeze: remove XFS specific ioctl interfaces for freeze feature | Takashi Sato | 2009-01-09 | 3 | -19/+2 |
* | filesystem freeze: implement generic freeze feature | Takashi Sato | 2009-01-09 | 3 | -9/+113 |
* | filesystem freeze: add error handling of write_super_lockfs/unlockfs | Takashi Sato | 2009-01-09 | 9 | -58/+97 |
* | CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_CORE | David Brownell | 2009-01-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2 | Linus Torvalds | 2009-01-09 | 1 | -12/+7 |
|\ |
|
| * | partial revert of asynchronous inode delete | Arjan van de Ven | 2009-01-09 | 1 | -12/+7 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 1 | -3/+0 |
|\ \ |
|
| * | | [JFFS2] remove junk prototypes | Artem Bityutskiy | 2009-01-09 | 1 | -3/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2009-01-09 | 18 | -0/+3569 |
|\ \ |
|
| * | | Squashfs: Kconfig entry | Phillip Lougher | 2009-01-05 | 1 | -0/+52 |
| * | | Squashfs: Makefiles | Phillip Lougher | 2009-01-05 | 2 | -0/+9 |
| * | | Squashfs: header files | Phillip Lougher | 2009-01-05 | 4 | -0/+592 |
| * | | Squashfs: block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+274 |
| * | | Squashfs: cache operations | Phillip Lougher | 2009-01-05 | 1 | -0/+412 |
| * | | Squashfs: uid/gid lookup operations | Phillip Lougher | 2009-01-05 | 1 | -0/+94 |
| * | | Squashfs: fragment block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+98 |
| * | | Squashfs: export operations | Phillip Lougher | 2009-01-05 | 1 | -0/+155 |
| * | | Squashfs: super block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+440 |
| * | | Squashfs: symlink operations | Phillip Lougher | 2009-01-05 | 1 | -0/+118 |
| * | | Squashfs: regular file operations | Phillip Lougher | 2009-01-05 | 1 | -0/+502 |
| * | | Squashfs: directory readdir operations | Phillip Lougher | 2009-01-05 | 1 | -0/+235 |
| * | | Squashfs: directory lookup operations | Phillip Lougher | 2009-01-05 | 1 | -0/+242 |
| * | | Squashfs: inode operations | Phillip Lougher | 2009-01-05 | 1 | -0/+346 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 2009-01-09 | 7 | -140/+149 |
|\ \ \ |
|
| * | | | FLAT: Don't attempt to expand the userspace stack to fill the space allocated | David Howells | 2009-01-08 | 1 | -23/+11 |
| * | | | FDPIC: Don't attempt to expand the userspace stack to fill the space allocated | David Howells | 2009-01-08 | 1 | -8/+0 |
| * | | | NOMMU: Improve procfs output using per-MM VMAs | David Howells | 2009-01-08 | 1 | -10/+22 |
| * | | | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 5 | -98/+116 |
| * | | | NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area() | David Howells | 2009-01-08 | 1 | -11/+10 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-01-09 | 57 | -0/+42403 |
|\ \ \ \ |
|
| * | | | | Btrfs: explicitly mark the tree log root for writeback | Chris Mason | 2009-01-09 | 1 | -0/+13 |
| * | | | | Btrfs: Drop the hardware crc32c asm code | Chris Mason | 2009-01-07 | 1 | -94/+3 |
| * | | | | Btrfs: Add Documentation/filesystem/btrfs.txt, remove old COPYING | David Woodhouse | 2009-01-07 | 2 | -404/+0 |
| * | | | | Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hook | Chris Mason | 2009-01-07 | 1 | -3/+3 |
| * | | | | Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifies | Chris Mason | 2009-01-06 | 1 | -7/+3 |
| * | | | | Btrfs: tree logging checksum fixes | Yan Zheng | 2009-01-06 | 4 | -232/+130 |
| * | | | | Btrfs: don't change file extent's ram_bytes in btrfs_drop_extents | Yan Zheng | 2009-01-06 | 1 | -4/+0 |
| * | | | | Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creation | Yan Zheng | 2009-01-06 | 2 | -2/+2 |
| * | | | | Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code | Chris Mason | 2009-01-06 | 2 | -29/+0 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Chris Mason | 2009-01-06 | 59 | -0/+43024 |
| |\ \ \ \ |
|
| | * | | | | Btrfs: drop EXPORT symbols from extent_io.c | Chris Mason | 2009-01-05 | 1 | -56/+0 |
| | * | | | | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 2009-01-05 | 33 | -898/+770 |
| | * | | | | Btrfs: Fix free block discard calls down to the block layer | Liu Hui | 2009-01-05 | 1 | -51/+48 |
| | * | | | | Btrfs: avoid orphan inode caused by log replay | Yan Zheng | 2009-01-05 | 1 | -1/+6 |
| | * | | | | Btrfs: avoid potential super block corruption | Yan Zheng | 2009-01-05 | 1 | -1/+3 |
| | * | | | | Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_super | Shen Feng | 2009-01-05 | 1 | -2/+1 |
| | * | | | | Btrfs: fix a memory leak in btrfs_get_sb | Shen Feng | 2009-01-05 | 1 | -5/+4 |
| | * | | | | Btrfs: Fix typo in clear_state_cb | Liu Hui | 2009-01-05 | 1 | -1/+1 |
| | * | | | | Btrfs: Fix memset length in btrfs_file_write | yanhai zhu | 2009-01-05 | 1 | -1/+1 |