Age | Commit message (Expand) | Author | Files | Lines |
2013-05-06 | btrfs: ignore device open failures in __btrfs_open_devices | Eric Sandeen | 1 | -3/+3 |
2013-05-06 | Btrfs: improve the performance of the csums lookup | Miao Xie | 5 | -31/+111 |
2013-05-06 | Btrfs: fix bad extent logging | Josef Bacik | 10 | -324/+40 |
2013-05-06 | Btrfs: log ram bytes properly | Josef Bacik | 4 | -5/+22 |
2013-05-06 | Btrfs: don't wait on ordered extents if we have a trans open | Josef Bacik | 1 | -1/+2 |
2013-05-06 | Btrfs: fix error handling in make/read block group | Josef Bacik | 1 | -8/+33 |
2013-05-06 | Btrfs: fix double free in the iterate_extent_inodes() | Wang Shilong | 1 | -2/+0 |
2013-05-06 | Btrfs: kill some BUG_ONs() in the find_parent_nodes() | Wang Shilong | 1 | -2/+4 |
2013-05-06 | Btrfs: compare relevant parts of delayed tree refs | Josef Bacik | 1 | -10/+14 |
2013-05-06 | Btrfs: fix infinite loop when we abort on mount | Josef Bacik | 2 | -3/+6 |
2013-05-06 | Btrfs: fix a warning when disabling quota | Wang Shilong | 1 | -2/+0 |
2013-05-06 | Btrfs: pass NULL instead of 0 | Liu Bo | 1 | -1/+1 |
2013-05-06 | btrfs: document mount options in Documentation/fs/btrfs.txt | Eric Sandeen | 1 | -7/+173 |
2013-05-06 | btrfs: make subvol creation/deletion killable in the early stages | David Sterba | 1 | -2/+6 |
2013-05-06 | btrfs: cover more error codes in btrfs_decode_error | David Sterba | 1 | -0/+6 |
2013-05-06 | btrfs: make orphan cleanup less verbose | David Sterba | 1 | -2/+2 |
2013-05-06 | btrfs: deprecate subvolrootid mount option | David Sterba | 1 | -13/+4 |
2013-05-06 | Btrfs: Include the device in most error printk()s | Simon Kirby | 8 | -109/+133 |
2013-05-06 | btrfs: update kconfig title | David Sterba | 1 | -1/+1 |
2013-05-06 | btrfs: clean snapshots one by one | David Sterba | 5 | -29/+57 |
2013-05-06 | btrfs: Cleanup some redundant codes in btrfs_log_inode() | Zhi Yong Wu | 1 | -2/+0 |
2013-05-06 | btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range() | Zhi Yong Wu | 1 | -5/+2 |
2013-05-06 | Btrfs: share stop worker code | Liu Bo | 1 | -32/+23 |
2013-05-06 | Btrfs: add a incompatible format change for smaller metadata extent refs | Josef Bacik | 7 | -67/+290 |
2013-05-06 | Btrfs: use helper to cleanup tree roots | Liu Bo | 1 | -14/+1 |
2013-05-06 | Btrfs: cleanup unused arguments of btrfs_csum_data | Liu Bo | 7 | -21/+15 |
2013-05-06 | btrfs: clean up transaction abort messages | David Sterba | 3 | -28/+25 |
2013-05-06 | btrfs: merge save_error_info helpers into one | David Sterba | 1 | -6/+1 |
2013-05-06 | Btrfs: add some free space cache tests | Josef Bacik | 4 | -0/+540 |
2013-04-29 | Btrfs: cleanup unused function | Liu Bo | 1 | -1/+0 |
2013-04-29 | Linux 3.9v3.9 | Linus Torvalds | 1 | -1/+1 |
2013-04-28 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+11 |
2013-04-28 | vm: add no-mmu vm_iomap_memory() stub | Linus Torvalds | 1 | -0/+10 |
2013-04-27 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2013-04-27 | Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git://git.kernel.org/pub/scm/li... | Olof Johansson | 1 | -7/+11 |
2013-04-26 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
2013-04-26 | Merge branch 'fixes-3.9-late' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -40/+67 |
2013-04-26 | efivars: only check for duplicates on the registered list | Matt Fleming | 1 | -5/+7 |
2013-04-26 | TTY: fix atime/mtime regression | Jiri Slaby | 1 | -2/+16 |
2013-04-26 | aio: fix possible invalid memory access when DEBUG is enabled | Zhao Hongjiang | 1 | -1/+1 |
2013-04-26 | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 1 | -2/+2 |
2013-04-26 | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates | John David Anglin | 2 | -26/+26 |
2013-04-26 | parisc: disable -mlong-calls compiler option for kernel modules | Helge Deller | 1 | -2/+4 |
2013-04-26 | parisc: uaccess: fix compiler warnings caused by __put_user casting | Will Deacon | 1 | -10/+4 |
2013-04-26 | parisc: Change kunmap macro to static inline function | John David Anglin | 1 | -1/+4 |
2013-04-26 | parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds. | John David Anglin | 3 | -1/+29 |
2013-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -1/+2 |
2013-04-25 | Merge tag 'gpio-v3.9-lastminute' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+6 |
2013-04-25 | sparc64: Fix missing put_cpu_var() in tlb_batch_add_one() when not batching. | David S. Miller | 1 | -1/+2 |
2013-04-24 | Revert "gpio: pxa: set initcall level to module init" | Linus Walleij | 1 | -1/+6 |