NeilBrown
|
d60b479d17
md/bitmap: add bitmap_resize function to allow bitmap resizing.
|
13 年之前 |
NeilBrown
|
15702d7fb6
md/bitmap: use DIV_ROUND_UP instead of open-code
|
13 年之前 |
NeilBrown
|
40cffcc0e8
md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'
|
13 年之前 |
NeilBrown
|
63c68268b2
md/bitmap: make bitmap bitops atomic.
|
13 年之前 |
NeilBrown
|
bdfd114073
md/bitmap: make _page_attr bitops atomic.
|
13 年之前 |
NeilBrown
|
fae7d326cd
md/bitmap: merge bitmap_file_unmap and bitmap_file_put.
|
13 年之前 |
NeilBrown
|
62f82faace
md/bitmap: remove async freeing of bitmap file.
|
13 年之前 |
NeilBrown
|
7466712347
md/bitmap: convert some spin_lock_irqsave to spin_lock_irq
|
13 年之前 |
NeilBrown
|
b405fe91e5
md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags.
|
13 年之前 |
NeilBrown
|
84e923453e
md/bitmap: remove single-bit manipulation on sb->state
|
13 年之前 |
NeilBrown
|
edbb79df67
md/bitmap: remove bitmap_mask_state
|
13 年之前 |
NeilBrown
|
bc9891a885
md/bitmap: move storage allocation from bitmap_load to bitmap_create.
|
13 年之前 |
NeilBrown
|
d1244cb062
md/bitmap: separate bitmap file allocation to its own function.
|
13 年之前 |
NeilBrown
|
9b1215c102
md/bitmap: store bytes in file rather than just in last page.
|
13 年之前 |
NeilBrown
|
1ec885cdd0
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.
|
13 年之前 |
NeilBrown
|
d189122d4b
md/bitmap: change *_page_attr() to take a page number, not a page.
|
13 年之前 |
NeilBrown
|
27581e5ae0
md/bitmap: centralise allocation of bitmap file pages.
|
13 年之前 |
NeilBrown
|
ef99bf480d
md/bitmap: allow a bitmap with no backing storage.
|
13 年之前 |
NeilBrown
|
6409bb05a9
md/bitmap: add new 'space' attribute for bitmaps.
|
13 年之前 |
NeilBrown
|
bf07bb7d5b
md/bitmap: disentangle two different 'pending' flags.
|
13 年之前 |
NeilBrown
|
b16b1b6cd0
md/bitmap: fix calculation of 'chunks' - missing shift.
|
13 年之前 |
NeilBrown
|
afbaa90b80
md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
|
13 年之前 |
Andrei Warkentin
|
9e41dd35b3
MD: Bitmap version cleanup.
|
13 年之前 |
Linus Torvalds
|
267d7b23dd
Merge tag 'md-3.4' of git://neil.brown.name/md
|
13 年之前 |
Cong Wang
|
b2f46e6882
md: remove the second argument of k[un]map_atomic()
|
13 年之前 |
NeilBrown
|
61a0d80ce4
md/bitmap: discard CHUNK_BLOCK_SHIFT macro
|
13 年之前 |
NeilBrown
|
792a1d4bbf
md/bitmap: remove unnecessary indirection when allocating.
|
13 年之前 |
NeilBrown
|
5a6c824ebb
md/bitmap: remove some pointless locking.
|
13 年之前 |
NeilBrown
|
278c1ca2f2
md/bitmap: change a 'goto' to a normal 'if' construct.
|
13 年之前 |
NeilBrown
|
57148964d9
md/bitmap: move printing of bitmap status to bitmap.c
|
13 年之前 |