]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2014-01-27 Ilya Dryomovlibceph: add ceph_pg_pool_by_id()
2014-01-27 Ilya Dryomovlibceph: CEPH_OSD_FLAG_* enum update
2014-01-27 Ilya Dryomovlibceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid...
2014-01-27 Ilya Dryomovlibceph: introduce and start using oid abstraction
2014-01-27 Ilya Dryomovlibceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
2014-01-27 Ilya Dryomovlibceph: move ceph_file_layout helpers to ceph_fs.h
2014-01-27 Ilya Dryomovlibceph: start using oloc abstraction
2014-01-26 Ilya Dryomovlibceph: dout() is missing a newline
2014-01-26 Ilya Dryomovlibceph: add ceph_kv{malloc,free}() and switch to them
2014-01-21 Yan, Zhenglibceph: support CEPH_FEATURE_EXPORT_PEER
2014-01-21 Yan, Zhengceph: add imported caps when handling cap export message
2014-01-21 Yan, Zhengceph: add open export target session helper
2014-01-21 Yan, Zhengceph: remove exported caps when handling cap import...
2014-01-21 Yan, Zhengceph: handle session flush message
2014-01-21 Yan, Zhengceph: check inode caps in ceph_d_revalidate
2014-01-21 Yan, Zhengceph: handle -ESTALE reply
2014-01-21 Yan, Zhengceph: fix trim caps
2014-01-21 Yan, Zhengceph: fix cache revoke race
2014-01-21 Yan, Zhengceph: use ceph_seq_cmp() to compare migrate_seq
2014-01-21 Yan, Zhengceph: handle cap export race in try_flush_caps()
2014-01-17 J. Bruce Fieldsceph: trivial comment fix
2014-01-14 Ilya Dryomovlibceph: fix preallocation check in get_reply()
2014-01-14 Ilya Dryomovlibceph: rename front to front_len in get_reply()
2014-01-14 Ilya Dryomovlibceph: rename ceph_msg::front_max to front_alloc_len
2013-12-31 Ilya Dryomovlibceph: use CEPH_MON_PORT when the specified port...
2013-12-31 Ilya Dryomovcrush: support new indep mode and SET_* steps (crush...
2013-12-31 Ilya Dryomovcrush: fix crush_choose_firstn comment
2013-12-31 Ilya Dryomovcrush: attempts -> tries
2013-12-31 Ilya Dryomovcrush: add set_choose_local_[fallback_]tries steps
2013-12-31 Ilya Dryomovcrush: generalize descend_once
2013-12-31 Ilya Dryomovcrush: CHOOSE_LEAF -> CHOOSELEAF throughout
2013-12-31 Ilya Dryomovcrush: add SET_CHOOSE_TRIES rule step
2013-12-31 Ilya Dryomovcrush: apply chooseleaf_tries to firstn mode too
2013-12-31 Ilya Dryomovcrush: new SET_CHOOSE_LEAF_TRIES command
2013-12-31 Ilya Dryomovcrush: pass parent r value for indep call
2013-12-31 Ilya Dryomovcrush: clarify numrep vs endpos
2013-12-31 Ilya Dryomovcrush: strip firstn conditionals out of crush_choose...
2013-12-31 Ilya Dryomovcrush: add note about r in recursive choose
2013-12-31 Ilya Dryomovcrush: use breadth-first search for indep mode
2013-12-31 Ilya Dryomovcrush: return CRUSH_ITEM_UNDEF for failed placements...
2013-12-31 Ilya Dryomovcrush: eliminate CRUSH_MAX_SET result size limitation
2013-12-31 Ilya Dryomovcrush: fix some comments
2013-12-31 Ilya Dryomovcrush: reduce scope of some local variables
2013-12-31 Ilya Dryomovcrush: factor out (trivial) crush_destroy_rule()
2013-12-31 Ilya Dryomovcrush: pass weight vector size to map function
2013-12-31 Ilya Dryomovlibceph: update ceph_features.h
2013-12-31 Ilya Dryomovlibceph: all features fields must be u64
2013-12-31 Ilya Dryomovrbd: tear down watch request if rbd_dev_device_setup...
2013-12-31 Ilya Dryomovrbd: introduce rbd_dev_header_unwatch_sync() and switch...
2013-12-31 Alex ElderMAINTAINERS: update an e-mail address
2013-12-31 Ilya Dryomovrbd: enable extended devt in single-major mode
2013-12-31 Li Wangceph fscache: Uncaching no data page from fscache in...
2013-12-31 Li Wangceph fscache: Introduce a routine for uncaching single...
2013-12-31 Guangliang... ceph: add acl for cephfs
2013-12-31 Yan, Zhengceph: check caps in filemap_fault and page_mkwrite
2013-12-31 Ilya Dryomovrbd: add support for single-major device number allocat...
2013-12-31 Ilya Dryomovrbd: wire up is_visible() sysfs callback for rbd bus
2013-12-31 Ilya Dryomovrbd: add 'minor' sysfs rbd device attribute
2013-12-31 Ilya Dryomovrbd: switch to ida for rbd id assignments
2013-12-31 Ilya Dryomovrbd: refactor rbd_init() a bit
2013-12-31 Ilya Dryomovrbd: tweak "loaded" message and module description
2013-12-31 Ilya Dryomovrbd: rbd_device::dev_id is an int, format it as such
2013-12-13 Josh Durginlibceph: resend all writes after the osdmap loses the...
2013-12-13 Josh Durginlibceph: block I/O when PAUSE or FULL osd map flags...
2013-12-13 Libo Chenfs: ceph: new helper: file_inode(file)
2013-12-13 Li Wangceph: Add necessary clean up if invalid reply received...
2013-12-13 Li Wangceph: Clean up if error occurred in finish_read()
2013-12-13 majianpengceph: implement readv/preadv for sync operation
2013-12-13 majianpengceph: Implement writev/pwritev for sync operation.
2013-12-13 Yan, Zhengceph: drop unconnected inodes
2013-12-13 Li Wangceph: Avoid data inconsistency due to d-cache aliasing...
2013-12-13 Yan, Zhengceph: initialize inode before instantiating dentry
2013-12-06 Linus TorvaldsLinux 3.13-rc3 v3.13-rc3
2013-12-06 Linus TorvaldsMerge tag 'trace-fixes-3.13-rc2' of git://git.kernel...
2013-12-06 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2013-12-06 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2013-12-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-12-06 Linus TorvaldsMerge tag 'dt-fixes-for-3.13' of git://git.kernel.org...
2013-12-06 Gu Zhengaio: clean up aio ring in the fail path
2013-12-06 James MorrisMerge branch 'free-memory' of git://git.kernel.org...
2013-12-06 Linus TorvaldsMerge tag 'pm-3.13-rc3' of git://git.kernel.org/pub...
2013-12-06 Rafael J. WysockiMerge branches 'pm-epoll', 'pnp' and 'powercap'
2013-12-06 Rafael J. WysockiMerge branches 'pm-cpuidle' and 'pm-cpufreq'
2013-12-05 Linus TorvaldsMerge branch 'stable' of git://git.kernel.org/pub/scm...
2013-12-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2013-12-05 Linus TorvaldsMerge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org...
2013-12-05 Tony Luftrace: default to tilegx if ARCH=tile is specified
2013-12-05 Steven Rostedttracing: Only run synchronize_sched() at instance delet...
2013-12-05 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2013-12-05 Linus TorvaldsMerge tag 'fbdev-fixes-3.13' of git://git.kernel.org...
2013-12-05 Linus TorvaldsMerge tag 'sound-3.13-rc3' of git://git.kernel.org...
2013-12-05 Linus TorvaldsMerge tag 'pinctrl-v3.13-2' of git://git.kernel.org...
2013-12-05 Ming Leiblk-mq: fix use-after-free of request
2013-12-05 Linus TorvaldsMerge branch 'x86/urgent' of git://git.kernel.org/pub...
2013-12-05 Fenghua Yux86/apic, doc: Justification for disabling IO APIC...
2013-12-05 Srinivas PandruvadaPowerCap: Fix mode for energy counter
2013-12-05 Dmitry TorokhovPNP: fix restoring devices after hibernation
2013-12-04 H. Peter Anvinx86, bitops: Correct the assembly constraints to testin...
2013-12-04 Helge Dellernfs: fix do_div() warning by instead using sector_div()
2013-12-04 Trond MyklebustMAINTAINERS: Update contact information for Trond Myklebust
next