Age | Commit message (Expand) | Author | Files | Lines |
2017-07-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 6 | -126/+115 |
2017-07-28 | Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -46/+86 |
2017-07-26 | dm, dax: Make sure dm_dax_flush() is called if device supports it | Vivek Goyal | 1 | -0/+35 |
2017-07-26 | dm verity fec: fix GFP flags used with mempool_alloc() | NeilBrown | 1 | -16/+5 |
2017-07-26 | dm zoned: use GFP_NOIO in I/O path | Damien Le Moal | 3 | -9/+9 |
2017-07-25 | MD: fix warnning for UP case | Shaohua Li | 1 | -1/+1 |
2017-07-25 | dm zoned: remove test for impossible REQ_OP_FLUSH conditions | Mikulas Patocka | 1 | -2/+2 |
2017-07-25 | dm raid: bump target version | Heinz Mauelshagen | 1 | -1/+1 |
2017-07-25 | dm raid: avoid mddev->suspended access | Heinz Mauelshagen | 1 | -5/+7 |
2017-07-25 | dm raid: fix activation check in validate_raid_redundancy() | Heinz Mauelshagen | 1 | -5/+5 |
2017-07-25 | dm raid: remove WARN_ON() in raid10_md_layout_to_format() | Heinz Mauelshagen | 1 | -2/+3 |
2017-07-25 | dm bufio: fix error code in dm_bufio_write_dirty_buffers() | Dan Carpenter | 1 | -2/+1 |
2017-07-25 | dm integrity: test for corrupted disk format during table load | Mikulas Patocka | 1 | -0/+5 |
2017-07-25 | dm integrity: WARN_ON if variables representing journal usage get out of sync | Mikulas Patocka | 1 | -0/+2 |
2017-07-24 | md/raid5: add thread_group worker async_tx_issue_pending_all | Ofer Heifetz | 1 | -0/+2 |
2017-07-21 | md: simplify code with bio_io_error | Guoqing Jiang | 3 | -12/+6 |
2017-07-21 | md/raid1: fix writebehind bio clone | Shaohua Li | 1 | -21/+13 |
2017-07-21 | md: raid1-10: move raid1/raid10 common code into raid1-10.c | Ming Lei | 4 | -71/+62 |
2017-07-21 | md: raid1/raid10: initialize bvec table via bio_add_page() | Ming Lei | 3 | -16/+27 |
2017-07-21 | md: remove 'idx' from 'struct resync_pages' | Ming Lei | 3 | -7/+6 |
2017-07-19 | dm integrity: use plugging when writing the journal | Mikulas Patocka | 1 | -0/+5 |
2017-07-19 | dm integrity: fix inefficient allocation of journal space | Mikulas Patocka | 1 | -4/+6 |
2017-07-18 | Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 4 | -6/+7 |
2017-07-12 | raid5-ppl: use BIOSET_NEED_BVECS when creating bioset | Artur Paszkiewicz | 1 | -1/+1 |
2017-07-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2017-07-10 | Raid5 should update rdev->sectors after reshape | Xiao Ni | 1 | -3/+1 |
2017-07-10 | md/bitmap: don't read page from device with Bitmap_sync | Guoqing Jiang | 2 | -2/+5 |
2017-07-08 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 9 | -47/+92 |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+115 |
2017-07-06 | Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -38/+4770 |
2017-07-05 | dm zoned: fix overflow when converting zone ID to sectors | Damien Le Moal | 1 | -2/+2 |
2017-07-03 | Merge branch 'for-4.13/dax' into libnvdimm-for-next | Dan Williams | 3 | -0/+115 |
2017-07-03 | bio-integrity: fix interface for bio_integrity_trim | Dmitry Monakhov | 1 | -1/+1 |
2017-07-03 | MD: fix sleep in atomic | Shaohua Li | 1 | -4/+8 |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 37 | -369/+381 |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 1 | -4/+4 |
2017-06-30 | dm raid: stop using BUG() in __rdev_sectors() | Heinz Mauelshagen | 1 | -3/+10 |
2017-06-27 | dm thin: do not queue freed thin mapping for next stage processing | Vallish Vaidyeshwara | 1 | -13/+13 |
2017-06-27 | dm: don't set bounce limit | Christoph Hellwig | 1 | -1/+0 |
2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 3 | -6/+31 |
2017-06-23 | MD: fix a null dereference | Shaohua Li | 1 | -1/+1 |
2017-06-23 | dm raid: fix oops on upgrading to extended superblock format | Heinz Mauelshagen | 1 | -3/+14 |
2017-06-21 | md: use a separate bio_set for synchronous IO. | NeilBrown | 2 | -7/+23 |
2017-06-21 | dm io: fix duplicate bio completion due to missing ref count | Mike Snitzer | 1 | -2/+2 |
2017-06-21 | dm integrity: fix to not disable/enable interrupts from interrupt context | Mike Snitzer | 1 | -2/+5 |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
2017-06-19 | dm zoned: drive-managed zoned block device target | Damien Le Moal | 6 | -0/+4293 |
2017-06-19 | dm kcopyd: add sequential write feature | Damien Le Moal | 1 | -2/+63 |
2017-06-19 | dm linear: add support for zoned block devices | Damien Le Moal | 1 | -3/+15 |