summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-059-21/+35
* gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-055-12/+46
* GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson2017-06-203-7/+1
* GFS2: Remove gl_list from glock structureBob Peterson2017-06-122-2/+0
* GFS2: Withdraw when directory entry inconsistencies are detectedBob Peterson2017-06-121-1/+2
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0549-233/+1152
|\
| * of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-045-6/+6
| * of: fix sparse warning in of_pci_range_parser_oneRob Herring2017-05-041-1/+1
| * of: fix sparse warnings in of_find_next_cache_nodeRob Herring2017-05-041-7/+6
| * of/unittest: Missing unlocks on errorDan Carpenter2017-05-041-2/+6
| * of: fix uninitialized variable warning for overlay testArnd Bergmann2017-05-031-1/+1
| * of: fix unittest build without CONFIG_OF_OVERLAYArnd Bergmann2017-04-281-1/+1
| * of: Add unit tests for applying overlaysFrank Rowand2017-04-277-8/+505
| * of: per-file dtc compiler flagsFrank Rowand2017-04-271-0/+2
| * fpga: region: add missing DT documentation for config complete timeoutTobias Klauser2017-04-201-0/+2
| * of: Add vendor prefix for ROHM SemiconductorMarek Vasut2017-04-201-0/+1
| * of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()Tyrel Datwyler2017-04-181-0/+2
| * of: Add vendor prefix for Nordic SemiconductorKumar Gala2017-04-101-0/+1
| * dt-bindings: arm,nvic: Binding for ARM NVIC interrupt controller on Cortex-MKumar Gala2017-04-101-0/+36
| * dtc: update warning settings for new bus and node/property name checksRob Herring2017-03-292-1/+12
| * scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6Rob Herring2017-03-2219-182/+523
| * scripts/dtc: automate getting dtc version and log in update scriptRob Herring2017-03-221-1/+18
| * of: Add function for generating a DT modalias with a newlineRob Herring2017-03-227-22/+24
| * of: fix of_device_get_modalias returned length when truncating buffersRob Herring2017-03-221-1/+1
| * Documentation: devicetree: move trivial-devices out of I2C realmWolfram Sang2017-03-211-0/+0
| * dt-bindings: add vendor prefix for DiooJerome Brunet2017-03-211-0/+1
| * dt-bindings: display: atmel: Fix path to atmel-hlcdc.txtRichard Genoud2017-03-211-1/+1
| * dt-bindings: mfd: Fix path to atmel/hlcdc-dc.txtRichard Genoud2017-03-211-1/+1
| * dt-bindings: net: generalize moxart-mac to support all faraday based ftmac IPGreentime Hu2017-03-211-2/+5
| * dt: Add vendor prefix for SensirionMarco Franchi2017-03-211-0/+1
* | Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-053-18/+39
|\ \
| * | dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer2017-05-051-4/+8
| * | dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer2017-05-041-2/+13
| * | dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer2017-05-041-11/+13
| * | dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber2017-05-041-1/+5
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-0563-944/+1807
|\ \ \
| * \ \ Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-04110-2054/+4759
| |\ \ \
| | * | | brd: fix uninitialized use of brd->dax_devGerald Schaefer2017-05-031-7/+5
| | * | | block, dax: use correct format string in bdev_dax_supportedArnd Bergmann2017-05-011-1/+1
| | * | | x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2017-04-257-32/+12
| | * | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-257-135/+4
| | * | | block, dax: convert bdev_dax_supported() to dax_direct_access()Dan Williams2017-04-251-20/+28
| | * | | filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-253-124/+162
| | * | | Revert "block: use DAX for partition table reads"Dan Williams2017-04-253-41/+2
| | * | | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-254-2/+27
| | * | | dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-256-48/+43
| | * | | dm: add dax_device and dax_operations supportDan Williams2017-04-204-14/+73
| | * | | dax: introduce dax_direct_access()Dan Williams2017-04-205-0/+57
| | * | | block: kill bdev_dax_capable()Dan Williams2017-04-202-25/+0
| | * | | dcssblk: add dax_operations supportDan Williams2017-04-192-9/+47