summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix a possible umount deadlockAnand Jain2016-09-261-6/+20
* Btrfs: fix memory leak in do_walk_downLiu Bo2016-09-261-0/+1
* btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney2016-09-261-4/+10
* btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney2016-09-261-27/+38
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-2620-177/+231
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-2616-275/+205Star
* btrfs: unsplit printed stringsJeff Mahoney2016-09-2627-391/+324Star
* btrfs: clean the old superblocks before freeing the deviceJeff Mahoney2016-09-261-27/+11Star
* Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2016-09-261-1/+7
* Btrfs: don't leak reloc root nodes on errorJosef Bacik2016-09-261-0/+4
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-265-28/+8Star
* Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2016-09-261-4/+28
* Btrfs: add error handling for extent buffer in print treeLiu Bo2016-09-261-0/+7
* Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-261-4/+1Star
* Btrfs: memset to avoid stale content in btree node blockLiu Bo2016-09-261-0/+11
* Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2016-09-261-6/+17
* Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik2016-09-261-8/+33
* Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-263-28/+15Star
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-2616-109/+99Star
* btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-267-25/+37
* btrfs: add dynamic debug supportJeff Mahoney2016-09-261-1/+30
* btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques2016-09-261-2/+0Star
* btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques2016-09-261-2/+0Star
* btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-262-15/+11Star
* Btrfs: bail out if block group has different mixed flagLiu Bo2016-09-261-0/+14
* Btrfs: fix memory leak in reading btree blocksLiu Bo2016-09-261-0/+9
* Btrfs: remove BUG() in raid56Liu Bo2016-09-261-1/+4
* btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-262-10/+369
* btrfs: create example debugfs file only in debugging buildDavid Sterba2016-09-261-0/+9
* btrfs: fix perms on demonstration debugfs interfaceEric Sandeen2016-09-261-1/+1
* Btrfs: fix memory leak of block group cacheLiu Bo2016-09-263-0/+75
* Linux 4.8-rc8Linus Torvalds2016-09-261-1/+1
* Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-09-261-13/+16
|\
| * fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-251-6/+8
| * tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-251-7/+8
* | fault_in_multipages_readable() throws set-but-unused errorDave Chinner2016-09-261-0/+1
* | mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2016-09-262-8/+7Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-09-2517-65/+37Star
|\ \
| * | MIPS: Fix delay slot emulation count in debugfsPaul Burton2016-09-251-0/+1
| * | MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn2016-09-251-4/+3Star
| * | MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton2016-09-231-0/+2
| * | MIPS: vDSO: Fix Malta EVA mapping to vDSO page structsJames Hogan2016-09-211-4/+4
| * | MIPS: Select HAVE_REGS_AND_STACK_ACCESS_APIMarcin Nowakowski2016-09-191-0/+1
| * | MIPS: Octeon: Fix platform bus probingAaro Koskinen2016-09-191-1/+1
| * | MIPS: Octeon: mangle-port: fix build failure with VDSO codeAaro Koskinen2016-09-191-2/+2
| * | MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)Marcin Nowakowski2016-09-191-4/+4
| * | MIPS: c-r4k: Fix size calc when avoiding IPIs for small icache flushesPaul Burton2016-09-131-1/+1
| * | MIPS: Add a missing ".set pop" in an early commitHuacai Chen2016-09-131-0/+1
| * | MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-09-131-0/+2
| * | MIPS: Remove compact branch policy Kconfig entriesPaul Burton2016-09-132-40/+0Star