index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
libceph: record residual bytes for all message data types
Alex Elder
1
-1
/
+1
2013-05-02
libceph: wrap auth methods in a mutex
Sage Weil
1
-0
/
+2
2013-05-02
libceph: wrap auth ops in wrapper functions
Sage Weil
1
-0
/
+13
2013-05-02
libceph: add update_authorizer auth method
Sage Weil
1
-0
/
+3
2013-05-02
libceph: implement RECONNECT_SEQ feature
Sage Weil
2
-0
/
+3
2013-05-02
libceph: kill message trail
Alex Elder
1
-4
/
+0
2013-05-02
libceph: kill osd request r_trail
Alex Elder
1
-1
/
+0
2013-05-02
libceph: have osd requests support pagelist data
Alex Elder
1
-1
/
+3
2013-05-02
libceph: let osd ops determine request data length
Alex Elder
1
-2
/
+1
2013-05-02
libceph: implement pages array cursor
Alex Elder
1
-0
/
+6
2013-05-02
libceph: implement bio message data item cursor
Alex Elder
1
-0
/
+7
2013-05-02
libceph: prepare for other message data item types
Alex Elder
1
-2
/
+6
2013-05-02
libceph: start defining message data cursor
Alex Elder
1
-0
/
+7
2013-05-02
libceph: abstract message data
Alex Elder
1
-20
/
+51
2013-05-02
libceph: be explicit about message data representation
Alex Elder
1
-12
/
+21
2013-05-02
libceph: define ceph_msg_has_*() data macros
Alex Elder
1
-0
/
+7
2013-05-02
libceph: record message data byte length
Alex Elder
1
-1
/
+1
2013-05-02
libceph: isolate other message data fields
Alex Elder
1
-0
/
+5
2013-05-02
libceph: set page info with byte length
Alex Elder
1
-1
/
+1
2013-05-02
libceph: isolate message page field manipulation
Alex Elder
1
-9
/
+13
2013-05-02
libceph: record byte count not page count
Alex Elder
1
-1
/
+1
2013-05-02
libceph: define CEPH_MSG_MAX_MIDDLE_LEN
Alex Elder
1
-0
/
+1
2013-05-02
libceph: separate read and write data
Alex Elder
1
-2
/
+3
2013-05-02
libceph: distinguish page and bio requests
Alex Elder
1
-1
/
+10
2013-05-02
libceph: separate osd request data info
Alex Elder
1
-8
/
+16
2013-05-02
libceph: don't assign page info in ceph_osdc_new_request()
Alex Elder
1
-1
/
+1
2013-05-02
libceph: rename ceph_calc_object_layout()
Alex Elder
1
-4
/
+2
2013-05-02
libceph: kill ceph_msg->pagelist_count
Alex Elder
1
-1
/
+0
2013-05-02
libceph: use (void *) for untyped data in osd ops
Alex Elder
1
-2
/
+2
2013-05-02
libceph: complete lingering requests only once
Alex Elder
1
-0
/
+1
2013-05-02
libceph: distinguish page array and pagelist count
Alex Elder
1
-1
/
+2
2013-05-02
libceph: make ceph_msg->bio_seg be unsigned
Alex Elder
1
-1
/
+1
2013-04-21
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+3
2013-04-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+22
2013-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-3
/
+6
2013-04-21
net: fix incorrect credentials passing
Linus Torvalds
1
-2
/
+2
2013-04-20
Merge remote-tracking branch 'efi/urgent' into x86/urgent
H. Peter Anvin
2
-1
/
+22
2013-04-20
irda: small read past the end of array in debug code
Dan Carpenter
1
-1
/
+2
2013-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-220
/
+216
2013-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+2
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
2
-5
/
+4
2013-04-17
x86, kdump: Retore crashkernel= to allocate under 896M
Yinghai Lu
1
-0
/
+2
2013-04-17
x86, kdump: Set crashkernel_low automatically
Yinghai Lu
1
-0
/
+1
2013-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-7
/
+24
2013-04-17
fuse: fix type definitions in uapi header
Miklos Szeredi
1
-220
/
+216
2013-04-17
vm: add vm_iomap_memory() helper function
Linus Torvalds
1
-0
/
+2
2013-04-16
Move utf16 functions to kernel core and rename
Matthew Garrett
1
-0
/
+14
2013-04-15
Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...
Linus Torvalds
2
-3
/
+4
2013-04-14
ipv6: statically link register_inet6addr_notifier()
Cong Wang
1
-0
/
+1
2013-04-14
Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
[next]