Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f49ae1492962ed3618ef57db7ce07c671e314632
/
drivers
/
block
/
rbd.c
7ad18af
rbd: convert to blk-mq
by Christoph Hellwig
· 10 years ago
cf32bd9
rbd: do not treat standalone as flatten
by Ilya Dryomov
· 10 years ago
73e39e4
rbd: fix error paths in rbd_dev_refresh()
by Ilya Dryomov
· 10 years ago
3a25cf4
rbd: nuke copy_token()
by Rickard Strandqvist
· 10 years ago
e69b8d4
rbd: drop parent_ref in rbd_dev_unprobe() unconditionally
by Ilya Dryomov
· 10 years ago
ae43e9d
rbd: fix rbd_dev_parent_get() when parent_overlap == 0
by Ilya Dryomov
· 10 years ago
7e868b6
rbd: don't treat CEPH_OSD_OP_DELETE as extent op
by Ilya Dryomov
· 10 years ago
e96a650
ceph, rbd: delete unnecessary checks before two function calls
by SF Markus Elfring
· 10 years ago
a8d4205
rbd: Fix error recovery in rbd_obj_read_sync()
by Jan Kara
· 10 years ago
f5ee37b
rbd: use a single workqueue for all devices
by Ilya Dryomov
· 10 years ago
792c3a9
rbd: rbd workqueues need a resque worker
by Ilya Dryomov
· 10 years ago
b76f823
rbd: set the remaining discard properties to enable support
by Josh Durgin
· 11 years ago
d3246fb
rbd: use helpers to handle discard for layered images correctly
by Josh Durgin
· 11 years ago
3b434a2a
rbd: extract a method for adding object operations
by Josh Durgin
· 11 years ago
1c22088
rbd: make discard trigger copy-on-write
by Josh Durgin
· 11 years ago
d0265de
rbd: tolerate -ENOENT for discard operations
by Josh Durgin
· 11 years ago
bef9545
rbd: fix snapshot context reference count for discards
by Josh Durgin
· 11 years ago
3c5df89
rbd: read image size for discard check safely
by Josh Durgin
· 11 years ago
90e98c5
rbd: initial discard bits from Guangliang Zhao
by Guangliang Zhao
· 11 years ago
6d2940c
rbd: extend the operation type
by Guangliang Zhao
· 11 years ago
c622d22
rbd: skip the copyup when an entire object writing
by Guangliang Zhao
· 11 years ago
70d045f
rbd: add img_obj_request_simple() helper
by Ilya Dryomov
· 10 years ago
4e752f0
rbd: access snapshot context and mapping size safely
by Josh Durgin
· 11 years ago
7dd440c
rbd: do not return -ERANGE on auth failures
by Ilya Dryomov
· 10 years ago
255939e
rbd: fix error return code in rbd_dev_device_setup()
by Wei Yongjun
· 10 years ago
58d1362
rbd: avoid format-security warning inside alloc_workqueue()
by Ilya Dryomov
· 10 years ago
9584d50
rbd: remove extra newlines from rbd_warn() messages
by Ilya Dryomov
· 10 years ago
7a716aa
rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC
by Ilya Dryomov
· 10 years ago
bc1ecc6
rbd: rework rbd_request_fn()
by Ilya Dryomov
· 10 years ago
4d9b67c
rbd: take snap_id into account when reading in parent info
by Ilya Dryomov
· 10 years ago
e8f59b5
rbd: do not read in parent info before snap context
by Ilya Dryomov
· 10 years ago
5ff1108
rbd: update mapping size only on refresh
by Ilya Dryomov
· 10 years ago
52bb1f9
rbd: harden rbd_dev_refresh() and callers a bit
by Ilya Dryomov
· 10 years ago
0407759
rbd: split rbd_dev_spec_update() into two functions
by Ilya Dryomov
· 10 years ago
7626eb7
rbd: remove unnecessary asserts in rbd_dev_image_probe()
by Ilya Dryomov
· 10 years ago
a720ae0
rbd: introduce rbd_dev_header_info()
by Ilya Dryomov
· 10 years ago
ff96128
rbd: show the entire chain of parent images
by Ilya Dryomov
· 10 years ago
7d5079a
rbd: use rbd_segment_name_free() instead of kfree()
by Himangi Saraogi
· 10 years ago
fbba11b
rbd: do not leak image_id in rbd_dev_v2_parent_info()
by Ilya Dryomov
· 10 years ago
76756a5
rbd: use rbd_obj_watch_request_helper() helper
by Ilya Dryomov
· 10 years ago
bb040aa
rbd: add rbd_obj_watch_request_helper() helper
by Ilya Dryomov
· 10 years ago
71c20a0
rbd: rbd_obj_request_wait() should cancel the request if interrupted
by Ilya Dryomov
· 10 years ago
9638556
rbd: handle parent_overlap on writes correctly
by Ilya Dryomov
· 10 years ago
22001f6
rbd: only set disk to read-only once
by Josh Durgin
· 11 years ago
77f33c0
rbd: move calls that may sleep out of spin lock range
by Josh Durgin
· 11 years ago
131fd9f
rbd: add ioctl for rbd
by Guangliang Zhao
· 11 years ago
ffe312c
rbd: fix ida/idr memory leak
by Ilya Dryomov
· 11 years ago
0f2d5be
rbd: use reference counts for image requests
by Alex Elder
· 11 years ago
b30a01f
rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()
by Ilya Dryomov
· 11 years ago
30ba1f0
rbd: make sure we have latest osdmap on 'rbd map'
by Ilya Dryomov
· 11 years ago
461f758
rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
0ccd592
rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op
by Ilya Dryomov
· 11 years ago
deb236b
rbd: num_ops parameter for rbd_osd_req_create()
by Ilya Dryomov
· 11 years ago
7cc69d4
libceph: bump CEPH_OSD_MAX_OP to 3
by Ilya Dryomov
· 11 years ago
42dd037
rbd: fix error paths in rbd_img_request_fill()
by Ilya Dryomov
· 11 years ago
62054da
rbd: remove out_partial label in rbd_img_request_fill()
by Ilya Dryomov
· 11 years ago
638c323
rbd: drop an unsafe assertion
by Alex Elder
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
3c972c9
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
by Ilya Dryomov
· 11 years ago
4295f22
libceph: introduce and start using oid abstraction
by Ilya Dryomov
· 11 years ago
2d0ebc5
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
by Ilya Dryomov
· 11 years ago
22116525
libceph: start using oloc abstraction
by Ilya Dryomov
· 11 years ago
e37180c
rbd: tear down watch request if rbd_dev_device_setup() fails
by Ilya Dryomov
· 11 years ago
fca2706
rbd: introduce rbd_dev_header_unwatch_sync() and switch to it
by Ilya Dryomov
· 11 years ago
7e513d4
rbd: enable extended devt in single-major mode
by Ilya Dryomov
· 11 years ago
9b60e70
rbd: add support for single-major device number allocation scheme
by Ilya Dryomov
· 11 years ago
92c76dc
rbd: wire up is_visible() sysfs callback for rbd bus
by Ilya Dryomov
· 11 years ago
dd82fff
rbd: add 'minor' sysfs rbd device attribute
by Ilya Dryomov
· 11 years ago
f8a22fc
rbd: switch to ida for rbd id assignments
by Ilya Dryomov
· 11 years ago
e1b4d96
rbd: refactor rbd_init() a bit
by Ilya Dryomov
· 11 years ago
90da258
rbd: tweak "loaded" message and module description
by Ilya Dryomov
· 11 years ago
70eebd2
rbd: rbd_device::dev_id is an int, format it as such
by Ilya Dryomov
· 11 years ago
5341a62
rbd: Refactor bio cloning
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
e9ff04d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
bb8e0e8
block: replace strict_strtoul() with kstrtoul()
by Jingoo Han
· 11 years ago
da6a6b6
rbd: fix error handling from rbd_snap_name()
by Josh Durgin
· 11 years ago
efadc98
rbd: ignore unmapped snapshots that no longer exist
by Josh Durgin
· 11 years ago
9875201
rbd: fix use-after free of rbd_dev->disk
by Josh Durgin
· 11 years ago
20e0af6
rbd: make rbd_obj_notify_ack() synchronous
by Josh Durgin
· 11 years ago
9abc599
rbd: complete notifies before cleaning up osd_client and rbd_dev
by Josh Durgin
· 11 years ago
6cccc7d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
c354557
rbd: fix null dereference in dout
by Josh Durgin
· 11 years ago
03507db
rbd: fix buffer size for writes to images with snapshots
by Josh Durgin
· 11 years ago
17c1cc1
rbd: fix I/O error propagation for reads
by Josh Durgin
· 11 years ago
b15a21d
rbd: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
a158073
block: rbd: use NULL instead of 0
by Jingoo Han
· 11 years ago
e976cad
rbd: fix a couple warnings
by Sage Weil
· 11 years ago
d552c61
rbd: take a little credit
by Alex Elder
· 11 years ago
cfbf637
rbd: use rwsem to protect header updates
by Alex Elder
· 11 years ago
1ba0f1e
rbd: don't hold ctl_mutex to get/put device
by Alex Elder
· 11 years ago
82a442d
rbd: protect against concurrent unmaps
by Alex Elder
· 11 years ago
751cc0e
rbd: set removing flag while holding list lock
by Alex Elder
· 11 years ago
08f7546
rbd: protect against duplicate client creation
by Alex Elder
· 11 years ago
3b5cf2a
rbd: clean up a few things in the refresh path
by Alex Elder
· 11 years ago
e215605
rbd: flush dcache after zeroing page data
by Alex Elder
· 12 years ago
912c317
rbd: drop original request earlier for existence check
by Alex Elder
· 12 years ago
491205a
rbd: Use min_t() to fix comparison of distinct pointer types warning
by Geert Uytterhoeven
· 12 years ago
bd2931b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
Next »