| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-03-03 | 2 | -1/+20 |
|\ |
|
| * | SUNRPC: One line comment fix | Trond Myklebust | 2013-03-03 | 1 | -1/+1 |
| * | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 2013-03-01 | 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-03-01 | 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-24 | 1 | -1/+8 |
| * | | svcrpc: silence "unused variable" warning in !RPC_DEBUG case | J. Bruce Fields | 2013-01-24 | 1 | -0/+4 |
| * | | nfsd: Remove write permission from file content | Yanchuan Nian | 2013-01-24 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-03-01 | 10 | -574/+749 |
|\ \ \ |
|
| * | | | libceph: add support for HASHPSPOOL pool flag | Sage Weil | 2013-02-27 | 1 | -13/+26 |
| * | | | libceph: update osd request/reply encoding | Sage Weil | 2013-02-27 | 2 | -77/+174 |
| * | | | libceph: calculate placement based on the internal data types | Sage Weil | 2013-02-27 | 2 | -17/+12 |
| * | | | ceph: update support for PGID64, PGPOOL3, OSDENC protocol features | Sage Weil | 2013-02-27 | 3 | -83/+91 |
| * | | | libceph: decode into cpu-native ceph_pg type | Sage Weil | 2013-02-27 | 3 | -42/+50 |
| * | | | libceph: rename ceph_pg -> ceph_pg_v1 | Sage Weil | 2013-02-27 | 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-20 | 7 | -286/+274 |
| |\ \ \ |
|
| | * | | | libceph: drop return value from page vector copy routines | Alex Elder | 2013-02-20 | 1 | -8/+6 |
| | * | | | libceph: use void pointers in page vector functions | Alex Elder | 2013-02-20 | 1 | -5/+5 |
| | * | | | libceph: allow STAT osd operations | Alex Elder | 2013-02-20 | 1 | -1/+2 |
| | * | | | libceph: simplify data length calculation | Alex Elder | 2013-02-20 | 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 |
| | * | | | libceph: kill ceph_calc_raw_layout() | Alex Elder | 2013-02-18 | 1 | -45/+32 |
| | * | | | libdeph: don't export ceph_osdc_init() or ceph_osdc_stop() | Alex Elder | 2013-02-18 | 1 | -2/+0 |
| | * | | | libceph: lock outside send_queued() | Alex Elder | 2013-02-18 | 1 | -10/+9 |
| | * | | | ceph: kill ceph_osdc_new_request() "num_reply" parameter | Alex Elder | 2013-02-18 | 1 | -3/+3 |
| | * | | | ceph: kill ceph_osdc_writepages() "flags" parameter | Alex Elder | 2013-02-18 | 1 | -4/+2 |
| | * | | | ceph: kill ceph_osdc_writepages() "dosync" parameter | Alex Elder | 2013-02-18 | 1 | -2/+2 |
| | * | | | ceph: kill ceph_osdc_writepages() "nofail" parameter | Alex Elder | 2013-02-18 | 1 | -3/+3 |
| | * | | | libceph: don't require r_num_pages for bio requests | Alex Elder | 2013-02-14 | 1 | -3/+4 |
| | * | | | rbd: don't take extra bio reference for osd client | Alex Elder | 2013-02-14 | 2 | -5/+1 |