index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
13
-16
/
+29
2012-07-27
dm thin: add read only and fail io modes
Joe Thornber
1
-95
/
+321
2012-07-27
dm thin metadata: introduce dm_pool_abort_metadata
Joe Thornber
2
-61
/
+158
2012-07-27
dm thin metadata: introduce dm_pool_metadata_set_read_only
Joe Thornber
2
-4
/
+22
2012-07-27
dm persistent data: introduce dm_bm_set_read_only
Joe Thornber
2
-0
/
+31
2012-07-27
dm thin: reduce number of metadata commits
Joe Thornber
1
-1
/
+7
2012-07-27
dm thin metadata: add dm_thin_changed_this_transaction
Joe Thornber
2
-3
/
+15
2012-07-27
dm thin metadata: add format option to dm_pool_metadata_open
Joe Thornber
3
-10
/
+12
2012-07-27
dm thin metadata: tidy up open and format error paths
Joe Thornber
1
-22
/
+21
2012-07-27
dm thin metadata: only check incompat features on open
Mike Snitzer
1
-26
/
+36
2012-07-27
dm thin metadata: remove duplicate pmd initialisation
Joe Thornber
1
-5
/
+0
2012-07-27
dm thin metadata: remove create parameter from __create_persistent_data_objects
Joe Thornber
1
-10
/
+7
2012-07-27
dm thin metadata: move __superblock_all_zeroes to __open_or_format_metadata
Joe Thornber
1
-9
/
+9
2012-07-27
dm thin metadata: remove nr_blocks arg from __create_persistent_data_objects
Joe Thornber
1
-7
/
+7
2012-07-27
dm thin metadata: split __open or format metadata
Joe Thornber
1
-50
/
+74
2012-07-27
dm thin metadata: use struct dm_pool_metadata members in __open_or_format_met...
Joe Thornber
1
-23
/
+17
2012-07-27
dm thin metadata: zero unused superblock uuid
Joe Thornber
1
-0
/
+1
2012-07-27
dm thin metadata: lift __begin_transaction out of __write_initial_superblock
Joe Thornber
1
-13
/
+6
2012-07-27
dm thin metadata: move dm_commit_pool_metadata into __write_initial_superblock
Joe Thornber
1
-6
/
+38
2012-07-27
dm thin metadata: factor out __write_initial_superblock
Joe Thornber
1
-51
/
+58
2012-07-27
dm thin metadata: lift some initialisation out of __open_or_format_metadata
Joe Thornber
1
-4
/
+4
2012-07-27
dm thin metadata: factor __destroy_persistent_data out of dm_pool_metadata_close
Joe Thornber
1
-5
/
+10
2012-07-27
dm thin metadata: move bm creation code into create_persistent_data_objects
Joe Thornber
1
-24
/
+32
2012-07-27
dm thin metadata: rename init_pmd to __create_persistent_data_objects
Joe Thornber
1
-4
/
+4
2012-07-27
dm thin metadata: wrap superblock locking
Joe Thornber
1
-21
/
+20
2012-07-27
dm persistent data: stop using dm_bm_unlock_move when shadowing blocks in tm
Joe Thornber
3
-27
/
+14
2012-07-27
dm persistent data: tidy transaction manager creation fns
Joe Thornber
4
-55
/
+46
2012-07-27
dm thin metadata: stop tracking need for commit
Joe Thornber
1
-38
/
+2
2012-07-27
dm persistent data: create new dm_block_manager struct
Joe Thornber
2
-23
/
+41
2012-07-27
dm thin metadata: factor __setup_btree_details out of init_pmd
Joe Thornber
1
-35
/
+39
2012-07-27
dm: use bool bitfields in struct dm_target
Alasdair G Kergon
3
-6
/
+6
2012-07-27
dm thin: set flush_supported
Joe Thornber
1
-0
/
+1
2012-07-27
dm: allow targets to request flushes regardless of underlying device support
Joe Thornber
1
-0
/
+3
2012-07-27
dm persistent data: only commit space map if index changed
Joe Thornber
2
-1
/
+12
2012-07-27
dm persistent data: always unlock superblock in dm_bm_flush_and_unlock
Joe Thornber
1
-12
/
+4
2012-07-27
dm thin: avoid unnecessarily breaking sharing for flushes
Joe Thornber
1
-1
/
+1
2012-07-27
dm thin: fix memory leak in process_prepared_mapping error paths
Joe Thornber
1
-2
/
+3
2012-07-27
dm crypt: rename struct convert_context sector field
Mikulas Patocka
1
-6
/
+6
2012-07-27
dm crypt: store crypt_config instead of dm_target struct
Alasdair G Kergon
1
-20
/
+18
2012-07-27
dm crypt: move cipher data out of per_cpu struct
Mikulas Patocka
1
-69
/
+65
2012-07-27
dm crypt: rename pending field
Mikulas Patocka
1
-13
/
+13
2012-07-27
dm raid: move sectors_per_dev calculation
Jonathan E Brassow
1
-9
/
+9
2012-07-27
dm raid: restructure parse_raid_params
Jonathan E Brassow
1
-5
/
+20
2012-07-27
dm mpath: add retain_attached_hw_handler feature
Mike Snitzer
1
-6
/
+41
2012-07-27
dm thin: optimize power of two block size
Mikulas Patocka
1
-7
/
+16
2012-07-27
dm thin: split discards on block boundary
Mikulas Patocka
1
-9
/
+7
2012-07-27
dm: introduce split_discard_requests
Mikulas Patocka
1
-1
/
+4
2012-07-27
dm thin: support for non power of 2 pool blocksize
Mike Snitzer
1
-22
/
+37
2012-07-27
dm stripe: optimize chunk_size calculations
Mikulas Patocka
1
-3
/
+23
2012-07-27
dm stripe: remove minimum stripe size
Mikulas Patocka
1
-2
/
+1
[next]