Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-05-07ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-04-05libceph: enable PRIMARY_AFFINITY feature bitIlya Dryomov
2014-04-05libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov
2014-04-05libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov
2014-04-05libceph: ceph_can_shift_osds(pool) and pool type definesIlya Dryomov
2014-04-05libceph: ceph_osd_{exists,is_up,is_down}(osd) definitionsIlya Dryomov
2014-04-05libceph: enable OSDMAP_ENC feature bitIlya Dryomov
2014-04-05libceph: primary_affinity infrastructureIlya Dryomov
2014-04-05libceph: primary_temp infrastructureIlya Dryomov
2014-04-05libceph: generalize ceph_pg_mappingIlya Dryomov
2014-04-05libceph: split osdmap allocation and decode stepsIlya Dryomov
2014-04-05crush: support chooseleaf_vary_r tunable (tunables3) by defaultIlya Dryomov
2014-04-05ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov
2014-02-18ceph: remove xattr when null value is given to setxattr()Yan, Zheng
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-01-28libceph: support CEPH_FEATURE_OSD_CACHEPOOL featureIlya Dryomov
2014-01-28libceph: follow redirect replies from osdsIlya Dryomov
2014-01-28libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov
2014-01-28libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov
2014-01-28libceph: add ceph_pg_pool_by_id()Ilya Dryomov
2014-01-28libceph: CEPH_OSD_FLAG_* enum updateIlya Dryomov
2014-01-28libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov
2014-01-28libceph: introduce and start using oid abstractionIlya Dryomov
2014-01-28libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov
2014-01-28libceph: move ceph_file_layout helpers to ceph_fs.hIlya Dryomov
2014-01-28libceph: start using oloc abstractionIlya Dryomov
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov
2014-01-24remove extra definitions of U32_MAXAlex Elder
2014-01-24conditionally define U32_MAXAlex Elder
2014-01-21libceph: support CEPH_FEATURE_EXPORT_PEERYan, Zheng
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng
2014-01-21ceph: handle session flush messageYan, Zheng
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov
2013-12-31crush: support new indep mode and SET_* steps (crush v2) by defaultIlya Dryomov
2013-12-31libceph: update ceph_features.hIlya Dryomov
2013-12-31libceph: all features fields must be u64Ilya Dryomov
2013-12-13libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin
2013-11-24ceph: Convert to immutable biovecsKent Overstreet
2013-09-09libceph: add function to ensure notifies are completeJosh Durgin
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin