summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm integrity: fix recalculation when moving from journal mode to bitmap modeMikulas Patocka2020-02-251-5/+12
* dm: fix potential for q->make_request_fn NULL pointerMike Snitzer2020-01-271-2/+7
* dm writecache: improve performance of large linear writes on SSDsMikulas Patocka2020-01-161-4/+25
* dm mpath: Add timeout mechanism for queue_if_no_pathAnatol Pomazau2020-01-151-0/+66
* dm thin: change data device's flush_bio to be member of struct poolMikulas Patocka2020-01-151-9/+10
* dm thin: don't allow changing data device during thin-pool reloadMikulas Patocka2020-01-151-5/+13
* dm thin: fix use-after-free in metadata_pre_commit_callbackMike Snitzer2020-01-151-4/+3
* dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer2020-01-151-4/+6
* dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka2020-01-151-21/+21
* dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz2020-01-151-2/+8
* dm crypt: Implement Elephant diffuser for Bitlocker compatibilityMilan Broz2020-01-151-4/+319
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-01-154-3/+37
* dm verity: don't prefetch hash blocks for already-verified dataxianrong.zhou2020-01-071-2/+16
* dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka2020-01-071-1/+1
* dm thin metadata: Fix trivial math error in on-disk format documentationJeffle Xu2020-01-071-1/+1
* dm thin metadata: use true/false for bool variablezhengbin2020-01-071-5/+5
* dm snapshot: use true/false for bool variablezhengbin2020-01-071-3/+3
* dm bio prison v2: use true/false for bool variablezhengbin2020-01-071-1/+1
* dm mpath: use true/false for bool variablezhengbin2020-01-071-1/+1
* dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev2020-01-071-9/+14
* dm raid: table line rebuild status fixesHeinz Mauelshagen2020-01-072-21/+24
* dm dust: change ret to r in dust_map_writeBryan Gurney2020-01-071-3/+3
* Linux 5.5-rc5v5.5-rc5Linus Torvalds2020-01-051-1/+1
* Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-0513-22/+76
|\
| * Documentation: riscv: add patch acceptance guidelinesPaul Walmsley2020-01-054-0/+38
| * riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-053-13/+13
| * clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-051-1/+1
| * riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
| * riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah2020-01-031-0/+15
| * riscv: gcov: enable gcov for RISC-VZong Li2020-01-032-1/+2
| * riscv: mm: use __pa_symbol for kernel symbolsZong Li2020-01-031-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-0532-90/+166
|\ \
| * | hexagon: define ioremap_ucNick Desaulniers2020-01-041-0/+1
| * | ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
| * | ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
| * | mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
| * | mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-041-2/+6
| * | mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-041-1/+1
| * | fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap2020-01-041-2/+5
| * | hexagon: work around compiler crashNick Desaulniers2020-01-041-3/+1
| * | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-046-23/+23
| * | fs/namespace.c: make to_mnt_ns() staticEric Biggers2020-01-041-1/+1
| * | fs/nsfs.c: include headers for missing declarationsEric Biggers2020-01-041-0/+3
| * | fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers2020-01-041-0/+2
| * | mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-041-6/+17
| * | memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
| * | kcov: fix struct layout for kcov_remote_argAndrey Konovalov2020-01-042-10/+10
| * | mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-041-0/+5
| * | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-0410-38/+29
* | | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-055-47/+55
|\ \ \