Commit Graph

72 Commits (899e6e65c39990a76c17940625dbe6001f618734)

Author SHA1 Message Date
NeilBrown 0efb9e6191 md: add MODULE_DESCRIPTION for all md related modules. 15 years ago
NeilBrown a2826aa92e md: support barrier requests on all personalities. 15 years ago
NeilBrown 3fa841d7e7 md: report device as congested when suspended 16 years ago
NeilBrown a9f326ebf2 md: remove sparse waring "symbol xxx shadows an earlier one" 16 years ago
Jens Axboe 1f98a13f62 bio: first step in sanitizing the bio->bi_rw flag testing 16 years ago
Andre Noll ac5e7113e7 md: Push down data integrity code to personalities. 16 years ago
Martin K. Petersen 8f6c2e4b32 md: Use new topology calls to indicate alignment and I/O sizes 16 years ago
Andre Noll 0894cc3066 md: Move check for bitmap presence to personality code. 16 years ago
NeilBrown 13f2682b72 md: raid0/linear: ensure device sizes are rounded to chunk size. 16 years ago
NeilBrown d6e412eaa5 md: raid0: chunk_sectors cleanups. 16 years ago
Andre Noll 9d8f036362 md: Make mddev->chunk_size sector-based. 16 years ago
raz ben yehuda fbb704efb7 md: raid0 :Enables chunk size other than powers of 2. 16 years ago
raz ben yehuda 92e59b6ba2 md: raid0: chunk size check in raid0_run 16 years ago
raz ben yehuda 46994191ae md: have raid0 report its formation 16 years ago
raz ben yehuda 1b9614291e md: have raid0 compile with MD_DEBUG on 16 years ago
NeilBrown 070ec55d07 md: remove mddev_to_conf "helper" macro 16 years ago
NeilBrown a6b3deafe0 md: raid0: remove setting of segment boundary. 16 years ago
NeilBrown b414579f45 md: raid0: remove ->dev pointer from strip_zone structure 16 years ago
NeilBrown 49f357a22b md: raid0: remove ->sectors from the strip_zone structure. 16 years ago
Andre Noll fb5ab4b5d6 md: raid0: Fix a memory leak when stopping a raid0 array. 16 years ago
Andre Noll ed7b00380d md: raid0: Allocate all buffers for the raid0 configuration in one function. 16 years ago
Andre Noll 5568a6035d md: raid0: Make raid0_run() return a proper error code. 16 years ago
Andre Noll 8f79cfcdb6 md: raid0: Remove hash spacing and sector shift. 16 years ago
Andre Noll 09770e0b6e md: raid0: Remove hash table. 16 years ago
NeilBrown d27a43abd7 md/raid0: two cleanups in create_stripe_zones. 16 years ago
Andre Noll dc58266385 md: raid0: Replace hash table lookup by looping over all strip_zones. 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Dan Williams b522adcde9 md: 'array_size' sysfs attribute 16 years ago
Dan Williams 1f403624bd md: centralize ->array_sectors modifications 16 years ago
Dan Williams 80c3a6ce4b md: add 'size' as a personality method 16 years ago
Andre Noll dd8ac336c1 md: Represent raid device size in sectors. 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
Christoph Hellwig ef740c372d md: move headers out of include/linux/raid/ 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 fb4d8c76e5 md: Remove unnecessary #includes, #defines, and function declarations. 17 years ago
Denis ChengRq 6feef531f5 block: mark bio_split_pool static 17 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 17 years ago
Tejun Heo c995905916 block: fix diskstats access 17 years ago
Andre Noll f233ea5c9e md: Make mddev->array_size sector-based. 17 years ago
Alasdair G Kergon cc371e66e3 Add bvec_merge_data to handle stacked devices and ->merge_bvec() 17 years ago