summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-17
| * | | | | | Btrfs: just free dummy extent buffersJosef Bacik2015-03-17
| * | | | | | Btrfs: account merges/splits properlyJosef Bacik2015-03-17
| * | | | | | Btrfs: prepare block group cache before writingJosef Bacik2015-03-17
| * | | | | | Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik2015-03-13
| * | | | | | Btrfs: account for the correct number of extents for delalloc reservationsJosef Bacik2015-03-13
| * | | | | | Btrfs: fix merge delalloc logicJosef Bacik2015-03-13
| * | | | | | Btrfs: fix comp_oper to get right orderLiu Bo2015-03-13
| * | | | | | Btrfs: catch transaction abortion after waiting for itLiu Bo2015-03-13
| * | | | | | btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-03-13
* | | | | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-03-21
|\ \ \ \ \ \ \
| * | | | | | | Subject: nfsd: don't recursively call nfsd4_cb_layout_failChristoph Hellwig2015-03-19
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-03-21
|\ \ \ \ \ \ \
| * | | | | | | UBI: fix missing brace control flowBrian Norris2015-02-23
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-21
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-20
| * | | | | | | | arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon2015-03-20
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-03-21
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmMason2015-03-18
| * | | | | | | | ARM: 8311/1: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-18
| * | | | | | | | ARM: 8310/1: l2c: Fix prefetch settings dt parsingFabrice Gasnier2015-03-18
| * | | | | | | | ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King2015-03-10
| * | | | | | | | ARM: dma-api: fix off-by-one error in __dma_supported()Russell King2015-03-10
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-03-19
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Input: synaptics - use dmax in input_mt_assign_slots"Dmitry Torokhov2015-03-16
| * | | | | | | | Merge branch 'synaptics' into for-linusDmitry Torokhov2015-03-16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Input: synaptics - remove X250 from the topbuttonpad listBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad listBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 seriesBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015Benjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - retrieve the extended capabilities in query $10Benjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - do not retrieve the board id on old firmwaresBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - handle spurious release of trackstick buttonsBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - fix middle button on Lenovo 2015 productsDmitry Torokhov2015-03-08
| | * | | | | | | | Input: synaptics - skip quirks when post-2013 dimensionsBenjamin Tissoires2015-03-08
| | * | | | | | | | Input: synaptics - support min/max board id in min_max_pnpid_tableDaniel Martin2015-03-08
| | * | | | | | | | Input: synaptics - remove obsolete min/max quirk for X240Daniel Martin2015-03-08
| | * | | | | | | | Input: synaptics - query min dimensions for fw v8.1Daniel Martin2015-03-08
| | * | | | | | | | Input: synaptics - log queried and quirked dimension valuesDaniel Martin2015-03-08
| | * | | | | | | | Input: synaptics - split synaptics_resolution(), query firstDaniel Martin2015-03-08
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-03-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fuse: explicitly set /dev/fuse file's private_dataTom Van Braeckel2015-03-19
| * | | | | | | | | | fuse: set stolen page uptodateMiklos Szeredi2015-02-26
| * | | | | | | | | | fuse: notify: don't move pagesMiklos Szeredi2015-02-26
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-03-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ovl: upper fs should not be R/Ohujianyang2015-03-18
| * | | | | | | | | | ovl: check lowerdir amount for non-upper mounthujianyang2015-03-18
| * | | | | | | | | | ovl: print error message for invalid mount optionshujianyang2015-03-18
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'mmc-v4.0-rc4' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-03-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_allocNeilBrown2015-03-19
| |/ / / / / / / / /