index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-19
libceph: allow STAT osd operations
Alex Elder
1
-1
/
+2
2013-02-19
libceph: simplify data length calculation
Alex Elder
1
-8
/
+4
2013-02-18
libceph: remove dead code in osd_req_encode_op()
Alex Elder
1
-26
/
+5
2013-02-18
libceph: report defined but unsupported osd ops
Alex Elder
1
-0
/
+54
2013-02-18
libceph: update ceph_osd_op_name()
Alex Elder
1
-0
/
+24
2013-02-18
libceph: add ceph_osd_state_name()
Alex Elder
1
-0
/
+15
2013-02-18
libceph: kill ceph_osdc_wait_event()
Alex Elder
1
-18
/
+0
2013-02-18
libceph: kill ceph_osdc_create_event() "one_shot" parameter
Alex Elder
1
-6
/
+5
2013-02-18
libceph: kill ceph_calc_raw_layout()
Alex Elder
1
-45
/
+32
2013-02-18
libdeph: don't export ceph_osdc_init() or ceph_osdc_stop()
Alex Elder
1
-2
/
+0
2013-02-18
libceph: lock outside send_queued()
Alex Elder
1
-10
/
+9
2013-02-18
ceph: kill ceph_osdc_new_request() "num_reply" parameter
Alex Elder
1
-3
/
+3
2013-02-18
ceph: kill ceph_osdc_writepages() "flags" parameter
Alex Elder
1
-4
/
+2
2013-02-18
ceph: kill ceph_osdc_writepages() "dosync" parameter
Alex Elder
1
-2
/
+2
2013-02-18
ceph: kill ceph_osdc_writepages() "nofail" parameter
Alex Elder
1
-3
/
+3
2013-02-13
libceph: don't require r_num_pages for bio requests
Alex Elder
1
-3
/
+4
2013-02-13
rbd: don't take extra bio reference for osd client
Alex Elder
2
-5
/
+1
2013-02-13
libceph: add a compatibility check interface
Alex Elder
1
-0
/
+16
2013-02-13
libceph: fix messenger CONFIG_BLOCK dependencies
Alex Elder
1
-1
/
+4
2013-01-30
Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
Alex Elder
3
-161
/
+103
2013-01-25
libceph: fix undefined behavior when using snprintf()
Cong Ding
1
-18
/
+10
2013-01-17
libceph: pass num_op with ops
Alex Elder
1
-28
/
+15
2013-01-17
libceph: don't set pages or bio in ceph_osdc_alloc_request()
Alex Elder
1
-13
/
+2
2013-01-17
libceph: don't set flags in ceph_osdc_alloc_request()
Alex Elder
1
-7
/
+4
2013-01-17
libceph: drop osdc from ceph_calc_raw_layout()
Alex Elder
1
-6
/
+4
2013-01-17
libceph: drop snapid in ceph_calc_raw_layout()
Alex Elder
1
-10
/
+4
2013-01-17
libceph: pass length to ceph_calc_file_object_mapping()
Alex Elder
2
-7
/
+8
2013-01-17
libceph: pass length to ceph_osdc_build_request()
Alex Elder
1
-3
/
+3
2013-01-17
libceph: kill op_needs_trail()
Alex Elder
1
-23
/
+4
2013-01-17
libceph: always allow trail in osd request
Alex Elder
1
-31
/
+12
2013-01-17
rbd: drop oid parameters from ceph_osdc_build_request()
Alex Elder
1
-8
/
+5
2013-01-17
libceph: reformat __reset_osd()
Alex Elder
1
-14
/
+18
2013-01-17
crush: avoid recursion if we have already collided
Sage Weil
1
-1
/
+1
2013-01-17
libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...
Jim Schutt
2
-3
/
+16
2013-01-17
ceph: re-calculate truncate_size for strip object
Yan, Zheng
1
-0
/
+8
2013-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
17
-115
/
+237
2013-01-11
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
2
-2
/
+9
2013-01-11
Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-4
/
+11
2013-01-10
tcp: accept RST without ACK flag
Eric Dumazet
1
-2
/
+2
2013-01-10
nfs: fix sunrpc/clnt.c kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2013-01-10
ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]
Romain Kuntz
1
-14
/
+11
2013-01-10
ipv6: fix the noflags test in addrconf_get_prefix_route
Romain Kuntz
1
-1
/
+1
2013-01-10
tcp: fix splice() and tcp collapsing interaction
Eric Dumazet
1
-3
/
+10
2013-01-10
tcp: splice: fix an infinite loop in tcp_read_sock()
Eric Dumazet
1
-1
/
+1
2013-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2013-01-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-91
/
+202
2013-01-08
net: prevent setting ttl=0 via IP_TTL
Cong Wang
1
-1
/
+1
2013-01-08
SUNRPC: Ensure we release the socket write lock if the rpc_task exits early
Trond Myklebust
2
-4
/
+11
2013-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
20
-68
/
+221
2013-01-08
s390/irq: remove split irq fields from /proc/stat
Heiko Carstens
1
-1
/
+1
[next]