Age | Commit message (Expand) | Author | Files | Lines |
2021-06-12 | Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -33/+7 |
2021-06-09 | bcache: avoid oversized read request in cache missing code path | Coly Li | 1 | -2/+7 |
2021-06-09 | bcache: remove bcache device self-defined readahead | Coly Li | 5 | -32/+1 |
2021-05-29 | Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+0 |
2021-05-26 | md/raid5: remove an incorrect assert in in_chunk_boundary | Christoph Hellwig | 1 | -2/+0 |
2021-05-25 | dm snapshot: properly fix a crash when an origin has no snapshots | Mikulas Patocka | 1 | -1/+1 |
2021-05-25 | dm snapshot: revert "fix a crash when an origin has no snapshots" | Mikulas Patocka | 1 | -2/+3 |
2021-05-25 | dm verity: fix require_signatures module_param permissions | John Keeping | 1 | -1/+1 |
2021-05-13 | dm integrity: fix sparse warnings | Mikulas Patocka | 1 | -12/+12 |
2021-05-13 | dm integrity: revert to not using discard filler when recalulating | Mikulas Patocka | 1 | -33/+24 |
2021-05-13 | dm snapshot: fix crash with transient storage and zero chunk size | Mikulas Patocka | 1 | -0/+1 |
2021-05-10 | dm snapshot: fix a crash when an origin has no snapshots | Mikulas Patocka | 1 | -3/+2 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2021-05-07 | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-05-01 | Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -264/+356 |
2021-04-30 | dm raid: remove unnecessary discard limits for raid0 and raid10 | Mike Snitzer | 1 | -9/+0 |
2021-04-30 | dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails | Benjamin Block | 1 | -0/+2 |
2021-04-30 | dm integrity: use discard support when recalculating | Mikulas Patocka | 1 | -24/+33 |
2021-04-30 | dm integrity: increase RECALC_SECTORS to improve recalculate speed | Mikulas Patocka | 1 | -1/+1 |
2021-04-30 | dm integrity: don't re-write metadata if discarding same blocks | Mikulas Patocka | 1 | -2/+4 |
2021-04-29 | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 18 | -196/+541 |
2021-04-27 | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -1/+2 |
2021-04-23 | md/raid1: properly indicate failure when ending a failed write request | Paul Clements | 1 | -0/+2 |
2021-04-23 | md-cluster: fix use-after-free issue when removing rdev | Heming Zhao | 1 | -4/+4 |
2021-04-22 | dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque... | Heinz Mauelshagen | 1 | -6/+28 |
2021-04-21 | dm raid: fix fall-through warning in rs_check_takeover() for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-04-19 | dm clone metadata: remove unused function | Jiapeng Chong | 1 | -6/+0 |
2021-04-19 | dm integrity: fix missing goto in bitmap_flush_interval error handling | Tian Tao | 1 | -0/+1 |
2021-04-19 | dm: replace dm_vcalloc() | Matthew Wilcox (Oracle) | 3 | -29/+12 |
2021-04-19 | dm space map common: fix division bug in sm_ll_find_free_block() | Joe Thornber | 1 | -0/+2 |
2021-04-19 | dm persistent data: packed struct should have an aligned() attribute too | Joe Thornber | 2 | -6/+6 |
2021-04-19 | dm btree spine: remove paranoid node_check call in node_prep_for_write() | Joe Thornber | 1 | -2/+0 |
2021-04-19 | dm space map disk: remove redundant calls to sm_disk_get_nr_free() | Joe Thornber | 1 | -9/+0 |
2021-04-15 | md/bitmap: wait for external bitmap writes to complete during tear down | Sudhakar Panneerselvam | 1 | -0/+2 |
2021-04-15 | md: do not return existing mddevs from mddev_find_or_alloc | Christoph Hellwig | 1 | -23/+23 |
2021-04-15 | md: refactor mddev_find_or_alloc | Christoph Hellwig | 1 | -36/+24 |
2021-04-15 | md: factor out a mddev_alloc_unit helper from mddev_find | Christoph Hellwig | 1 | -20/+27 |
2021-04-14 | dm verity fec: fix misaligned RS roots IO | Jaegeuk Kim | 2 | -3/+9 |
2021-04-11 | bcache: fix a regression of code compiling failure in debug.c | Coly Li | 1 | -1/+1 |
2021-04-11 | bcache: Use 64-bit arithmetic instead of 32-bit | Gustavo A. R. Silva | 1 | -3/+3 |
2021-04-11 | md: bcache: Trivial typo fixes in the file journal.c | Bhaskar Chowdhury | 1 | -2/+2 |
2021-04-11 | md: bcache: avoid -Wempty-body warnings | Arnd Bergmann | 1 | -1/+1 |
2021-04-11 | bcache: use NULL instead of using plain integer as pointer | Yang Li | 1 | -1/+1 |
2021-04-11 | bcache: remove PTR_CACHE | Christoph Hellwig | 8 | -23/+14 |
2021-04-11 | bcache: reduce redundant code in bch_cached_dev_run() | Zhiqiang Liu | 1 | -13/+12 |
2021-04-09 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -1/+2 |
2021-04-08 | md: split mddev_find | Christoph Hellwig | 1 | -5/+19 |
2021-04-08 | md: factor out a mddev_find_locked helper from mddev_find | Christoph Hellwig | 1 | -13/+19 |
2021-04-08 | md: md_open returns -EBUSY when entering racing area | Zhao Heming | 1 | -2/+1 |
2021-03-26 | dm integrity: add the "reset_recalculate" feature flag | Mikulas Patocka | 1 | -4/+17 |