Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a540ff9e1d685b5feb0a9df5d2b74db1e0b4d39
/
drivers
/
md
58e94ae
md/raid1: close some possible races on write errors during resync
by NeilBrown
· 12 years ago
a05b7ea0
md: avoid crash when stopping md array races with closing other open fds.
by NeilBrown
· 12 years ago
25f7fd4
md: fix bug in handling of new_data_offset
by NeilBrown
· 12 years ago
fdb1335
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
2d4f4f3
md/raid1: fix use-after-free bug in RAID1 data-check code.
by NeilBrown
· 12 years ago
6c8addc
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
1068411
md/raid10: fix careless build error
by NeilBrown
· 12 years ago
3492ee72
Merge tag 'dm-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 12 years ago
b0239fa
dm persistent data: fix allocation failure in space map checker init
by Mike Snitzer
· 12 years ago
6266230
dm persistent data: handle space map checker creation failure
by Mike Snitzer
· 12 years ago
25d7cd6
dm persistent data: fix shadow_info_leak on dm_tm_destroy
by Mike Snitzer
· 12 years ago
0d200ae
dm thin: commit metadata before creating metadata snapshot
by Joe Thornber
· 12 years ago
b357f04
md: fix up plugging (again).
by NeilBrown
· 12 years ago
f456309
md: support re-add of recovering devices.
by NeilBrown
· 12 years ago
32644af
md/raid1: fix bug in read_balance introduced by hot-replace
by NeilBrown
· 12 years ago
fab363b
raid5: delayed stripe fix
by Shaohua Li
· 12 years ago
2e8ac303
md/raid456: When read error cannot be recovered, record bad block
by majianpeng
· 12 years ago
0232605
md: make 'name' arg to md_register_thread non-optional.
by NeilBrown
· 12 years ago
055d374
md/raid10: fix failure when trying to repair a read error.
by NeilBrown
· 12 years ago
5f066c6
md/raid5: fix refcount problem when blocked_rdev is set.
by NeilBrown
· 12 years ago
7c2c57c
md:Add blk_plug in sync_thread.
by majianpeng
· 12 years ago
1850753
md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdev
by majianpeng
· 12 years ago
6c0544e
md/raid5: Do not add data_offset before call to is_badblock
by majianpeng
· 12 years ago
5cfb22a
md/raid5: prefer replacing failed devices over want-replacement devices.
by NeilBrown
· 12 years ago
fc448a1
md/raid10: Don't try to recovery unmatched (and unused) chunks.
by NeilBrown
· 12 years ago
374916e
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
912afc3
Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 12 years ago
cc8394d
dm thin: provide userspace access to pool metadata
by Joe Thornber
· 12 years ago
a24c256
dm thin: use slab mempools
by Mike Snitzer
· 12 years ago
3599165
dm mpath: allow ioctls to trigger pg init
by Mikulas Patocka
· 12 years ago
f220fd4
dm mpath: delay retry of bypassed pg
by Mike Christie
· 12 years ago
1fbdd2b
dm mpath: reduce size of struct multipath
by Mike Snitzer
· 12 years ago
aba336b
md: raid1/raid10: fix problem with merge_bvec_fn
by NeilBrown
· 12 years ago
c80ddb5
Merge tag 'md-3.5' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
1dff2b8
md/bitmap: record the space available for the bitmap in the superblock.
by NeilBrown
· 12 years ago
63aced6
md/raid10: Remove extras after reshape to smaller number of devices.
by NeilBrown
· 12 years ago
da7613b
md/raid5: improve removal of extra devices after reshape.
by NeilBrown
· 12 years ago
0c09822
md: check the return of mddev_find()
by Yuanhan Liu
· 12 years ago
4f0a5e0
MD RAID1: Further conditionalize 'fullsync'
by Jonathan Brassow
· 12 years ago
c32fb9e
DM RAID: Use md_error() in place of simply setting Faulty bit
by Jonathan Brassow
· 12 years ago
81f382f
DM RAID: Record and handle missing devices
by Jonathan Brassow
· 12 years ago
47525e5
DM RAID: Set recovery flags on resume
by Jonathan Brassow
· 12 years ago
30b6764
md/raid5: Allow reshape while a bitmap is present.
by NeilBrown
· 12 years ago
bb63a70
md/raid10: resize bitmap when required during reshape.
by NeilBrown
· 12 years ago
a4a6125
md: allow array to be resized while bitmap is present.
by NeilBrown
· 12 years ago
b81a040
md/bitmap: make sure reshape request are reflected in superblock.
by NeilBrown
· 12 years ago
d60b479
md/bitmap: add bitmap_resize function to allow bitmap resizing.
by NeilBrown
· 12 years ago
15702d7
md/bitmap: use DIV_ROUND_UP instead of open-code
by NeilBrown
· 12 years ago
40cffcc
md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'
by NeilBrown
· 12 years ago
63c6826
md/bitmap: make bitmap bitops atomic.
by NeilBrown
· 12 years ago
bdfd114
md/bitmap: make _page_attr bitops atomic.
by NeilBrown
· 12 years ago
fae7d32
md/bitmap: merge bitmap_file_unmap and bitmap_file_put.
by NeilBrown
· 12 years ago
62f82fa
md/bitmap: remove async freeing of bitmap file.
by NeilBrown
· 12 years ago
7466712
md/bitmap: convert some spin_lock_irqsave to spin_lock_irq
by NeilBrown
· 12 years ago
b405fe9
md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags.
by NeilBrown
· 12 years ago
84e9234
md/bitmap: remove single-bit manipulation on sb->state
by NeilBrown
· 12 years ago
edbb79d
md/bitmap: remove bitmap_mask_state
by NeilBrown
· 12 years ago
bc9891a
md/bitmap: move storage allocation from bitmap_load to bitmap_create.
by NeilBrown
· 12 years ago
d1244cb
md/bitmap: separate bitmap file allocation to its own function.
by NeilBrown
· 12 years ago
9b1215c
md/bitmap: store bytes in file rather than just in last page.
by NeilBrown
· 12 years ago
1ec885c
md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.
by NeilBrown
· 12 years ago
d189122
md/bitmap: change *_page_attr() to take a page number, not a page.
by NeilBrown
· 12 years ago
27581e5
md/bitmap: centralise allocation of bitmap file pages.
by NeilBrown
· 12 years ago
ef99bf4
md/bitmap: allow a bitmap with no backing storage.
by NeilBrown
· 12 years ago
6409bb0
md/bitmap: add new 'space' attribute for bitmaps.
by NeilBrown
· 12 years ago
bf07bb7
md/bitmap: disentangle two different 'pending' flags.
by NeilBrown
· 12 years ago
bc0934f
raid5: support sync request
by Shaohua Li
· 12 years ago
cceeca4
raid5: remove unused variables
by Shaohua Li
· 12 years ago
5fdd2cf
md/raid10: Fix memleak in r10buf_pool_alloc
by majianpeng
· 12 years ago
da8840a
md/raid1: allow fix_read_error to read from recovering device.
by majianpeng
· 12 years ago
4fa2f32
md: move freeing of badblocks.page into md_rdev_clear
by NeilBrown
· 12 years ago
545c879
md: dm-raid should call helper function to clear rdev.
by NeilBrown
· 12 years ago
3ea7daa
md/raid10: add reshape support
by NeilBrown
· 12 years ago
deb200d
md/raid10: split out interpretation of layout to separate function.
by NeilBrown
· 12 years ago
f8c9e74
md/raid10: Introduce 'prev' geometry to support reshape.
by NeilBrown
· 12 years ago
c804cde
md: use resync_max_sectors for reshape as well as resync.
by NeilBrown
· 12 years ago
1fdd6fc9
md: teach sync_page_io about new_data_offset.
by NeilBrown
· 12 years ago
5cf00fc
md/raid10: collect some geometry fields into a dedicated structure.
by NeilBrown
· 12 years ago
b5254dd
md/raid5: allow for change in data_offset while managing a reshape.
by NeilBrown
· 12 years ago
05616be
md/raid5: Use correct data_offset for all IO.
by NeilBrown
· 12 years ago
c6563a8
md: add possibility to change data-offset for devices.
by NeilBrown
· 12 years ago
2c810cd
md: allow a reshape operation to be reversed.
by NeilBrown
· 12 years ago
b5e1b8c
md: using GFP_NOIO to allocate bio for flush request
by Shaohua Li
· 12 years ago
b1dab2f
Merge tag 'dm-3.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 12 years ago
f402693
dm thin: fix table output when pool target disables discard passdown internally
by Mike Snitzer
· 12 years ago
2f05af8
Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
b0d634d
md/raid10: fix transcription error in calc_sectors conversion.
by NeilBrown
· 12 years ago
36a1987
Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
0d9f4f1
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
by Jonathan Brassow
· 12 years ago
6508fdb
md/raid10: set dev_sectors properly when resizing devices in array.
by NeilBrown
· 12 years ago
4a873f5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
510193a
dm mpath: check if scsi_dh module already loaded before trying to load
by Mike Snitzer
· 12 years ago
7cab8bf
dm thin: correct module description
by Alasdair G Kergon
· 12 years ago
c3a0ce2
dm thin: fix unprotected use of prepared_discards list
by Mike Snitzer
· 12 years ago
03aaae7
dm thin: reinstate missing mempool_free in cell_release_singleton
by Mike Snitzer
· 12 years ago
38bf195
connector/userns: replace netlink uses of cap_raised() with capable()
by Eric W. Biederman
· 13 years ago
b16b1b6c
md/bitmap: fix calculation of 'chunks' - missing shift.
by NeilBrown
· 13 years ago
30b8aa9
md: fix possible corruption of array metadata on shutdown.
by NeilBrown
· 13 years ago
ed20958
md: don't call ->add_disk unless there is good reason.
by NeilBrown
· 13 years ago
a9ad852
DM RAID: Use safe version of rdev_for_each
by Jonathan Brassow
· 13 years ago
Next »