Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d2434ab7fb085ac6848acd9d82366f96a642e471
/
drivers
/
block
/
drbd
/
drbd_nl.c
db141b2
drbd: fix max_bio_size to be unsigned
by Lars Ellenberg
· 12 years ago
7ee1fb9
drbd: flush drbd work queue before invalidate/invalidate remote
by Lars Ellenberg
· 13 years ago
0029d62
drbd: do not reset rs_pending_cnt too early
by Lars Ellenberg
· 13 years ago
c2ba686
drbd: report congestion if we are waiting for some userland callback
by Lars Ellenberg
· 13 years ago
383606e
drbd: differentiate between normal and forced detach
by Lars Ellenberg
· 13 years ago
a70f35a
Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
38bf195
connector/userns: replace netlink uses of cap_raised() with capable()
by Eric W. Biederman
· 13 years ago
a574daf
drbd: fix race between drbdadm invalidate/verify and finishing resync
by Lars Ellenberg
· 13 years ago
197296f
drbd: Delay/reject other state changes while establishing a connection
by Philipp Reisner
· 13 years ago
f479ea0
drbd: send intermediate state change results to the peer
by Lars Ellenberg
· 13 years ago
a2e9138
drbd: fix spurious meta data IO "error"
by Lars Ellenberg
· 13 years ago
7b4e4d3
drbd: drbd_nl_resize(): Fix missing put_ldev() on error path
by Andreas Gruenbacher
· 13 years ago
02ee8f9
drbd: Force flag for the detach operation
by Philipp Reisner
· 14 years ago
6809384
drbd: Improve compatibility with drbd's older than 8.3.7
by Philipp Reisner
· 13 years ago
7948bcd
drbd: spelling fix: too small
by Lars Ellenberg
· 14 years ago
70834d3
usermodehelper: use UMH_WAIT_PROC consistently
by Oleg Nesterov
· 13 years ago
cfd8005
block: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
1d273b9
drbd: Use angle brackets for system includes
by Joe Perches
· 14 years ago
ddad9ef
drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parse
by H Hartley Sweeten
· 13 years ago
9b2f61a
drbd: fix warning
by Philipp Reisner
· 14 years ago
24c4830
drbd: Fix spelling
by Bart Van Assche
· 14 years ago
9a0d9d0
drbd: fix schedule in atomic
by Lars Ellenberg
· 14 years ago
99432fc
drbd: Take a more conservative approach when deciding max_bio_size
by Philipp Reisner
· 14 years ago
21423fa
drbd: Fixed state transitions after async outdate-peer-handler returned
by Philipp Reisner
· 14 years ago
8d49a775
Merge branch 'for-2.6.39/drivers' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
873b0d5
drbd: serialize admin requests for new verify run with pending bitmap io
by Lars Ellenberg
· 14 years ago
20ceb2b
drbd: describe bitmap locking for bulk operation in finer detail
by Lars Ellenberg
· 14 years ago
62b0da3
drbd: log UUIDs whenever they change
by Lars Ellenberg
· 14 years ago
cd88d03
drbd: Provide hints with the error message when clearing the sync pause flag
by Philipp Reisner
· 14 years ago
194bfb3
drbd: serialize admin requests for new resync with pending bitmap io
by Lars Ellenberg
· 14 years ago
20ee639
drbd: cleaned up __set_current_state() followed by schedule_timeout() calls
by Philipp Reisner
· 14 years ago
4b0715f
drbd: allow petabyte storage on 64bit arch
by Lars Ellenberg
· 14 years ago
19f843a
drbd: bitmap keep track of changes vs on-disk bitmap
by Lars Ellenberg
· 14 years ago
24dccab
drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_size
by Andreas Gruenbacher
· 14 years ago
f2024e7
drbd: drbd_nl_disk_conf: Avoid a compiler warning
by Andreas Gruenbacher
· 14 years ago
81e8465
drbd: Use the standard bool, true, and false keywords
by Andreas Gruenbacher
· 14 years ago
bf885f8
drbd: Be more explicit about functions that return an enum drbd_state_rv
by Andreas Gruenbacher
· 14 years ago
116676c
drbd: Rename enum drbd_ret_codes to enum drbd_ret_code
by Andreas Gruenbacher
· 14 years ago
2561b9c
drbd: --force option for disconnect
by Philipp Reisner
· 14 years ago
42ff269
drbd: add packet_type 27 (return_code_only) to netlink api
by Lars Ellenberg
· 14 years ago
3e3a776
drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nl
by Lars Ellenberg
· 14 years ago
422028b
drbd: New configuration parameters for dealing with network congestion
by Philipp Reisner
· 14 years ago
1816a2b
drbd: properly use max_hw_sectors to limit the our bio size
by Lars Ellenberg
· 14 years ago
3129b1b
drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k
by Lars Ellenberg
· 14 years ago
01a16b2
netlink: kill eff_cap from struct netlink_skb_parms
by Patrick McHardy
· 14 years ago
f30195c
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core
by Jens Axboe
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
a8a4e51
drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses
by Philipp Reisner
· 14 years ago
2451fc3
drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code
by Philipp Reisner
· 14 years ago
82f59cc
drbd: fix potential deadlock on detach
by Lars Ellenberg
· 14 years ago
aaa8e2b
drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid
by Lars Ellenberg
· 14 years ago
0f8488e
drbd: cleanup useless leftover warn/error printk's
by Lars Ellenberg
· 14 years ago
8979d9c
drbd: protocol compatibility for maximum packet sizes
by Lars Ellenberg
· 14 years ago
fb22c40
drbd: Track the reasons to suspend IO in dedicated state bits
by Philipp Reisner
· 14 years ago
1090c05
drbd: drbd_md_sync before calling user space helpers
by Lars Ellenberg
· 14 years ago
ef50a3e
drbd: implicitly create unconfigured devices on sync-after dependencies
by Lars Ellenberg
· 14 years ago
c518d04
drbd: fix race between deconfiguring and reconfiguring network
by Lars Ellenberg
· 14 years ago
0778286
drbd: Disable activity log updates when the whole device is out of sync
by Philipp Reisner
· 14 years ago
d537338
drbd: Actually allow BIOs up to 128k (was 32k).
by Philipp Reisner
· 14 years ago
0f0601f
drbd: new configuration parameter c-min-rate
by Lars Ellenberg
· 14 years ago
778f271
drbd: The new, smarter resync speed controller
by Philipp Reisner
· 14 years ago
9a31d71
drbd: New sync parameters for the smart resync rate controller
by Philipp Reisner
· 14 years ago
f70b3511
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
by Philipp Reisner
· 15 years ago
8f48815
drbd: Allow attach while IO is suspended
by Philipp Reisner
· 15 years ago
481c6f5
drbd: Ensure that the peer was not rebootet in the meantime before resending TL
by Philipp Reisner
· 15 years ago
43a5182
drbd: Delayed creation of current-UUID
by Philipp Reisner
· 15 years ago
87f7be4
drbd: Run the fence-peer helper asynchronously
by Philipp Reisner
· 15 years ago
894c6a9
drbd: Disabled the crashed_primary detection for re-attach of last data while IO is frozen
by Philipp Reisner
· 15 years ago
47ff2d0
drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A
by Philipp Reisner
· 15 years ago
265be2d
drbd: Finished the "on-no-data-accessible suspend-io;" functionality
by Philipp Reisner
· 15 years ago
e7f52df
drbd: revert "delay probes", feature is being re-implemented differently
by Lars Ellenberg
· 14 years ago
dc66c74
drbd: Fixed a race between disk-attach and unexpected state changes
by Philipp Reisner
· 15 years ago
2db4e42
drivers/block/drbd: Use kzalloc
by Julia Lawall
· 15 years ago
a1c88d0
drbd: always use_bmbv, ignore setting
by Lars Ellenberg
· 15 years ago
45bb912
drbd: Allow drbd_epoch_entries to use multiple bios.
by Lars Ellenberg
· 15 years ago
67c7ddd
drbd: Four new configuration settings for resync speed control
by Philipp Reisner
· 15 years ago
087c249
drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantime
by Philipp Reisner
· 15 years ago
6495d2c
drbd: Implemented the --assume-clean option for drbdsetup resize
by Philipp Reisner
· 15 years ago
e89b591
drbd: Implemented flags for the resize packet
by Philipp Reisner
· 15 years ago
02d9a94
drbd: Implemented the set_new_bits parameter for drbd_bm_resize()
by Philipp Reisner
· 15 years ago
d845030
drbd: made determin_dev_size's parameter an flag enum
by Philipp Reisner
· 15 years ago
1f55243
drbd: Renamed overwrite_peer to primary_force
by Philipp Reisner
· 15 years ago
d10a33c
drbd: Forcing primary should also work for Consistent disks [Bugz 266]
by Philipp Reisner
· 15 years ago
4aa83b7
drbd: fix NULL pointer dereference on 4k hard sect size
by Lars Ellenberg
· 15 years ago
8a78362
block: Consolidate phys_segment and hw_segment limits
by Martin K. Petersen
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
a393db6
drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced)
by Philipp Reisner
· 15 years ago
0798219
drbd: Use drbd_crypto_is_hash() instead of an open coded check
by Philipp Reisner
· 15 years ago
8b43aeb
drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff)
by Philipp Reisner
· 15 years ago
6c6c795
fix in-kernel configuration serialization
by Lars Ellenberg
· 15 years ago
1352994
drbd: fix check for too large lower level device
by Lars Ellenberg
· 15 years ago
9f5180e
drbd: Work on permission enforcement
by Philipp Reisner
· 15 years ago
6a0afdf
drbd: remove tracing bits
by Jens Axboe
· 15 years ago
ab8fafc
dropping unneeded include autoconf.h
by Lars Ellenberg
· 15 years ago
b411b36
The DRBD driver
by Philipp Reisner
· 15 years ago