Age | Commit message (Expand) | Author | Files | Lines |
2015-12-18 | Fix remove_and_add_spares removes drive added as spare in slot_store | Goldwyn Rodrigues | 1 | -3/+10 |
2015-12-18 | md: fix bug due to nested suspend | Mikulas Patocka | 1 | -3/+4 |
2015-12-18 | MD: change journal disk role to disk 0 | Shaohua Li | 2 | -3/+7 |
2015-12-18 | md/raid10: fix data corruption and crash during resync | Artur Paszkiewicz | 1 | -1/+3 |
2015-12-10 | dm btree: fix bufio buffer leaks in dm_btree_del() error path | Joe Thornber | 1 | -1/+15 |
2015-12-09 | dm space map metadata: fix ref counting bug when bootstrapping a new space map | Joe Thornber | 1 | -10/+22 |
2015-12-09 | dm thin metadata: fix bug when taking a metadata snapshot | Joe Thornber | 1 | -0/+6 |
2015-12-02 | dm thin metadata: fix bug in dm_thin_remove_range() | Joe Thornber | 3 | -8/+115 |
2015-12-02 | dm btree: fix leak of bufio-backed block in btree_split_sibling error path | Mike Snitzer | 1 | -1/+3 |
2015-11-23 | dm thin: fix regression in advertised discard limits | Mike Snitzer | 1 | -3/+2 |
2015-11-19 | dm crypt: fix a possible hang due to race condition on exit | Mikulas Patocka | 1 | -9/+13 |
2015-11-17 | dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path | Junichi Nomura | 1 | -13/+15 |
2015-11-17 | dm: do not reuse dm_blk_ioctl block_device input as local variable | Mike Snitzer | 1 | -2/+3 |
2015-11-17 | dm: fix ioctl retry termination with signal | Junichi Nomura | 2 | -2/+2 |
2015-11-16 | dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans... | Mike Snitzer | 1 | -0/+1 |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -9/+16 |
2015-11-10 | Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md | Linus Torvalds | 1 | -0/+1 |
2015-11-09 | raid5-cache: add crc32c Kconfig dependency | Arnd Bergmann | 1 | -0/+1 |
2015-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+4 |
2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+1 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 3 | -9/+16 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2 | -4/+4 |
2015-11-06 | bcache: Really show state of work pending bit | Petr Mladek | 1 | -3/+1 |
2015-11-04 | Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 32 | -210/+327 |
2015-11-04 | Merge tag 'md/4.4' of git://neil.brown.name/md | Linus Torvalds | 13 | -309/+1917 |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -50/+57 |
2015-10-31 | Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -4/+5 |
2015-11-01 | MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW | Song Liu | 1 | -2/+25 |
2015-11-01 | MD: set journal disk ->raid_disk | Shaohua Li | 2 | -7/+26 |
2015-11-01 | MD: kick out journal disk if it's not fresh | Song Liu | 1 | -1/+2 |
2015-11-01 | raid5-cache: start raid5 readonly if journal is missing | Shaohua Li | 2 | -1/+9 |
2015-11-01 | MD: add new bit to indicate raid array with journal | Song Liu | 2 | -3/+8 |
2015-11-01 | raid5-cache: IO error handling | Shaohua Li | 3 | -2/+19 |
2015-11-01 | raid5: journal disk can't be removed | Shaohua Li | 1 | -0/+11 |
2015-11-01 | raid5-cache: add trim support for log | Shaohua Li | 1 | -1/+62 |
2015-11-01 | MD: fix info output for journal disk | Shaohua Li | 1 | -5/+4 |
2015-11-01 | raid5-cache: use bio chaining | Christoph Hellwig | 1 | -22/+16 |
2015-11-01 | raid5-cache: small log->seq cleanup | Christoph Hellwig | 1 | -2/+1 |
2015-11-01 | raid5-cache: new helper: r5_reserve_log_entry | Christoph Hellwig | 1 | -11/+19 |
2015-11-01 | raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta | Christoph Hellwig | 1 | -18/+8 |
2015-11-01 | raid5-cache: take rdev->data_offset into account early on | Christoph Hellwig | 1 | -5/+2 |
2015-11-01 | raid5-cache: refactor bio allocation | Christoph Hellwig | 1 | -25/+20 |
2015-11-01 | raid5-cache: clean up r5l_get_meta | Christoph Hellwig | 1 | -8/+4 |
2015-11-01 | raid5-cache: simplify state machine when caches flushes are not needed | Christoph Hellwig | 1 | -4/+29 |
2015-11-01 | raid5-cache: factor out a helper to run all stripes for an I/O unit | Christoph Hellwig | 1 | -10/+13 |
2015-11-01 | raid5-cache: rename flushed_ios to finished_ios | Christoph Hellwig | 1 | -7/+7 |
2015-11-01 | raid5-cache: free I/O units earlier | Christoph Hellwig | 1 | -89/+54 |
2015-11-01 | raid5-cache: move reclaim stop to quiesce | Shaohua Li | 3 | -12/+20 |
2015-11-01 | md: show journal for journal disk in disk state sysfs | Shaohua Li | 1 | -0/+4 |
2015-11-01 | skip match_mddev_units check for special roles | Song Liu | 1 | -2/+12 |