firefly-linux-kernel-4.4.55.git
2014-04-28 Yan, Zhengceph: reserve caps for file layout/lock MDS requests
2014-04-28 Yan, Zhengceph: avoid releasing caps that are being used
2014-04-28 Yan, Zhengceph: clear directory's completeness when creating...
2014-04-28 Ilya Dryomovlibceph: fix non-default values check in apply_primary_...
2014-04-28 Yan, Zhengceph: use fpos_cmp() to compare dentry positions
2014-04-28 Yan, Zhengceph: check directory's completeness before emitting...
2014-04-06 Yan, Zhengceph: skip invalid dentry during dcache readdir
2014-04-05 Ilya Dryomovlibceph: dump pool {read,write}_tier to debugfs
2014-04-05 Ilya Dryomovlibceph: output primary affinity values on osdmap updates
2014-04-05 Yan, Zhengceph: flush cap release queue when trimming session...
2014-04-05 Yan, Zhengceph: don't grabs open file reference for aborted request
2014-04-05 Yan, Zhengceph: drop extra open file reference in ceph_atomic_open()
2014-04-05 Yan, Zhengceph: preallocate buffer for readdir reply
2014-04-05 Ilya Dryomovlibceph: enable PRIMARY_AFFINITY feature bit
2014-04-05 Ilya Dryomovlibceph: redo ceph_calc_pg_primary() in terms of ceph_c...
2014-04-05 Ilya Dryomovlibceph: add support for osd primary affinity
2014-04-05 Ilya Dryomovlibceph: add support for primary_temp mappings
2014-04-05 Ilya Dryomovlibceph: return primary from ceph_calc_pg_acting()
2014-04-05 Ilya Dryomovlibceph: switch ceph_calc_pg_acting() to new helpers
2014-04-05 Ilya Dryomovlibceph: introduce apply_temps() helper
2014-04-05 Ilya Dryomovlibceph: introduce pg_to_raw_osds() and raw_to_up_osds...
2014-04-05 Ilya Dryomovlibceph: ceph_can_shift_osds(pool) and pool type defines
2014-04-05 Ilya Dryomovlibceph: ceph_osd_{exists,is_up,is_down}(osd) definitions
2014-04-05 Ilya Dryomovlibceph: enable OSDMAP_ENC feature bit
2014-04-05 Ilya Dryomovlibceph: primary_affinity decode bits
2014-04-05 Ilya Dryomovlibceph: primary_affinity infrastructure
2014-04-05 Ilya Dryomovlibceph: primary_temp decode bits
2014-04-05 Ilya Dryomovlibceph: primary_temp infrastructure
2014-04-05 Ilya Dryomovlibceph: generalize ceph_pg_mapping
2014-04-05 Ilya Dryomovlibceph: introduce get_osdmap_client_data_v()
2014-04-05 Ilya Dryomovlibceph: introduce decode{,_new}_pg_temp() and switch...
2014-04-05 Ilya Dryomovlibceph: switch osdmap_set_max_osd() to krealloc()
2014-04-05 Ilya Dryomovlibceph: introduce decode{,_new}_pools() and switch...
2014-04-05 Ilya Dryomovlibceph: rename __decode_pool{,_names}() to decode_pool...
2014-04-05 Ilya Dryomovlibceph: fix and clarify ceph_decode_need() sizes
2014-04-05 Ilya Dryomovlibceph: nuke bogus encoding version check in osdmap_ap...
2014-04-05 Ilya Dryomovlibceph: fixup error handling in osdmap_apply_incremental()
2014-04-05 Ilya Dryomovlibceph: fix crush_decode() call site in osdmap_decode()
2014-04-05 Ilya Dryomovlibceph: check length of osdmap osd arrays
2014-04-05 Ilya Dryomovlibceph: safely decode max_osd value in osdmap_decode()
2014-04-05 Ilya Dryomovlibceph: fixup error handling in osdmap_decode()
2014-04-05 Ilya Dryomovlibceph: split osdmap allocation and decode steps
2014-04-05 Ilya Dryomovlibceph: dump osdmap and enhance output on decode errors
2014-04-05 Ilya Dryomovlibceph: dump pg_temp mappings to debugfs
2014-04-05 Ilya Dryomovlibceph: do not prefix osd lines with \t in debugfs...
2014-04-05 Ilya Dryomovlibceph: refer to osdmap directly in osdmap_show()
2014-04-05 Ilya Dryomovcrush: support chooseleaf_vary_r tunable (tunables3...
2014-04-05 Ilya Dryomovcrush: add SET_CHOOSELEAF_VARY_R step
2014-04-05 Ilya Dryomovcrush: add chooseleaf_vary_r tunable
2014-04-05 Ilya Dryomovcrush: allow crush rules to set (re)tries counts to 0
2014-04-05 Ilya Dryomovcrush: fix off-by-one errors in total_tries refactor
2014-04-05 Yan, Zhengceph: don't include ceph.{file,dir}.layout vxattr in...
2014-04-05 Yan, Zhengceph: check buffer size in ceph_vxattrcb_layout()
2014-04-05 Yan, Zhengceph: fix null pointer dereference in discard_cap_relea...
2014-04-05 Yan, Zhenglibceph: fix oops in ceph_msg_data_{pages,pagelist...
2014-04-05 Fabian Frederickceph: Remove get/set acl on symlinks
2014-04-05 Yan, Zhengceph: set mds_wanted when MDS reply changes a cap to...
2014-04-05 Yan, Zhengceph: use fl->fl_file as owner identifier of flock...
2014-04-05 Yan, Zhengceph: forbid mandatory file lock
2014-04-05 Yan, Zhengceph: use fl->fl_type to decide flock operation
2014-04-05 Yan, Zhengceph: update i_max_size even if inode version does...
2014-04-05 Yan, Zhengceph: make sure write caps are registered with auth MDS
2014-04-03 Yan, Zhengceph: print inode number for LOOKUPINO request
2014-04-03 Yan, Zhengceph: add get_name() NFS export callback
2014-04-03 Yan, Zhengceph: fix ceph_fh_to_parent()
2014-04-03 Yan, Zhengceph: add get_parent() NFS export callback
2014-04-03 Yan, Zhengceph: simplify ceph_fh_to_dentry()
2014-04-03 Yunchuan Wenceph: fscache: Wait for completion of object initialization
2014-04-03 Yunchuan Wenceph: fscache: Update object store limit after file...
2014-04-03 Yunchuan Wenceph: fscache: add an interface to synchronize object...
2014-04-03 Sage Weilceph: do not set r_old_dentry_dir on link()
2014-04-03 Sage Weilceph: do not assume r_old_dentry[_dir] always set together
2014-04-03 Sage Weilceph: do not chain inode updates to parent fsync
2014-04-03 Sage Weilceph: avoid useless ceph_get_dentry_parent_inode()...
2014-04-03 Yan, Zhengceph: let MDS adjust readdir 'frag'
2014-04-03 Yan, Zhengceph: fix reset_readdir()
2014-04-03 Yan, Zhengceph: fix ceph_dir_llseek()
2014-04-03 Ilya Dryomovrbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT...
2014-04-03 Ilya Dryomovrbd: num_ops parameter for rbd_osd_req_create()
2014-04-03 Ilya Dryomovlibceph: bump CEPH_OSD_MAX_OP to 3
2014-04-03 Ilya Dryomovlibceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
2014-04-03 Ilya Dryomovlibceph: encode CEPH_OSD_OP_FLAG_* op flags
2014-04-03 Ilya Dryomovrbd: fix error paths in rbd_img_request_fill()
2014-04-03 Ilya Dryomovrbd: remove out_partial label in rbd_img_request_fill()
2014-04-03 Ilya Dryomovlibceph: a per-osdc crush scratch buffer
2014-03-31 Linus TorvaldsLinux 3.14
2014-03-31 Linus TorvaldsMerge branch 'for-linus-2' of git://git./linux/kernel...
2014-03-31 Randy DunlapMAINTAINERS: resume as Documentation maintainer
2014-03-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-03-31 Eric ParisAUDIT: Allow login in non-init namespaces
2014-03-31 Theodore Ts'oext4: atomically set inode->i_flags in ext4_set_inode_f...
2014-03-30 Al Viroswitch mnt_hash to hlist
2014-03-30 Al Virodon't bother with propagate_mnt() unless the target...
2014-03-30 Al Virokeep shadowed vfsmounts together
2014-03-30 Al Viroresizable namespace.c hashes
2014-03-29 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2014-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-03-29 Dmitry TorokhovInput: mousedev - fix race when creating mixed device
2014-03-29 Elias VanderstuyftInput: don't modify the id of ioctl-provided ff effect...
2014-03-29 Alex Elderrbd: drop an unsafe assertion
next