| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | l2tp: Restore socket refcount when sendmsg succeeds | Guillaume Nault | 2013-03-01 | 1 | -0/+1 |
| |/ / / |
|
| * | | | sctp: fix association hangs due to partial delivery errors | Lee A. Roberts | 2013-02-28 | 1 | -11/+43 |
| * | | | sctp: fix association hangs due to errors when reneging events from the order... | Lee A. Roberts | 2013-02-28 | 1 | -4/+22 |
| * | | | sctp: fix association hangs due to reneging packets below the cumulative TSN ... | Lee A. Roberts | 2013-02-28 | 1 | -2/+7 |
| * | | | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow() | Lee A. Roberts | 2013-02-28 | 1 | -6/+7 |
| * | | | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS | Guenter Roeck | 2013-02-27 | 1 | -3/+3 |
| * | | | irda: small read beyond end of array in debug code | Dan Carpenter | 2013-02-27 | 1 | -2/+5 |
| | |/
| |/| |
|
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2013-02-26 | 1 | -1/+2 |
| |\ \ |
|
| | * | | netfilter: ipset: "Directory not empty" error message | Jozsef Kadlecsik | 2013-02-21 | 1 | -1/+2 |
* | | | | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-03-02 | 2 | -1/+20 |
|\ \ \ \ |
|
| * | | | | SUNRPC: One line comment fix | Trond Myklebust | 2013-03-02 | 1 | -1/+1 |
| * | | | | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 2013-02-28 | 1 | -0/+15 |
| * | | | | SUNRPC: Don't start the retransmission timer when out of socket space | Trond Myklebust | 2013-02-22 | 1 | -1/+5 |
* | | | | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-02-28 | 12 | -101/+162 |
|\ \ \ \ \ |
|
| * | | | | | SUNRPC: make AF_LOCAL connect synchronous | J. Bruce Fields | 2013-02-28 | 1 | -8/+27 |
| * | | | | | svcrpc: fix rpc server shutdown races | J. Bruce Fields | 2013-02-17 | 2 | -34/+32 |
| * | | | | | svcrpc: make svc_age_temp_xprts enqueue under sv_lock | J. Bruce Fields | 2013-02-17 | 1 | -13/+2 |
| * | | | | | SUNRPC: move cache_detail->cache_request callback call to cache_read() | Stanislav Kinsbursky | 2013-02-15 | 1 | -12/+20 |
| * | | | | | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function | Stanislav Kinsbursky | 2013-02-15 | 1 | -7/+3 |
| * | | | | | SUNRPC: rework cache upcall logic | Stanislav Kinsbursky | 2013-02-15 | 3 | -23/+7 |
| * | | | | | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2013-02-15 | 2 | -3/+6 |
| * | | | | | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 2013-02-08 | 3 | -2/+51 |
| * | | | | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 2013-02-05 | 6 | -2/+7 |
| * | | | | | sunrpc: Fix lockd sleeping until timeout | Andriy Skulysh | 2013-01-23 | 1 | -1/+8 |
| * | | | | | svcrpc: silence "unused variable" warning in !RPC_DEBUG case | J. Bruce Fields | 2013-01-23 | 1 | -0/+4 |
| * | | | | | nfsd: Remove write permission from file content | Yanchuan Nian | 2013-01-23 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-02-28 | 10 | -574/+749 |
|\ \ \ \ \ \ |
|
| * | | | | | | libceph: add support for HASHPSPOOL pool flag | Sage Weil | 2013-02-26 | 1 | -13/+26 |
| * | | | | | | libceph: update osd request/reply encoding | Sage Weil | 2013-02-26 | 2 | -77/+174 |
| * | | | | | | libceph: calculate placement based on the internal data types | Sage Weil | 2013-02-26 | 2 | -17/+12 |
| * | | | | | | ceph: update support for PGID64, PGPOOL3, OSDENC protocol features | Sage Weil | 2013-02-26 | 3 | -83/+91 |
| * | | | | | | libceph: decode into cpu-native ceph_pg type | Sage Weil | 2013-02-26 | 3 | -42/+50 |
| * | | | | | | libceph: rename ceph_pg -> ceph_pg_v1 | Sage Weil | 2013-02-26 | 2 | -10/+10 |
| * | | | | | | libceph: use a do..while loop in con_work() | Alex Elder | 2013-02-25 | 1 | -41/+42 |
| * | | | | | | libceph: use a flag to indicate a fault has occurred | Alex Elder | 2013-02-25 | 1 | -12/+12 |
| * | | | | | | libceph: separate non-locked fault handling | Alex Elder | 2013-02-25 | 1 | -19/+23 |
| * | | | | | | libceph: encapsulate connection backoff | Alex Elder | 2013-02-25 | 1 | -13/+24 |
| * | | | | | | libceph: eliminate sparse warnings | Alex Elder | 2013-02-25 | 3 | -5/+6 |
| * | | | | | | libceph: define connection flag helpers | Alex Elder | 2013-02-25 | 1 | -29/+78 |
| * | | | | | | Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-ceph | Alex Elder | 2013-02-19 | 7 | -286/+274 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | libceph: drop return value from page vector copy routines | Alex Elder | 2013-02-19 | 1 | -8/+6 |
| | * | | | | | | libceph: use void pointers in page vector functions | Alex Elder | 2013-02-19 | 1 | -5/+5 |
| | * | | | | | | libceph: allow STAT osd operations | Alex Elder | 2013-02-19 | 1 | -1/+2 |
| | * | | | | | | libceph: simplify data length calculation | Alex Elder | 2013-02-19 | 1 | -8/+4 |
| | * | | | | | | libceph: remove dead code in osd_req_encode_op() | Alex Elder | 2013-02-18 | 1 | -26/+5 |
| | * | | | | | | libceph: report defined but unsupported osd ops | Alex Elder | 2013-02-18 | 1 | -0/+54 |
| | * | | | | | | libceph: update ceph_osd_op_name() | Alex Elder | 2013-02-18 | 1 | -0/+24 |
| | * | | | | | | libceph: add ceph_osd_state_name() | Alex Elder | 2013-02-18 | 1 | -0/+15 |
| | * | | | | | | libceph: kill ceph_osdc_wait_event() | Alex Elder | 2013-02-18 | 1 | -18/+0 |
| | * | | | | | | libceph: kill ceph_osdc_create_event() "one_shot" parameter | Alex Elder | 2013-02-18 | 1 | -6/+5 |