summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: report errors when checksum is not foundLiu Bo2017-08-161-2/+0
* btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov2017-08-161-10/+12
* btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov2017-08-161-9/+2
* btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-162-17/+12
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-08-161-0/+2
* btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski2017-08-161-17/+13
* btrfs: allow backref search checks for shared extentsEdmund Nadolski2017-08-161-49/+115
* btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski2017-08-161-0/+3
* btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-164-58/+131
* btrfs: add a node counter to each of the rbtreesJeff Mahoney2017-08-161-1/+5
* btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski2017-08-161-157/+285
* btrfs: remove ref_tree implementation from backref.cEdmund Nadolski2017-08-161-348/+7
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-163-33/+23
* btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-161-116/+109
* btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney2017-08-161-5/+11
* btrfs: backref, constify some argumentsJeff Mahoney2017-08-161-13/+16
* btrfs: constify tracepoint argumentsJeff Mahoney2017-08-164-122/+136
* btrfs: struct-funcs, constify readersJeff Mahoney2017-08-164-89/+91
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-164-4/+1
* btrfs: Be explicit about usage of min()Nikolay Borisov2017-08-161-2/+2
* btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov2017-08-161-1/+1
* btrfs: convert while loop to list_for_each_entryNikolay Borisov2017-08-161-9/+2
* Linux 4.13-rc5v4.13-rc5Linus Torvalds2017-08-131-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-1314-42/+137
|\
| * MIPS: Set ISA bit in entry-y for microMIPS kernelsPaul Burton2017-08-081-1/+14
| * MIPS: Prevent building MT support for microMIPS kernelsPaul Burton2017-08-081-1/+1
| * MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn2017-08-081-4/+3
| * MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn2017-08-081-0/+3
| * MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2017-08-071-28/+6
| * MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc2017-08-071-2/+4
| * Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton2017-08-071-0/+2
| * MIPS: OCTEON: Fix USB platform code breakage.Steven J. Hill2017-08-071-1/+1
| * MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill2017-08-073-1/+97
| * MIPS: gitignore: ignore generated .c filesBartosz Golaszewski2017-08-071-0/+2
| * MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-08-071-3/+3
| * MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni2017-08-071-1/+1
* | Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-08-131-15/+34
|\ \
| * | firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez2017-08-101-2/+1
| * | firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez2017-08-101-8/+30
| * | firmware: fix batched requests - wake all waitersLuis R. Rodriguez2017-08-101-7/+5
* | | Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-133-0/+21
|\ \ \
| * | | thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg2017-08-101-0/+9
| * | | mei: exclude device from suspend direct complete optimizationAlexander Usyskin2017-08-102-0/+12
* | | | Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-134-26/+71
|\ \ \ \
| * | | | Revert "serial: Delete dead code for CIR serial ports"Sean Young2017-08-011-6/+17
| * | | | tty: pl011: fix initialization order of QDF2400 E44Timur Tabi2017-07-303-20/+54
| |/ / /
* | | | Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-08-1313-15/+146
|\ \ \ \
| * | | | staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott2017-07-301-0/+3
| * | | | Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-2312-15/+143
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iio: aspeed-adc: wait for initial sequence.Mykola Kostenok2017-07-231-0/+26