| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-07-19 | 2 | -23/+126 |
|\ |
|
| * | Btrfs: fix checks in BTRFS_IOC_CLONE_RANGE | Dan Rosenberg | 2010-07-19 | 1 | -2/+2 |
| * | Btrfs: fix CLONE ioctl destination file size expansion to block boundary | Sage Weil | 2010-07-19 | 1 | -3/+13 |
| * | Btrfs: fix split_leaf double split corner case | Chris Mason | 2010-07-19 | 1 | -18/+111 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-07-19 | 4 | -9/+23 |
|\ \ |
|
| * | | x86, pci, mrst: Add extra sanity check in walking the PCI extended cap chain | Jacob Pan | 2010-07-16 | 1 | -3/+4 |
| * | | x86: Fix x2apic preenabled system with kexec | Yinghai Lu | 2010-07-16 | 1 | -1/+1 |
| * | | x86: Force HPET readback_cmp for all ATI chipsets | Thomas Gleixner | 2010-07-15 | 2 | -5/+18 |
* | | | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 2010-07-19 | 3 | -0/+18 |
|\ \ \ |
|
| * | | | kmemleak: Add support for NO_BOOTMEM configurations | Catalin Marinas | 2010-07-19 | 2 | -0/+11 |
| * | | | kmemleak: Annotate false positive in init_section_page_cgroup() | Catalin Marinas | 2010-07-19 | 1 | -0/+7 |
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2010-07-19 | 3 | -4/+16 |
|\ \ \ \ |
|
| * | | | | [S390] cio: fix potential overflow in chpid descriptor | Sebastian Ott | 2010-07-19 | 1 | -1/+1 |
| * | | | | [S390] add missing device put | Stefan Haberland | 2010-07-19 | 1 | -1/+3 |
| * | | | | [S390] dasd: use correct label location for diag fba disks | Peter Oberparleiter | 2010-07-19 | 1 | -2/+12 |
* | | | | | intel_scu_ipc: Oops/crash fixes | Sreedhara DS | 2010-07-19 | 1 | -4/+8 |
|/ / / / |
|
* | | | | Merge branch 'x86/kprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2010-07-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | x86: kprobes: fix swapped segment registers in kretprobe | Roland McGrath | 2010-07-18 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-07-18 | 3 | -0/+34 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | PCI: fall back to original BIOS BAR addresses | Bjorn Helgaas | 2010-07-16 | 3 | -0/+34 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-07-18 | 16 | -224/+504 |
|\ \ \ \ |
|
| * | | | | ocfs2: Silence gcc warning in ocfs2_write_zero_page(). | Joel Becker | 2010-07-16 | 1 | -1/+1 |
| * | | | | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions | Jan Kara | 2010-07-15 | 4 | -28/+31 |
| * | | | | ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down node | Wengang Wang | 2010-07-15 | 1 | -8/+14 |
| * | | | | ocfs2: Don't duplicate pages past i_size during CoW. | Tao Ma | 2010-07-15 | 1 | -0/+6 |
| * | | | | ocfs2: tighten up strlen() checking | Dan Carpenter | 2010-07-12 | 1 | -1/+1 |
| * | | | | ocfs2: Make xattr reflink work with new local alloc reservation. | Tao Ma | 2010-07-12 | 1 | -36/+90 |
| * | | | | ocfs2: make xattr extension work with new local alloc reservation. | Tao Ma | 2010-07-12 | 1 | -29/+45 |
| * | | | | ocfs2: Remove the redundant cpu_to_le64. | Tao Ma | 2010-07-12 | 1 | -1/+1 |
| * | | | | ocfs2/dlm: don't access beyond bitmap size | Wengang Wang | 2010-07-12 | 1 | -1/+1 |
| * | | | | ocfs2: No need to zero pages past i_size. | Joel Becker | 2010-07-12 | 1 | -4/+18 |
| * | | | | ocfs2: Zero the tail cluster when extending past i_size. | Joel Becker | 2010-07-08 | 6 | -54/+207 |
| * | | | | ocfs2: When zero extending, do it by page. | Joel Becker | 2010-07-08 | 2 | -64/+84 |
| * | | | | ocfs2: Limit default local alloc size within bitmap range. | Tao Ma | 2010-06-15 | 1 | -0/+7 |
| * | | | | ocfs2: Move orphan scan work to ocfs2_wq. | Tao Ma | 2010-06-15 | 1 | -3/+3 |
| * | | | | fs/ocfs2/dlm: Add missing spin_unlock | Julia Lawall | 2010-06-15 | 1 | -0/+1 |
* | | | | | drm/i915: add 'reclaimable' to i915 self-reclaimable page allocations | Linus Torvalds | 2010-07-18 | 1 | -0/+1 |
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-07-16 | 5 | -29/+36 |
|\ \ \ \ \ |
|
| * | | | | | tracing: Add alignment to syscall metadata declarations | Steven Rostedt | 2010-07-09 | 1 | -2/+4 |
| * | | | | | perf: Sync callchains with period based hits | Frederic Weisbecker | 2010-07-08 | 3 | -19/+20 |
| * | | | | | perf: Resurrect flat callchains | Frederic Weisbecker | 2010-07-08 | 1 | -0/+3 |
| * | | | | | perf: Version String fix, for fallback if not from git | Thavidu Ranatunga | 2010-07-05 | 1 | -8/+9 |
| * | | | | | perf: Version String fix, using kernel version | Thavidu Ranatunga | 2010-07-05 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2010-07-16 | 5 | -10/+23 |
|\ \ \ \ \ |
|
| * | | | | | GFS2: rename causes kernel Oops | Bob Peterson | 2010-07-15 | 1 | -1/+1 |
| * | | | | | GFS2: BUG in gfs2_adjust_quota | Abhijith Das | 2010-07-15 | 1 | -5/+3 |
| * | | | | | GFS2: Fix kernel NULL pointer dereference by dlm_astd | Bob Peterson | 2010-07-15 | 1 | -4/+8 |
| * | | | | | GFS2: recovery stuck on transaction lock | Bob Peterson | 2010-07-15 | 1 | -0/+10 |
| * | | | | | GFS2: O_TRUNC not working on stuffed files across cluster | Bob Peterson | 2010-07-15 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-07-16 | 3 | -7/+8 |
|\ \ \ \ \ |
|