summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-2810-158/+227
|\
| * libceph: add support for HASHPSPOOL pool flagSage Weil2013-02-262-1/+5
| * libceph: update osd request/reply encodingSage Weil2013-02-262-39/+18
| * libceph: calculate placement based on the internal data typesSage Weil2013-02-262-1/+2
| * ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-264-32/+25
| * ceph: update "ceph_features.h"Alex Elder2013-02-261-4/+20
| * libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-262-4/+9
| * libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-263-6/+7
| * Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder2013-02-199-84/+154
| |\
| | * libceph: drop return value from page vector copy routinesAlex Elder2013-02-191-2/+2
| | * libceph: use void pointers in page vector functionsAlex Elder2013-02-191-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-131-0/+2
| | * libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder2013-02-131-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
|\ \ \ \
| * | | | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename themMiao Xie2013-01-121-3/+3
* | | | | Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-25/+0
|\ \ \ \ \
| * | | | | xen-blkfront: drop the use of llist_for_each_entry_safeKonrad Rzeszutek Wilk2013-02-191-25/+0
* | | | | | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-287-18/+216
|\ \ \ \ \ \
| * | | | | | sched: add wait_for_completion_io[_timeout]Vladimir Davydov2013-02-151-0/+3
| * | | | | | writeback: add more tracepointsTejun Heo2013-01-141-0/+116
| * | | | | | block: add block_{touch|dirty}_buffer tracepointTejun Heo2013-01-141-0/+51
| * | | | | | buffer: make touch_buffer() an exported functionTejun Heo2013-01-141-1/+1
| * | | | | | block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-11/+34
| * | | | | | block: add missing block_bio_complete() tracepointTejun Heo2013-01-142-4/+5
| * | | | | | Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-01-111-0/+2
| |\ \ \ \ \ \