summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm thin: bump thin and thin-pool target versionsMike Snitzer2016-01-071-2/+2
* dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2015-12-171-2/+2
* dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2015-12-141-3/+0
* dm verity: add ignore_zero_blocks featureSami Tolvanen2015-12-104-10/+93
* dm verity: add support for forward error correctionSami Tolvanen2015-12-107-9/+1071
* dm verity: factor out verity_for_bv_block()Sami Tolvanen2015-12-102-23/+55
* dm verity: factor out structures and functions useful to separate objectSami Tolvanen2015-12-102-100/+128
* dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2015-12-102-0/+1
* dm verity: separate function for parsing opt argsSami Tolvanen2015-12-101-28/+43
* dm verity: clean up duplicate hashing codeSami Tolvanen2015-12-101-115/+147
* dm btree: factor out need_insert() helperMike Snitzer2015-12-101-7/+10
* dm bufio: use BUG_ON instead of conditional call to BUGAnup Limbu2015-12-101-2/+1
* dm bufio: store stacktrace in buffers to help find buffer leaksMikulas Patocka2015-12-103-10/+47
* dm bufio: return NULL to improve code clarityMikulas Patocka2015-12-101-1/+1
* dm block manager: cleanup code that prints stacktraceMikulas Patocka2015-12-101-10/+1
* dm: don't save and restore bi_privateMikulas Patocka2015-12-103-12/+2
* dm thin metadata: make dm_thin_find_mapped_range() atomicJoe Thornber2015-12-101-21/+43
* dm thin metadata: speed up discard of partially mapped volumesJoe Thornber2015-12-101-25/+41
* dm btree: fix bufio buffer leaks in dm_btree_del() error pathJoe Thornber2015-12-101-1/+15
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2015-12-091-10/+22
* dm thin metadata: fix bug when taking a metadata snapshotJoe Thornber2015-12-091-0/+6
* dm thin metadata: fix bug in dm_thin_remove_range()Joe Thornber2015-12-023-8/+115
* dm btree: fix leak of bufio-backed block in btree_split_sibling error pathMike Snitzer2015-12-021-1/+3
* Linux 4.4-rc3v4.4-rc3Linus Torvalds2015-11-301-1/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-3027-993/+1093
|\
| * Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-11-2716-917/+948
| |\
| | * drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...Martin Peres2015-11-251-1/+1
| | * drm/nouveau/nvif: allow userspace access to its own client objectBen Skeggs2015-11-252-2/+7
| | * drm/nouveau/gr/gf100-: fix oops when calling zbc methodsBen Skeggs2015-11-251-2/+2
| | * drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK ...Ben Skeggs2015-11-253-0/+5
| | * drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct...Ben Skeggs2015-11-256-897/+897
| | * drm/nouveau/gr/gf100-: split out per-gpc address calculation macroBen Skeggs2015-11-252-47/+49
| | * drm/nouveau/bios: return actual size of the buffer retrieved via _ROMBen Skeggs2015-11-251-0/+1
| | * drm/nouveau/instmem: protect instobj list with a spinlockBen Skeggs2015-11-252-0/+6
| | * drm/nouveau/pci: enable c800 magic for some unknown Samsung laptopBen Skeggs2015-11-251-1/+7
| | * drm/nouveau/pci: enable c800 magic for Clevo P157SMKarol Herbst2015-11-251-1/+7
| * | Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-11-2611-76/+145
| |\ \
| | * | drm/radeon: make some dpm errors debug onlyAlex Deucher2015-11-252-3/+3
| | * | drm/radeon: make rv770_set_sw_state failures non-fatalAlex Deucher2015-11-241-1/+1
| | * | drm/amdgpu: move dependency handling out of atomic section v2Christian König2015-11-231-27/+44
| | * | drm/amdgpu: optimize scheduler fence handlingChristian König2015-11-233-14/+55
| | * | drm/amdgpu: remove vm->mutexChunming Zhou2015-11-214-20/+2
| | * | drm/amdgpu: add mutex for ba_va->valids/invalidsChunming Zhou2015-11-212-6/+12
| | * | drm/amdgpu: adapt vce session create interface changesLeo Liu2015-11-211-1/+10
| | * | drm/amdgpu: vce use multiple cache surface starting from stoneyLeo Liu2015-11-211-5/+14
| | * | drm/amdgpu: reset vce trap interrupt flagLeo Liu2015-11-211-0/+5
* | | | Merge tag 'rtc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2015-11-302-36/+9
|\ \ \ \
| * | | | rtc: ds1307: fix alarm reading at probe timeSimon Guinot2015-11-261-5/+7
| * | | | rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi2015-11-252-33/+4
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-11-303-5/+9
|\ \ \ \ \