Age | Commit message (Expand) | Author | Files | Lines |
2013-05-19 | dm thin: fix metadata dev resize detection | Alasdair G Kergon | 1 | -2/+2 |
2013-05-10 | dm cache: set config value | Joe Thornber | 1 | -28/+31 |
2013-05-10 | dm cache: move config fns | Alasdair G Kergon | 1 | -17/+17 |
2013-05-10 | dm thin: generate event when metadata threshold passed | Joe Thornber | 3 | -0/+58 |
2013-05-10 | dm persistent metadata: add space map threshold callback | Joe Thornber | 1 | -1/+76 |
2013-05-10 | dm persistent data: add threshold callback to space map | Joe Thornber | 3 | -3/+29 |
2013-05-10 | dm thin: detect metadata device resizing | Joe Thornber | 3 | -3/+64 |
2013-05-10 | dm persistent data: support space map resizing | Joe Thornber | 1 | -6/+32 |
2013-05-10 | dm thin: open dev read only when possible | Joe Thornber | 1 | -11/+14 |
2013-05-10 | dm thin: refactor data dev resize | Joe Thornber | 2 | -33/+64 |
2013-05-10 | dm cache: replace memcpy with struct assignment | Joe Thornber | 2 | -3/+3 |
2013-05-10 | dm cache: fix typos in comments | Joe Thornber | 1 | -3/+4 |
2013-05-10 | dm cache policy: fix description of lookup fn | Alasdair G Kergon | 1 | -2/+2 |
2013-05-10 | dm persistent data: fix error message typos | Joe Thornber | 1 | -4/+4 |
2013-05-10 | dm cache: tune migration throttling | Joe Thornber | 1 | -1/+2 |
2013-05-10 | dm mpath: enable WRITE SAME support | Mike Snitzer | 1 | -0/+1 |
2013-05-10 | dm table: fix write same support | Mike Snitzer | 1 | -1/+1 |
2013-05-10 | dm bufio: avoid a possible __vmalloc deadlock | Mikulas Patocka | 1 | -1/+23 |
2013-05-10 | dm snapshot: fix error return code in snapshot_ctr | Wei Yongjun | 1 | -0/+1 |
2013-05-10 | dm cache: fix error return code in cache_create | Wei Yongjun | 1 | -0/+1 |
2013-05-10 | dm stripe: fix regression in stripe_width calculation | Mike Snitzer | 1 | -5/+6 |
2013-05-08 | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 29 | -0/+15775 |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 11 | -202/+104 |
2013-05-07 | block_device_operations->release() should return void | Al Viro | 2 | -6/+2 |
2013-05-01 | bcache: Use bd_link_disk_holder() | Kent Overstreet | 1 | -17/+35 |
2013-05-01 | bcache: Allocator cleanup/fixes | Kent Overstreet | 2 | -25/+50 |
2013-04-30 | MD: ignore discard request for hard disks of hybid raid1/raid10 array | Shaohua Li | 2 | -2/+12 |
2013-04-30 | md: bad block list should default to disabled. | NeilBrown | 1 | -6/+3 |
2013-04-30 | md: raid1/raid10 md devices leak memory when stopping | Hirokazu Takahashi | 2 | -0/+2 |
2013-04-25 | bcache: Make sure blocksize isn't smaller than device blocksize | Kent Overstreet | 1 | -2/+6 |
2013-04-24 | DM RAID: Add message/status support for changing sync action | Jonathan Brassow | 1 | -2/+109 |
2013-04-24 | MD: Export 'md_reap_sync_thread' function | Jonathan Brassow | 2 | -50/+50 |
2013-04-24 | md: don't update metadata when stopping a read-only array. | NeilBrown | 1 | -1/+2 |
2013-04-24 | md: Allow devices to be re-added to a read-only array. | NeilBrown | 1 | -26/+57 |
2013-04-24 | md/raid10: Allow skipping recovery when clean arrays are assembled | Martin Wilck | 1 | -0/+16 |
2013-04-24 | md/raid5: avoid an extra write when writing to a known-bad-block. | NeilBrown | 1 | -1/+8 |
2013-04-24 | md/raid5: Change or of some order to improve efficiency. | majianpeng | 1 | -3/+4 |
2013-04-24 | md: use set_bit_le and clear_bit_le | Akinobu Mita | 1 | -2/+2 |
2013-04-24 | md: HOT_DISK_REMOVE shouldn't make a read-auto device active. | NeilBrown | 1 | -4/+7 |
2013-04-24 | md: use common code for all calls to ->hot_remove_disk() | NeilBrown | 1 | -9/+16 |
2013-04-24 | md: never update metadata when array is read-only. | NeilBrown | 1 | -0/+5 |
2013-04-23 | bcache: Fix merge_bvec_fn usage for when it modifies the bvm | Kent Overstreet | 1 | -9/+8 |
2013-04-21 | bcache: Correctly check against BIO_MAX_PAGES | Kent Overstreet | 1 | -5/+4 |
2013-04-21 | bcache: Hack around stuff that clones up to bi_max_vecs | Kent Overstreet | 1 | -0/+9 |
2013-04-21 | bcache: Set ra_pages based on backing device's ra_pages | Kent Overstreet | 1 | -0/+4 |
2013-04-21 | bcache: Take data offset from the bdev superblock. | Kent Overstreet | 3 | -57/+100 |
2013-04-18 | Revert "block: add missing block_bio_complete() tracepoint" | Linus Torvalds | 2 | -1/+11 |
2013-04-09 | bcache: Disable broken btree fuzz tester | Kent Overstreet | 1 | -2/+4 |
2013-04-09 | bcache: Fix a format string overflow | Kent Overstreet | 1 | -2/+2 |
2013-04-09 | bcache: Fix a minor memory leak on device teardown | Kent Overstreet | 1 | -1/+3 |