Age | Commit message (Expand) | Author | Files | Lines |
2009-01-07 | Btrfs: Add Documentation/filesystem/btrfs.txt, remove old COPYING | David Woodhouse | 3 | -404/+91 |
2009-01-07 | Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hook | Chris Mason | 1 | -3/+3 |
2009-01-06 | Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifies | Chris Mason | 1 | -7/+3 |
2009-01-06 | Btrfs: tree logging checksum fixes | Yan Zheng | 4 | -232/+130 |
2009-01-06 | Btrfs: don't change file extent's ram_bytes in btrfs_drop_extents | Yan Zheng | 1 | -4/+0 |
2009-01-06 | Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creation | Yan Zheng | 2 | -2/+2 |
2009-01-06 | Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat code | Chris Mason | 2 | -29/+0 |
2009-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/... | Chris Mason | 59 | -0/+43024 |
2009-01-06 | Btrfs: drop EXPORT symbols from extent_io.c | Chris Mason | 1 | -56/+0 |
2009-01-06 | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 33 | -898/+770 |
2009-01-05 | Btrfs: Fix free block discard calls down to the block layer | Liu Hui | 1 | -51/+48 |
2009-01-05 | Btrfs: avoid orphan inode caused by log replay | Yan Zheng | 1 | -1/+6 |
2009-01-05 | Btrfs: avoid potential super block corruption | Yan Zheng | 1 | -1/+3 |
2009-01-05 | Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_super | Shen Feng | 1 | -2/+1 |
2009-01-05 | Btrfs: fix a memory leak in btrfs_get_sb | Shen Feng | 1 | -5/+4 |
2009-01-05 | Btrfs: Fix typo in clear_state_cb | Liu Hui | 1 | -1/+1 |
2009-01-05 | Btrfs: Fix memset length in btrfs_file_write | yanhai zhu | 1 | -1/+1 |
2009-01-05 | Btrfs: update directory's size when creating subvol/snapshot | Yan Zheng | 2 | -0/+8 |
2009-01-06 | Btrfs: add permission checks to the ioctls | Chris Mason | 2 | -2/+26 |
2008-12-25 | Linux 2.6.28v2.6.28 | Linus Torvalds | 1 | -1/+1 |
2008-12-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 16 | -42/+49 |
2008-12-24 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2008-12-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -0/+3 |
2008-12-24 | ALSA: hda - Add missing terminators in patch_sigmatel.c | Herton Ronaldo Krzesinski | 1 | -0/+3 |
2008-12-24 | x86: disable X86_PTRACE_BTS | Ingo Molnar | 1 | -0/+1 |
2008-12-24 | parisc: disable UP-optimized flush_tlb_mm | Kyle McMartin | 1 | -1/+4 |
2008-12-24 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 1 | -2/+2 |
2008-12-24 | edac: fix edac core deadlock when removing a device | Harry Ciao | 1 | -3/+9 |
2008-12-24 | cgroups: avoid accessing uninitialized data in failure path | Li Zefan | 1 | -2/+3 |
2008-12-24 | cgroups: suppress bogus warning messages | Sharyathi Nagesh | 1 | -3/+0 |
2008-12-24 | w1: fix slave selection on big-endian systems | Evgeniy Polyakov | 1 | -1/+3 |
2008-12-24 | rtc: rtc-isl1208: reject invalid dates | Chris Elston | 1 | -0/+7 |
2008-12-23 | V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE... | Devin Heitmueller | 1 | -1/+2 |
2008-12-23 | drm/radeon: fix correctness of irq_enabled check for radeon. | Dave Airlie | 1 | -2/+2 |
2008-12-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 5 | -15/+14 |
2008-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2 | -2/+4 |
2008-12-23 | drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test | Julia Lawall | 2 | -2/+4 |
2008-12-22 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2 | -4/+3 |
2008-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -17/+14 |
2008-12-22 | MIPS: MIPS64R2: Fix buggy __arch_swab64 | David Daney | 1 | -3/+2 |
2008-12-22 | MIPS: Fix preprocessor warnings flaged by GCC 4.4 | David Daney | 1 | -1/+1 |
2008-12-21 | Null pointer deref with hrtimer_try_to_cancel() | Thomas Gleixner | 1 | -0/+6 |
2008-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 4 | -8/+13 |
2008-12-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -14/+30 |
2008-12-20 | x86: fix resume (S2R) broken by Intel microcode module, on A110L | Dmitry Adamushko | 2 | -5/+20 |
2008-12-20 | fs/9p: change simple_strtol to simple_strtoul | Julia Lawall | 1 | -1/+1 |
2008-12-20 | 9p: convert d_iname references to d_name.name | Wu Fengguang | 3 | -6/+10 |
2008-12-20 | 9p: Remove potentially bad parameter from function entry debug print. | Duane Griffin | 1 | -1/+2 |
2008-12-19 | Btrfs: Fix compile warning around num_online_cpus() in a min statement | Chris Mason | 1 | -1/+2 |
2008-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 5 | -16/+20 |