Commit Graph

1216 Commits (5b2c4b972c0226406361f83b747eb5cdab51e68e)

Author SHA1 Message Date
NeilBrown 97e4f42d62 md: occasionally checkpoint drive recovery to reduce duplicate effort after a crash 16 years ago
NeilBrown 43b2e5d86d md: move md_k.h from include/linux/raid/ to drivers/md/ 16 years ago
NeilBrown bff61975b3 md: move lots of #include lines out of .h files and into .c 16 years ago
NeilBrown 8b2b5c217c md: move LEVEL_* definition from md_k.h to md_u.h 16 years ago
Christoph Hellwig ef740c372d md: move headers out of include/linux/raid/ 16 years ago
Christoph Hellwig 2a40a8aed0 cleanup drivers/md/Makefile 16 years ago
Christoph Hellwig 3dbd8c2e3f md: stop defining MAJOR_NR 16 years ago
Martin K. Petersen 3f9d99c12a MD data integrity support 16 years ago
NeilBrown 355a43e641 md: write bitmap information to devices that are undergoing recovery. 16 years ago
NeilBrown d0a4bb4927 md: never clear bit from the write-intent bitmap when the array is degraded. 16 years ago
NeilBrown 1187cf0a3c md: Allow write-intent bitmaps to have chunksize < PAGE_SIZE 16 years ago
NeilBrown eea1bf384e md: Fix is_mddev_idle test (again). 16 years ago
Milan Broz b35f8caa08 dm crypt: wait for endio to complete before destruction 16 years ago
Huang Ying b2174eebd1 dm crypt: fix kcryptd_async_done parameter 16 years ago
Mikulas Patocka d659e6cc98 dm io: respect BIO_MAX_PAGES limit 16 years ago
Mikulas Patocka f80a557008 dm table: rework reference counting fix 16 years ago
Milan Broz bc0fd67feb dm ioctl: validate name length when renaming 16 years ago
Dan Williams 5fd3a17ed4 md: fix deadlock when stopping arrays 16 years ago
NeilBrown 73d5c38a95 md: avoid races when stopping resync. 16 years ago
NeilBrown 78200d45cd md/raid10: Don't call bitmap_cond_end_sync when we are doing recovery. 16 years ago
NeilBrown 09b4068a7f md/raid10: Don't skip more than 1 bitmap-chunk at a time during recovery. 16 years ago
Jens Axboe 93dbb39350 block: fix bad definition of BIO_RW_SYNC 16 years ago
NeilBrown de01dfadf2 md: Ensure an md array never has too many devices. 16 years ago
Andre Noll 852c8bf484 md: Fix a bug in linear.c causing which_dev() to return the wrong device. 16 years ago
NeilBrown 4706b349f4 md: Allow read error in a single drive raid1 to be passed up. 16 years ago
NeilBrown 4044ba58dd md: don't retry recovery of raid1 that fails due to error on source drive. 16 years ago
NeilBrown efeb53c0e5 md: Allow md devices to be created by name. 16 years ago
NeilBrown d3374825ce md: make devices disappear when they are no longer needed. 16 years ago
NeilBrown a21d15042d md: centralise all freeing of an 'mddev' in 'md_free' 16 years ago
NeilBrown 8b76539823 md: move allocation of ->queue from mddev_find to md_probe 16 years ago
Cheng Renquan cd2ac9321c md: need another print_sb for mdp_superblock_1 16 years ago
Cheng Renquan 159ec1fc06 md: use list_for_each_entry macro directly 16 years ago
Andre Noll ccacc7d2cf md: raid0: make hash_spacing and preshift sector-based. 16 years ago
Andre Noll 83838ed878 md: raid0: Represent the size of strip zones in sectors. 16 years ago
Andre Noll 0825b87a7d md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's. 16 years ago
Andre Noll 6b8796cc3d md: raid0 create_strip_zones(): Make two local variables sector-based. 16 years ago
Andre Noll 6199d3db0f md: raid0: Represent zone->zone_offset in sectors. 16 years ago
Andre Noll 019c4e2f3e md: raid0: Represent device offset in sectors. 16 years ago
Andre Noll e0f0686834 md: raid0_make_request(): Replace local variable block by sector. 16 years ago
Andre Noll a471200595 md: raid0_make_request(): Remove local variable chunk_size. 16 years ago
Andre Noll 1b7fdf8ff7 md: raid0_make_request(): Replace chunksize_bits by chunksect_bits. 16 years ago
NeilBrown 0c3573f19d md: use sysfs_notify_dirent to notify changes to md/sync_action. 16 years ago
NeilBrown 538452700d md: fix bitmap-on-external-file bug. 16 years ago
Jonathan Brassow a159c1ac5f dm snapshot: extend exception store functions 16 years ago
Alasdair G Kergon 4db6bfe02b dm snapshot: split out exception store implementations 16 years ago
Jonathan Brassow 1ae25f9c93 dm snapshot: rename struct exception_store 16 years ago
Jonathan Brassow aea53d92f7 dm snapshot: separate out exception store interface 16 years ago
Alasdair G Kergon fe9cf30eb8 dm mpath: move trigger_event to system workqueue 16 years ago
Milan Broz 784aae735d dm: add name and uuid to sysfs 16 years ago
Mikulas Patocka d58168763f dm table: rework reference counting 16 years ago