projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/kernel-adaptation-pc.git
2012-05-17
Alex Elder
ceph: messenger: check prepare_write_connect() result
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Alex Elder
ceph: don't set WRITE_PENDING too early
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Alex Elder
ceph: drop msgr argument from prepare_write_connect()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Alex Elder
ceph: messenger: send banner in process_connect()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Alex Elder
ceph: messenger: reset connection kvec caller
commit
|
commitdiff
|
tree
|
snapshot
2012-05-17
Alex Elder
libceph: don't reset kvec in prepare_write_banner()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Sage Weil
ceph: ignore preferred_osd field
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Sage Weil
ceph: fully initialize new layout
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Alex Elder
ceph: messenger: change read_partial() to take "end...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Alex Elder
ceph: messenger: update "to" in read_partial() caller
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Alex Elder
ceph: messenger: use read_partial() in read_partial_mes...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: correct sysfs snap attribute documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: rename __rbd_update_snaps to __rbd_refresh_header
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: fix snapshot size type
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: remove conditional snapid parameters
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: store snapshot id instead of index
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Josh Durgin
rbd: protect read of snapshot sequence number
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Xi Wang
rbd: fix integer overflow in rbd_header_from_disk()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Dan Carpenter
rbd: use gfp_flags parameter in rbd_header_from_disk()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Xi Wang
ceph: fix bounds check in ceph_decode_need and ceph_enc...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Alex Elder
ceph: osd_client: fix endianness bug in osd_req_encode_op()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: warn on do_rule failure
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: fix memory leak when destroying tree buckets
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: fix tree node weight lookup
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: remove parent maps
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: remove forcefeed functionality
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: use a temporary variable to simplify crush_do_rule
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: be more tolerant of nonsensical crush maps
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: adjust local retry threshold
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
crush: clean up types, const-ness
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-07
Sage Weil
ceph: drop support for preferred_osd pgs
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Alex Elder
rbd: don't hold spinlock during messenger flush
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Josh Durgin
rbd: move snap_rwsem to the device, rename to header_rwsem
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: fix three bugs, two in ceph_vxattrcb_file_layout()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: isolate kmap() call in write_partial_msg_pages()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: rename "page_shift" variable to something...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: get rid of zero_page_address
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: only call kernel_sendpage() via helper
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: use kernel_sendpage() for sending zeroes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: fix inverted crc option logic
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: some simple changes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: small refactor in write_partial_kvec()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: do crc calculations outside loop
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: separate CRC calculation from byte swapping
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: use "do" in CRC-related Boolean variables
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: ensure Boolean options support both senses
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: a few small changes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: make ceph_tcp_connect() return int
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: encapsulate some messenger cleanup code
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: make ceph_msgr_wq private
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: encapsulate connection kvec operations
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
libceph: move prepare_write_banner()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: don't drop the rbd_id too early
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: small changes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: do some refactoring
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: fix module sysfs setup/teardown code
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: don't allocate mon_addrs buffer in rbd_add()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: have rbd_parse_args() report found mon_addrs size
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: do a few checks at build time
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: don't use sscanf() in rbd_add_parse_args()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: encapsulate argument parsing for rbd_add()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: simplify error handling in rbd_add()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: reduce memory used for rbd_dev fields
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: have rbd_get_client() return a rbd_client
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: a few simple changes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: rename "node_lock"
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: move ctl_mutex lock inside rbd_client_create()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: move ctl_mutex lock inside rbd_get_client()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: release client list lock sooner
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: restore previous rbd id sequence behavior
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: tie rbd_dev_list changes to rbd_id operations
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: protect the rbd_dev_list with a spinlock
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: rework calculation of new rbd id's
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: encapsulate new rbd id selection
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Josh Durgin
rbd: use a single value of snap_name to mean no snap
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: do not duplicate ceph_client pointer in rbd_device
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: make ceph_parse_options() return a pointer
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
rbd: a few small cleanups
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: make ceph_setxattr() and ceph_removexattr() more...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: avoid repeatedly computing the size of constant...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: encode type in vxattr callback routines
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: drop "_cb" from name of struct ceph_vxattr_cb
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: use macros to normalize vxattr table definitions
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: use a symbolic name for "ceph." extended attribut...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: pass inode rather than table to ceph_match_vxattr()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: don't null-terminate xattr values
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: eliminate some abusive casts
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: eliminate some needless casts
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: kill addr_str_lock spinlock; use atomic instead
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: make use of "else" where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: use a shared zero page rather than one per messenger
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Xi Wang
ceph: fix overflow check in build_snap_context()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Xi Wang
libceph: fix overflow check in crush_decode()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Xi Wang
ceph: avoid panic with mismatched symlink sizes in...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Amon Ott
ceph: use 2 instead of 1 as fallback for 32-bit inode...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Alex Elder
ceph: don't reset s_cap_ttl to zero
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Jim Schutt
net/ceph: Only clear SOCK_NOSPACE when there is suffici...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Linus Torvalds
Linux 3.3
v3.3
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
Jason Baron
Don't limit non-nested epoll paths
commit
|
commitdiff
|
tree
|
snapshot
next