Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1ca73e3fa12531bbbc854329cd02a887f986a02a
/
drivers
/
md
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
2a034ec
dm raid: fix use of wrong status char during resynchronization
by Heinz Mauelshagen
· 8 years ago
b2a4872
dm raid: constructor fails on non-zero incompat_features
by Heinz Mauelshagen
· 8 years ago
f15f64d
dm raid: fix processing of max_recovery_rate constructor flag
by Heinz Mauelshagen
· 8 years ago
eaf9a73
dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
by Mike Snitzer
· 8 years ago
7d9595d
dm rq: fix the starting and stopping of blk-mq queues
by Mike Snitzer
· 8 years ago
1814f2e
dm mpath: add locking to multipath_resume and must_push_back
by Mike Snitzer
· 8 years ago
99f3c90
dm flakey: error READ bios during the down_interval
by Mike Snitzer
· 8 years ago
867900b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
3f35e21
Merge branch 'mymd/for-next' into mymd/for-linus
by Shaohua Li
· 8 years ago
5d88178
MD: fix null pointer deference
by Shaohua Li
· 8 years ago
f7e6816
Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
b5ab4a9
dm: allow bio-based table to be upgraded to bio-based with DAX support
by Toshi Kani
· 8 years ago
f6e629b
dm snap: add fake origin_direct_access
by Toshi Kani
· 8 years ago
beec25b
dm stripe: add DAX support
by Toshi Kani
· 8 years ago
f8df1fd
dm error: add DAX support
by Mike Snitzer
· 8 years ago
84b22f8
dm linear: add DAX support
by Toshi Kani
· 8 years ago
545ed20
dm: add infrastructure for DAX support
by Toshi Kani
· 8 years ago
ed996a5
block: simplify and cleanup bvec pool handling
by Christoph Hellwig
· 8 years ago
7024628
block: get rid of bio_rw and READA
by Christoph Hellwig
· 8 years ago
2a0fbff
dm thin: fix a race condition between discarding and provisioning a block
by Joe Thornber
· 8 years ago
e7e0f73
dm btree: fix a bug in dm_btree_find_next_single()
by Joe Thornber
· 8 years ago
0e5313e
raid10: improve random reads performance
by Tomasz Majchrzak
· 8 years ago
573275b
md: add missing sysfs_notify on array_state update
by Tomasz Majchrzak
· 8 years ago
4cb9da7
Fix kernel module refcount handling
by Alexey Obitotskiy
· 8 years ago
0e3ef49
md: use seconds granularity for error logging
by Arnd Bergmann
· 8 years ago
89d3d9a
dm raid: fix random optimal_io_size for raid0
by Heinz Mauelshagen
· 8 years ago
094f394
dm raid: address checkpatch.pl complaints
by Heinz Mauelshagen
· 8 years ago
9c72bad
dm: call PR reserve/unreserve on each underlying device
by Christoph Hellwig
· 8 years ago
bd9f55e
dm: fix second blk_delay_queue() parameter to be in msec units not jiffies
by Tahsin Erdogan
· 8 years ago
d7ccc2e
dm raid: change logical functions to actually return bool
by Heinz Mauelshagen
· 8 years ago
3268240
dm raid: use rdev_for_each in status
by Heinz Mauelshagen
· 8 years ago
ffeeac7
dm raid: use rs->raid_disks to avoid memory leaks on free
by Heinz Mauelshagen
· 8 years ago
7a7c330
dm raid: support delta_disks for raid1, fix table output
by Heinz Mauelshagen
· 8 years ago
469b304
dm raid: enhance reshape check and factor out reshape setup
by Heinz Mauelshagen
· 8 years ago
2a5556c
dm raid: allow resize during recovery
by Heinz Mauelshagen
· 8 years ago
345a6cd
dm raid: fix rs_is_recovering() to allow for lvextend
by Heinz Mauelshagen
· 8 years ago
37f10be
dm raid: fix rebuild and catch bogus sync/resync flags
by Heinz Mauelshagen
· 8 years ago
b1956dc
dm raid: fix ctr memory leaks on error paths
by Heinz Mauelshagen
· 8 years ago
65359ee
dm raid: fix typo in write_mostly flag
by Heinz Mauelshagen
· 8 years ago
4348309
dm raid: also reject size change during recovery
by Heinz Mauelshagen
· 8 years ago
f6895fd
dm raid: fix new superblock/bitmap creation on disk addition
by Heinz Mauelshagen
· 8 years ago
2527b56
dm raid: add comments and fix typos
by Heinz Mauelshagen
· 8 years ago
fbe6365
dm raid: fix raid10 device size error on out-of-place reshape
by Heinz Mauelshagen
· 8 years ago
2d92a3c
dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape
by Heinz Mauelshagen
· 8 years ago
4dff2f1
dm raid: clarify and fix recovery
by Heinz Mauelshagen
· 8 years ago
0095dbc
dm raid: fix rs_set_capacity on growing reshape
by Heinz Mauelshagen
· 8 years ago
9d9d939
dm raid: make rs_set_capacity to work on shrinking reshape
by Heinz Mauelshagen
· 8 years ago
6ee0bae
dm raid: enhance comments in takeover checks
by Heinz Mauelshagen
· 8 years ago
ae3c6cf
dm raid: remove bogus comment and fix comment typos
by Heinz Mauelshagen
· 8 years ago
75dd3b9
dm raid: more restricting data_offset value checks
by Heinz Mauelshagen
· 8 years ago
5fa146b
dm raid: reject too many write_mostly devices
by Heinz Mauelshagen
· 8 years ago
0a7b818
dm raid: the sync_page_io() metadata_op argument is bool
by Heinz Mauelshagen
· 8 years ago
0d851d1
dm raid: prohibit to pass in both sync and nosync ctr flags
by Heinz Mauelshagen
· 8 years ago
ff4a88b
dm raid: avoid superfluous memory barriers on static metadata
by Heinz Mauelshagen
· 8 years ago
7193a9d
dm rq: check kthread_run return for .request_fn request-based DM
by Mike Snitzer
· 8 years ago
89b920e
bcache: Remove redundant block_size assignment
by Yijing Wang
· 8 years ago
7abc70d
bcache: update document info
by Yijing Wang
· 8 years ago
c50d4d5
bcache: Remove redundant parameter for cache_alloc()
by Yijing Wang
· 8 years ago
602d165
dm verity fec: fix block calculation
by Sami Tolvanen
· 8 years ago
028b39e
dm ioctl: Simplify parameter buffer management code
by Bart Van Assche
· 8 years ago
350b539
dm crypt: Fix sparse complaints
by Bart Van Assche
· 8 years ago
68c1c4d
dm raid: don't use 'const' in function return
by Arnd Bergmann
· 8 years ago
6e20902
dm raid: fix failed takeover/reshapes by keeping raid set frozen
by Heinz Mauelshagen
· 8 years ago
4257e08
dm raid: support to change bitmap region size
by Heinz Mauelshagen
· 8 years ago
9dbd1aa
dm raid: add reshaping support to the target
by Heinz Mauelshagen
· 8 years ago
40ba37e
dm raid: add prerequisite functions and definitions for reshaping
by Heinz Mauelshagen
· 8 years ago
a30cbc0
dm raid: inverse check for flags from invalid to valid flags
by Heinz Mauelshagen
· 8 years ago
e6ca5e1
dm raid: various code cleanups
by Mike Snitzer
· 8 years ago
bfcee0e
dm raid: rename functions that alloc and free struct raid_set
by Mike Snitzer
· 8 years ago
4286325
dm raid: remove all the bitops wrappers
by Mike Snitzer
· 8 years ago
bb91a63
dm raid: rename _in_range to __within_range
by Mike Snitzer
· 8 years ago
ef9b85a
dm raid: add missing "dm-raid0" module alias
by Mike Snitzer
· 8 years ago
3fa6cf3
dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag
by Mike Snitzer
· 8 years ago
9b6e542
dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it
by Mike Snitzer
· 8 years ago
bd83a4c
dm raid: remove ti_error_* wrappers
by Mike Snitzer
· 8 years ago
4315784
dm raid: tabify appropriate whitespace
by Mike Snitzer
· 8 years ago
3a1c1ef
dm raid: enhance status interface and fixup takeover/raid0
by Heinz Mauelshagen
· 8 years ago
ecbfb9f
dm raid: add raid level takeover support
by Heinz Mauelshagen
· 8 years ago
7b34df7
dm raid: enhance super_sync() to support new superblock members
by Heinz Mauelshagen
· 8 years ago
4763e54
dm raid: add new reshaping/raid10 format table line options to parameter parser
by Heinz Mauelshagen
· 8 years ago
33e53f0
dm raid: introduce extended superblock and new raid types to support takeover/reshaping
by Heinz Mauelshagen
· 8 years ago
d787be4
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
by NeilBrown
· 8 years ago
f5b67ae
md: be extra careful not to take a reference to a Faulty device.
by NeilBrown
· 8 years ago
40cf212
md/multipath: add rcu protection to rdev access in multipath_status.
by NeilBrown
· 8 years ago
5fd1335
md/raid5: add rcu protection to rdev accesses in raid5_status.
by NeilBrown
· 8 years ago
3f232d6
md/raid5: add rcu protection to rdev accesses in want_replace
by NeilBrown
· 8 years ago
e50d399
md/raid5: add rcu protection to rdev accesses in handle_failed_sync.
by NeilBrown
· 8 years ago
707a6a4
md/raid1: add rcu protection to rdev in fix_read_error
by NeilBrown
· 8 years ago
854abd7
md/raid1: small code cleanup in end_sync_write
by NeilBrown
· 8 years ago
e5872d5
md/raid1: small cleanup in raid1_end_read/write_request
by NeilBrown
· 8 years ago
4056ca5
md/raid10: simplify print_conf a little.
by NeilBrown
· 8 years ago
d683c8e
md/raid10: minor code improvement in fix_read_error()
by NeilBrown
· 8 years ago
d094d68
md/raid10: add rcu protection to rdev access during reshape.
by NeilBrown
· 8 years ago
f90145f
md/raid10: add rcu protection to rdev access in raid10_sync_request.
by NeilBrown
· 8 years ago
d44b0a9
md/raid10: add rcu protection in raid10_status.
by NeilBrown
· 8 years ago
83f1261
md/raid10: fix refounct imbalance when resyncing an array with a replacement device.
by NeilBrown
· 8 years ago
414e6b9
md/raid1, raid10: don't recheck "Faulty" flag in read-balance.
by NeilBrown
· 8 years ago
8430e7e
md: disconnect device from personality before trying to remove it.
by NeilBrown
· 8 years ago
Next »