summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* dm: fix truncated status stringsMikulas Patocka2013-03-011-2/+2
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-016-159/+180
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-151-1/+2
| * SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky2013-02-151-5/+1
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-0/+4
| * sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-0/+1
| * sunrpc: fix comment in struct xdr_buf definitionJeff Layton2013-02-051-1/+1
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-052-155/+170
| * sunrpc: copy scope ID in __rpc_copy_addr6Jeff Layton2013-02-051-0/+1
| * nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-041-1/+3
| * sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-0110-158/+227
|\ \
| * | libceph: add support for HASHPSPOOL pool flagSage Weil2013-02-272-1/+5
| * | libceph: update osd request/reply encodingSage Weil2013-02-272-39/+18
| * | libceph: calculate placement based on the internal data typesSage Weil2013-02-272-1/+2
| * | ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-274-32/+25
| * | ceph: update "ceph_features.h"Alex Elder2013-02-271-4/+20
| * | libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-272-4/+9
| * | libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-273-6/+7
| * | Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-209-84/+154
| |\ \
| | * | libceph: drop return value from page vector copy routinesAlex Elder2013-02-201-2/+2
| | * | libceph: use void pointers in page vector functionsAlex Elder2013-02-201-5/+5
| | * | libceph: update ceph_fs.hAlex Elder2013-02-181-8/+24
| | * | libceph: add ceph_osd_state_name()Alex Elder2013-02-181-0/+2
| | * | libceph: update rados.hAlex Elder2013-02-181-20/+71
| | * | libceph: kill ceph_osdc_wait_event()Alex Elder2013-02-181-3/+0
| | * | libceph: kill ceph_osdc_create_event() "one_shot" parameterAlex Elder2013-02-181-2/+1
| | * | libceph: kill ceph_calc_raw_layout()Alex Elder2013-02-181-5/+0
| | * | ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-181-2/+1
| | * | ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder2013-02-181-2/+1
| | * | ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder2013-02-181-1/+1
| | * | ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder2013-02-181-1/+1
| | * | libceph: improve packing in struct ceph_osd_req_opAlex Elder2013-02-181-7/+8
| | * | libceph: add a compatibility check interfaceAlex Elder2013-02-141-0/+2
| | * | libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder2013-02-141-0/+2
| | * | Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-305-29/+36
| | |\ \
| | | * | rbd: kill ceph_osd_req_op->flagsAlex Elder2013-01-171-1/+0
| | | * | libceph: pass num_op with opsAlex Elder2013-01-171-1/+2
| | | * | libceph: don't set pages or bio in ceph_osdc_alloc_request()Alex Elder2013-01-171-3/+1
| | | * | libceph: don't set flags in ceph_osdc_alloc_request()Alex Elder2013-01-171-1/+0
| | | * | libceph: drop osdc from ceph_calc_raw_layout()Alex Elder2013-01-171-2/+1
| | | * | libceph: drop snapid in ceph_calc_raw_layout()Alex Elder2013-01-171-1/+1
| | | * | libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-171-1/+1
| | | * | libceph: pass length to ceph_osdc_build_request()Alex Elder2013-01-171-1/+1
| | | * | libceph: always allow trail in osd requestAlex Elder2013-01-171-2/+2
| | | * | rbd: drop oid parameters from ceph_osdc_build_request()Alex Elder2013-01-171-3/+1
| | | * | ceph: define ceph_encode_8_safe()Alex Elder2013-01-171-12/+17
| | | * | libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...Jim Schutt2013-01-172-2/+7
| | | * | ceph: Check for created flag in response from mdsSam Lang2013-01-171-1/+4
* | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-281-3/+3
|\ \ \ \ \