Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
263c6ca007a6693fb724a24c5a55716c49d33573
263c6ca
rbd: rename __rbd_update_snaps to __rbd_refresh_header
by Josh Durgin
· 13 years ago
3591538
rbd: fix snapshot size type
by Josh Durgin
· 13 years ago
b06e6a6
rbd: remove conditional snapid parameters
by Josh Durgin
· 13 years ago
77dfe99
rbd: store snapshot id instead of index
by Josh Durgin
· 13 years ago
403f24d
rbd: protect read of snapshot sequence number
by Josh Durgin
· 13 years ago
50f7c4c
rbd: fix integer overflow in rbd_header_from_disk()
by Xi Wang
· 13 years ago
f8ad495
rbd: use gfp_flags parameter in rbd_header_from_disk()
by Dan Carpenter
· 13 years ago
76aa542
ceph: fix bounds check in ceph_decode_need and ceph_encode_need
by Xi Wang
· 13 years ago
065a68f
ceph: osd_client: fix endianness bug in osd_req_encode_op()
by Alex Elder
· 13 years ago
8b39326
crush: warn on do_rule failure
by Sage Weil
· 13 years ago
6eb43f4
crush: fix memory leak when destroying tree buckets
by Sage Weil
· 13 years ago
f671d4c
crush: fix tree node weight lookup
by Sage Weil
· 13 years ago
fc7c3ae
crush: remove parent maps
by Sage Weil
· 13 years ago
41ebcc0
crush: remove forcefeed functionality
by Sage Weil
· 13 years ago
0668216
crush: use a temporary variable to simplify crush_do_rule
by Sage Weil
· 13 years ago
a1f4895
crush: be more tolerant of nonsensical crush maps
by Sage Weil
· 13 years ago
c90f95e
crush: adjust local retry threshold
by Sage Weil
· 13 years ago
8b12d47
crush: clean up types, const-ness
by Sage Weil
· 13 years ago
e49bf4c
ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helper
by Sage Weil
· 13 years ago
3469ac1a
ceph: drop support for preferred_osd pgs
by Sage Weil
· 13 years ago
cd9d9f5
rbd: don't hold spinlock during messenger flush
by Alex Elder
· 13 years ago
c666601
rbd: move snap_rwsem to the device, rename to header_rwsem
by Josh Durgin
· 13 years ago
3489b42
ceph: fix three bugs, two in ceph_vxattrcb_file_layout()
by Alex Elder
· 13 years ago
8d63e31
libceph: isolate kmap() call in write_partial_msg_pages()
by Alex Elder
· 13 years ago
9bd1966
libceph: rename "page_shift" variable to something sensible
by Alex Elder
· 13 years ago
0cdf9e6
libceph: get rid of zero_page_address
by Alex Elder
· 13 years ago
e36b13c
libceph: only call kernel_sendpage() via helper
by Alex Elder
· 13 years ago
3173913
libceph: use kernel_sendpage() for sending zeroes
by Alex Elder
· 13 years ago
37675b0
libceph: fix inverted crc option logic
by Alex Elder
· 13 years ago
84495f4
libceph: some simple changes
by Alex Elder
· 13 years ago
f42299e
libceph: small refactor in write_partial_kvec()
by Alex Elder
· 13 years ago
fe3ad59
libceph: do crc calculations outside loop
by Alex Elder
· 13 years ago
a9a0c51
libceph: separate CRC calculation from byte swapping
by Alex Elder
· 13 years ago
bca064d
libceph: use "do" in CRC-related Boolean variables
by Alex Elder
· 13 years ago
cffaba1
ceph: ensure Boolean options support both senses
by Alex Elder
· 13 years ago
d3002b9
libceph: a few small changes
by Alex Elder
· 13 years ago
41617d0
libceph: make ceph_tcp_connect() return int
by Alex Elder
· 13 years ago
6173d1f
libceph: encapsulate some messenger cleanup code
by Alex Elder
· 13 years ago
e0f43c9
libceph: make ceph_msgr_wq private
by Alex Elder
· 13 years ago
859eb79
libceph: encapsulate connection kvec operations
by Alex Elder
· 13 years ago
963be4d
libceph: move prepare_write_banner()
by Alex Elder
· 13 years ago
32eec68
rbd: don't drop the rbd_id too early
by Alex Elder
· 13 years ago
593a9e7
rbd: small changes
by Alex Elder
· 13 years ago
00f1f36
rbd: do some refactoring
by Alex Elder
· 13 years ago
fed4c14
rbd: fix module sysfs setup/teardown code
by Alex Elder
· 13 years ago
7ef3214
rbd: don't allocate mon_addrs buffer in rbd_add()
by Alex Elder
· 13 years ago
5214ecc
rbd: have rbd_parse_args() report found mon_addrs size
by Alex Elder
· 13 years ago
81a8979
rbd: do a few checks at build time
by Alex Elder
· 13 years ago
e28fff26
rbd: don't use sscanf() in rbd_add_parse_args()
by Alex Elder
· 13 years ago
a725f65e
rbd: encapsulate argument parsing for rbd_add()
by Alex Elder
· 13 years ago
27cc259
rbd: simplify error handling in rbd_add()
by Alex Elder
· 13 years ago
60571c7
rbd: reduce memory used for rbd_dev fields
by Alex Elder
· 13 years ago
d720bcb
rbd: have rbd_get_client() return a rbd_client
by Alex Elder
· 13 years ago
f0f8cef
rbd: a few simple changes
by Alex Elder
· 13 years ago
432b858
rbd: rename "node_lock"
by Alex Elder
· 13 years ago
bc534d8
rbd: move ctl_mutex lock inside rbd_client_create()
by Alex Elder
· 13 years ago
d97081b
rbd: move ctl_mutex lock inside rbd_get_client()
by Alex Elder
· 13 years ago
e6994d3d
rbd: release client list lock sooner
by Alex Elder
· 13 years ago
d184f6b
rbd: restore previous rbd id sequence behavior
by Alex Elder
· 13 years ago
499afd5
rbd: tie rbd_dev_list changes to rbd_id operations
by Alex Elder
· 13 years ago
e124a82f
rbd: protect the rbd_dev_list with a spinlock
by Alex Elder
· 13 years ago
1ddbe94
rbd: rework calculation of new rbd id's
by Alex Elder
· 13 years ago
b7f23c3
rbd: encapsulate new rbd id selection
by Alex Elder
· 13 years ago
cc9d734
rbd: use a single value of snap_name to mean no snap
by Josh Durgin
· 13 years ago
1dbb439
rbd: do not duplicate ceph_client pointer in rbd_device
by Alex Elder
· 13 years ago
ee57741
rbd: make ceph_parse_options() return a pointer
by Alex Elder
· 13 years ago
2107978
rbd: a few small cleanups
by Alex Elder
· 13 years ago
18fa8b3
ceph: make ceph_setxattr() and ceph_removexattr() more alike
by Alex Elder
· 13 years ago
3ce6cd1
ceph: avoid repeatedly computing the size of constant vxattr names
by Alex Elder
· 13 years ago
aa4066e
ceph: encode type in vxattr callback routines
by Alex Elder
· 13 years ago
881a5fa
ceph: drop "_cb" from name of struct ceph_vxattr_cb
by Alex Elder
· 13 years ago
eb78808
ceph: use macros to normalize vxattr table definitions
by Alex Elder
· 13 years ago
2289190
ceph: use a symbolic name for "ceph." extended attribute namespace
by Alex Elder
· 13 years ago
06476a6
ceph: pass inode rather than table to ceph_match_vxattr()
by Alex Elder
· 13 years ago
b829c19
ceph: don't null-terminate xattr values
by Alex Elder
· 13 years ago
99f0f3b
ceph: eliminate some abusive casts
by Alex Elder
· 13 years ago
bd40614
ceph: eliminate some needless casts
by Alex Elder
· 13 years ago
f64a931
ceph: kill addr_str_lock spinlock; use atomic instead
by Alex Elder
· 13 years ago
a5bc312
ceph: make use of "else" where appropriate
by Alex Elder
· 13 years ago
5766651
ceph: use a shared zero page rather than one per messenger
by Alex Elder
· 13 years ago
8083431
ceph: fix overflow check in build_snap_context()
by Xi Wang
· 13 years ago
6448669
libceph: fix overflow check in crush_decode()
by Xi Wang
· 13 years ago
810339ec
ceph: avoid panic with mismatched symlink sizes in fill_inode()
by Xi Wang
· 13 years ago
a661fc5
ceph: use 2 instead of 1 as fallback for 32-bit inode number
by Amon Ott
· 13 years ago
1ce208a
ceph: don't reset s_cap_ttl to zero
by Alex Elder
· 13 years ago
182fac2
net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socket buffer
by Jim Schutt
· 13 years ago
c16fa4f
Linux 3.3
by Linus Torvalds
· 13 years ago
93dc610
Don't limit non-nested epoll paths
by Jason Baron
· 13 years ago
c579bc7e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
96ee049
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
a16a164
netfilter: ctnetlink: fix race between delete and timeout expiration
by Pablo Neira Ayuso
· 13 years ago
c5779237
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
by RongQing.Li
· 13 years ago
cb1ecf2
Merge branch 'akpm' (more patches from Andrew)
by Linus Torvalds
· 13 years ago
d7178c7
nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
by Ryusuke Konishi
· 13 years ago
3d777a6
nilfs2: clamp ns_r_segments_percentage to [1, 99]
by Haogang Chen
· 13 years ago
33e9ee8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
9fc005c
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
by Linus Torvalds
· 13 years ago
c017386
afs: Remote abort can cause BUG in rxrpc code
by Anton Blanchard
· 13 years ago
2c724fb
afs: Read of file returns EBADMSG
by Anton Blanchard
· 13 years ago
6e780cf
C6X: remove dead code from entry.S
by Mark Salter
· 13 years ago
Next »