index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
Commit message (
Expand
)
Author
Age
...
*
rbd: set image size when header is updated
Josh Durgin
2012-07-30
*
rbd: expose the correct size of the device in sysfs
Josh Durgin
2012-07-30
*
rbd: only reset capacity when pointing to head
Josh Durgin
2012-07-30
*
rbd: return errors for mapped but deleted snapshot
Josh Durgin
2012-07-30
*
rbd: kill num_reply parameters
Alex Elder
2012-07-30
*
rbd: option symbol renames
Alex Elder
2012-07-30
*
rbd: more symbol renames
Alex Elder
2012-07-30
*
rbd: rename some fields in struct rbd_dev
Alex Elder
2012-07-30
*
rbd: use rbd_dev consistently
Alex Elder
2012-07-30
*
rbd: dynamically allocate snapshot name
Alex Elder
2012-07-30
*
rbd: dynamically allocate image name
Alex Elder
2012-07-30
*
rbd: dynamically allocate image header name
Alex Elder
2012-07-30
*
rbd: dynamically allocate object prefix
Alex Elder
2012-07-30
*
rbd: dynamically allocate pool name
Alex Elder
2012-07-30
*
rbd: create pool_id device attribute
Alex Elder
2012-07-30
*
rbd: rename rbd_dev->block_name
Alex Elder
2012-07-30
*
rbd: define dup_token()
Alex Elder
2012-07-30
*
rbd: drop a useless local variable
Alex Elder
2012-07-30
*
rbd: endian bug in rbd_req_cb()
Dan Carpenter
2012-06-06
*
rbd: Fix ceph_snap_context size calculation
Yan, Zheng
2012-06-06
*
rbd: rename __rbd_update_snaps to __rbd_refresh_header
Josh Durgin
2012-05-14
*
rbd: fix snapshot size type
Josh Durgin
2012-05-14
*
rbd: remove conditional snapid parameters
Josh Durgin
2012-05-14
*
rbd: store snapshot id instead of index
Josh Durgin
2012-05-14
*
rbd: protect read of snapshot sequence number
Josh Durgin
2012-05-14
*
rbd: fix integer overflow in rbd_header_from_disk()
Xi Wang
2012-05-14
*
rbd: use gfp_flags parameter in rbd_header_from_disk()
Dan Carpenter
2012-05-14
*
ceph: drop support for preferred_osd pgs
Sage Weil
2012-05-07
*
rbd: don't hold spinlock during messenger flush
Alex Elder
2012-04-05
*
rbd: move snap_rwsem to the device, rename to header_rwsem
Josh Durgin
2012-03-22
*
rbd: don't drop the rbd_id too early
Alex Elder
2012-03-22
*
rbd: small changes
Alex Elder
2012-03-22
*
rbd: do some refactoring
Alex Elder
2012-03-22
*
rbd: fix module sysfs setup/teardown code
Alex Elder
2012-03-22
*
rbd: don't allocate mon_addrs buffer in rbd_add()
Alex Elder
2012-03-22
*
rbd: have rbd_parse_args() report found mon_addrs size
Alex Elder
2012-03-22
*
rbd: do a few checks at build time
Alex Elder
2012-03-22
*
rbd: don't use sscanf() in rbd_add_parse_args()
Alex Elder
2012-03-22
*
rbd: encapsulate argument parsing for rbd_add()
Alex Elder
2012-03-22
*
rbd: simplify error handling in rbd_add()
Alex Elder
2012-03-22
*
rbd: reduce memory used for rbd_dev fields
Alex Elder
2012-03-22
*
rbd: have rbd_get_client() return a rbd_client
Alex Elder
2012-03-22
*
rbd: a few simple changes
Alex Elder
2012-03-22
*
rbd: rename "node_lock"
Alex Elder
2012-03-22
*
rbd: move ctl_mutex lock inside rbd_client_create()
Alex Elder
2012-03-22
*
rbd: move ctl_mutex lock inside rbd_get_client()
Alex Elder
2012-03-22
*
rbd: release client list lock sooner
Alex Elder
2012-03-22
*
rbd: restore previous rbd id sequence behavior
Alex Elder
2012-03-22
*
rbd: tie rbd_dev_list changes to rbd_id operations
Alex Elder
2012-03-22
*
rbd: protect the rbd_dev_list with a spinlock
Alex Elder
2012-03-22
[prev]
[next]