index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
libceph: isolate kmap() call in write_partial_msg_pages()
Alex Elder
2012-03-22
1
-11
/
+2
*
libceph: rename "page_shift" variable to something sensible
Alex Elder
2012-03-22
1
-5
/
+6
*
libceph: get rid of zero_page_address
Alex Elder
2012-03-22
1
-9
/
+2
*
libceph: only call kernel_sendpage() via helper
Alex Elder
2012-03-22
1
-6
/
+2
*
libceph: use kernel_sendpage() for sending zeroes
Alex Elder
2012-03-22
1
-5
/
+15
*
libceph: fix inverted crc option logic
Alex Elder
2012-03-22
1
-10
/
+10
*
libceph: some simple changes
Alex Elder
2012-03-22
1
-4
/
+9
*
libceph: small refactor in write_partial_kvec()
Alex Elder
2012-03-22
1
-11
/
+12
*
libceph: do crc calculations outside loop
Alex Elder
2012-03-22
1
-14
/
+12
*
libceph: separate CRC calculation from byte swapping
Alex Elder
2012-03-22
1
-14
/
+17
*
libceph: use "do" in CRC-related Boolean variables
Alex Elder
2012-03-22
1
-20
/
+20
*
ceph: ensure Boolean options support both senses
Alex Elder
2012-03-22
1
-0
/
+10
*
libceph: a few small changes
Alex Elder
2012-03-22
1
-14
/
+18
*
libceph: make ceph_tcp_connect() return int
Alex Elder
2012-03-22
1
-8
/
+6
*
libceph: encapsulate some messenger cleanup code
Alex Elder
2012-03-22
1
-18
/
+20
*
libceph: make ceph_msgr_wq private
Alex Elder
2012-03-22
1
-1
/
+1
*
libceph: encapsulate connection kvec operations
Alex Elder
2012-03-22
1
-61
/
+56
*
libceph: move prepare_write_banner()
Alex Elder
2012-03-22
1
-3
/
+4
*
rbd: make ceph_parse_options() return a pointer
Alex Elder
2012-03-22
1
-8
/
+8
*
ceph: eliminate some abusive casts
Alex Elder
2012-03-22
1
-4
/
+4
*
ceph: eliminate some needless casts
Alex Elder
2012-03-22
1
-11
/
+10
*
ceph: kill addr_str_lock spinlock; use atomic instead
Alex Elder
2012-03-22
1
-11
/
+10
*
ceph: make use of "else" where appropriate
Alex Elder
2012-03-22
1
-7
/
+4
*
ceph: use a shared zero page rather than one per messenger
Alex Elder
2012-03-22
1
-14
/
+29
*
libceph: fix overflow check in crush_decode()
Xi Wang
2012-03-22
1
-1
/
+2
*
net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...
Jim Schutt
2012-03-22
1
-6
/
+12
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-02-02
2
-3
/
+12
|
\
|
*
ceph: initialize client debugfs outside of monc->mutex
Sage Weil
2012-02-02
2
-3
/
+12
*
|
libceph: remove useless return value for osd_client __send_request()
Sage Weil
2012-01-10
1
-15
/
+6
*
|
crush: fix force for non-root TAKE
Sage Weil
2012-01-10
1
-3
/
+8
*
|
ceph: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2012-01-10
1
-2
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-12-13
1
-22
/
+13
|
\
|
*
crush: fix mapping calculation when force argument doesn't exist
Sage Weil
2011-12-12
1
-22
/
+13
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-11-21
1
-1
/
+1
|
\
|
|
*
libceph: Allocate larger oid buffer in request msgs
Stratos Psomadakis
2011-11-11
1
-1
/
+1
*
|
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
/
*
libceph: force resend of osd requests if we skip an osdmap
Sage Weil
2011-10-25
1
-10
/
+16
*
ceph: use kernel DNS resolver
Noah Watkins
2011-10-25
2
-12
/
+116
*
ceph: fix ceph_monc_init memory leak
Noah Watkins
2011-10-25
1
-3
/
+7
*
libceph: warn on msg allocation failures
Sage Weil
2011-10-25
1
-0
/
+1
*
libceph: don't complain on msgpool alloc failures
Sage Weil
2011-10-25
4
-19
/
+32
*
libceph: always preallocate mon connection
Sage Weil
2011-10-25
1
-25
/
+22
*
libceph: create messenger with client
Sage Weil
2011-10-25
1
-23
/
+24
*
Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-client
Linus Torvalds
2011-09-29
4
-42
/
+48
|
\
|
*
libceph: fix pg_temp mapping update
Sage Weil
2011-09-28
1
-26
/
+24
|
*
libceph: fix pg_temp mapping calculation
Sage Weil
2011-09-28
1
-13
/
+21
|
*
libceph: fix linger request requeuing
Sage Weil
2011-09-16
1
-3
/
+1
|
*
libceph: fix parse options memory leak
Noah Watkins
2011-09-16
1
-0
/
+1
|
*
libceph: initialize ack_stamp to avoid unnecessary connection reset
Jim Schutt
2011-09-16
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
Linus Torvalds
2011-09-09
2
-16
/
+46
|
\
|
[next]