summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-25dm writecache: add "cleaner" and "max_age" to DocumentationMike Snitzer1-0/+17
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka1-1/+5
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka1-2/+6
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka3-0/+12
2021-06-14dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li1-6/+3
2021-06-14dm writecache: commit just one block, not a full pageMikulas Patocka1-5/+1
2021-06-14dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka1-3/+3
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal1-5/+19
2021-06-04dm: introduce zone append emulationDamien Le Moal6-54/+618
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2-52/+59
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal1-0/+1
2021-06-04block: introduce bio zone helpersDamien Le Moal1-0/+12
2021-06-04block: improve handling of all zones reset operationDamien Le Moal1-27/+92
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal3-6/+41
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal5-15/+31
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal5-89/+119
2021-06-04dm: cleanup device_area_is_invalid()Damien Le Moal1-1/+1
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-06-04dm zoned: check zone capacityDamien Le Moal1-0/+7
2021-06-04dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn1-1/+1
2021-06-04dm writecache: interrupt writeback if suspendedMikulas Patocka1-2/+3
2021-06-04dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka1-8/+30
2021-06-04dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka1-9/+6
2021-06-04dm kcopyd: avoid useless atomic operationsMikulas Patocka3-12/+12
2021-06-04dm space map disk: cache a small number of index entriesJoe Thornber2-6/+96
2021-06-04dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber15-245/+774
2021-06-04dm space maps: don't reset space map allocation cursor when committingJoe Thornber2-2/+16
2021-06-04dm btree: improve btree residencyJoe Thornber3-31/+439
2021-05-25dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka1-1/+1
2021-05-25dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka1-2/+3
2021-05-25dm verity: fix require_signatures module_param permissionsJohn Keeping1-1/+1
2021-05-23Linux 5.13-rc3v5.13-rc3Linus Torvalds1-1/+1
2021-05-23Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-9/+31
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-13/+19
2021-05-23Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-11/+10
2021-05-23Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-57/+92
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-46/+82
2021-05-22Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-28/+32
2021-05-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-75/+74
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2-15/+15
2021-05-22lib: kunit: suppress a compilation warning of frame sizeZhen Lei1-0/+1
2021-05-22proc: remove Alexey from MAINTAINERSAlexey Dobriyan1-1/+0
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn5-10/+20
2021-05-22watchdog: reliable handling of timestampsPetr Mladek1-14/+20
2021-05-22kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko1-0/+1
2021-05-22tools/testing/selftests/exec: fix link errorYang Yingliang1-3/+3
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam3-6/+12
2021-05-22Revert "mm/gup: check page posion status for coredump."Michal Hocko2-24/+0
2021-05-22mm/shuffle: fix section mismatch warningArnd Bergmann1-2/+2
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds7-26/+28