index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
rbd: Reset positive result codes to zero in object map update path
Raphael Zimmer
1
-1
/
+6
2026-06-26
Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-16
/
+7
2026-06-22
rbd: switch to dynamic root device
Johan Hovold
1
-16
/
+7
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+3
2026-06-08
drivers/block/rbd: Use strscpy() to copy strings into arrays
David Laight
1
-1
/
+1
2026-05-31
rbd: check snap_count against RBD_MAX_SNAP_COUNT
Rosen Penev
1
-5
/
+2
2026-05-20
rbd: eliminate a race in lock_dwork draining on unmap
Ilya Dryomov
1
-12
/
+8
2026-04-22
rbd: fix null-ptr-deref when device_add_disk() fails
Dawei Feng
1
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-10
/
+10
2026-02-03
rbd: check for EOD after exclusive lock is ensured to be held
Ilya Dryomov
1
-12
/
+21
2025-09-09
drivers/block: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-2
/
+3
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-1
/
+0
2024-11-07
rbd: unfreeze queue after marking disk as dead
Ming Lei
1
-0
/
+1
2024-07-26
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-20
/
+15
2024-07-25
rbd: don't assume rbd_is_lock_owner() for exclusive mappings
Ilya Dryomov
1
-5
/
+0
2024-07-25
rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
Ilya Dryomov
1
-5
/
+5
2024-07-25
rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
Ilya Dryomov
1
-10
/
+10
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
1
-6
/
+3
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-3
/
+0
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
1
-1
/
+0
2024-06-14
rbd: increase io_opt again
Christoph Hellwig
1
-1
/
+1
2024-02-19
rbd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-14
/
+15
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-06
block: rbd: make rbd_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-01-22
rbd: don't move requests to the running list on errors
Ilya Dryomov
1
-8
/
+14
2024-01-22
rbd: remove usage of the deprecated ida_simple_*() API
Christophe JAILLET
1
-5
/
+5
2023-09-26
rbd: take header_rwsem in rbd_dev_refresh() only when updating
Ilya Dryomov
1
-11
/
+11
2023-09-26
rbd: decouple parent info read-in from updating rbd_dev
Ilya Dryomov
1
-62
/
+80
2023-09-26
rbd: decouple header read-in from updating rbd_dev->header
Ilya Dryomov
1
-92
/
+114
2023-09-26
rbd: move rbd_dev_refresh() definition
Ilya Dryomov
1
-35
/
+33
2023-08-30
rbd: use list_for_each_entry() helper
Jinjie Ruan
1
-3
/
+1
2023-08-02
rbd: prevent busy loop when requesting exclusive lock
Ilya Dryomov
1
-13
/
+15
2023-07-26
rbd: retrieve and check lock owner twice before blocklisting
Ilya Dryomov
1
-2
/
+23
2023-07-26
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-6
/
+15
2023-07-26
rbd: make get_lock_owner_info() return a single locker or NULL
Ilya Dryomov
1
-33
/
+51
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-06
rbd: get snapshot context after exclusive lock is ensured to be held
Ilya Dryomov
1
-7
/
+23
2023-06-06
rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
Ilya Dryomov
1
-11
/
+21
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-19
/
+15
2023-03-02
Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-11
/
+9
2023-02-26
rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
Ilya Dryomov
1
-11
/
+9
2023-02-03
rbd: use bvec_set_page to initialize the copy up bvec
Christoph Hellwig
1
-4
/
+3
2022-10-27
rbd: fix possible memory leak in rbd_sysfs_init()
Yang Yingliang
1
-1
/
+3
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-3
/
+3
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
1
-3
/
+3
[next]