| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-07 | f2fs: do not set LOST_PINO for newly created dir |  Sheng Yong | 1 | -1/+2 |
| 2017-07-07 | f2fs: skip ->writepages for {mete,node}_inode during recovery |  Chao Yu | 3 | -6/+13 |
| 2017-07-07 | f2fs: introduce __check_sit_bitmap |  Chao Yu | 1 | -0/+25 |
| 2017-07-07 | f2fs: stop gc/discard thread in prior during umount |  Chao Yu | 3 | -9/+18 |
| 2017-07-07 | f2fs: introduce reserved_blocks in sysfs |  Chao Yu | 4 | -6/+33 |
| 2017-07-07 | f2fs: avoid redundant f2fs_flush after remount |  Yunlong Song | 1 | -0/+2 |
| 2017-07-07 | f2fs: report # of free inodes more precisely |  Jaegeuk Kim | 1 | -3/+11 |
| 2017-07-07 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration |  Linus Torvalds | 5 | -6/+195 |
| 2017-07-07 | platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return value |  Gustavo A. R. Silva | 1 | -0/+12 |
| 2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 47 | -460/+1504 |
| 2017-07-07 | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN |  Darrick J. Wong | 6 | -8/+8 |
| 2017-07-07 | libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUS |  Ilya Dryomov | 1 | -0/+6 |
| 2017-07-07 | libceph: osd_state is 32 bits wide in luminous |  Ilya Dryomov | 3 | -12/+23 |
| 2017-07-07 | crush: remove an obsolete comment |  Ilya Dryomov | 1 | -5/+0 |
| 2017-07-07 | crush: crush_init_workspace starts with struct crush_work |  Ilya Dryomov | 1 | -1/+1 |
| 2017-07-07 | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() |  Ilya Dryomov | 3 | -3/+208 |
| 2017-07-07 | crush: implement weight and id overrides for straw2 |  Ilya Dryomov | 4 | -24/+119 |
| 2017-07-07 | libceph: apply_upmap() |  Ilya Dryomov | 1 | -2/+95 |
| 2017-07-07 | libceph: compute actual pgid in ceph_pg_to_up_acting_osds() |  Ilya Dryomov | 1 | -6/+6 |
| 2017-07-07 | libceph: pg_upmap[_items] infrastructure |  Ilya Dryomov | 3 | -4/+164 |
| 2017-07-07 | libceph: ceph_decode_skip_* helpers |  Ilya Dryomov | 2 | -22/+63 |
| 2017-07-07 | libceph: kill __{insert,lookup,remove}_pg_mapping() |  Ilya Dryomov | 1 | -72/+15 |
| 2017-07-07 | libceph: introduce and switch to decode_pg_mapping() |  Ilya Dryomov | 1 | -67/+83 |
| 2017-07-07 | libceph: don't pass pgid by value |  Ilya Dryomov | 1 | -10/+10 |
| 2017-07-07 | libceph: respect RADOS_BACKOFF backoffs |  Ilya Dryomov | 8 | -0/+737 |
| 2017-07-07 | libceph: make DEFINE_RB_* helpers more general |  Ilya Dryomov | 1 | -12/+37 |
| 2017-07-07 | libceph: avoid unnecessary pi lookups in calc_target() |  Ilya Dryomov | 3 | -30/+42 |
| 2017-07-07 | libceph: use target pi for calc_target() calculations |  Ilya Dryomov | 1 | -1/+8 |
| 2017-07-07 | libceph: always populate t->target_{oid,oloc} in calc_target() |  Ilya Dryomov | 1 | -11/+4 |
| 2017-07-07 | libceph: make sure need_resend targets reflect latest map |  Ilya Dryomov | 3 | -9/+27 |
| 2017-07-07 | libceph: delete from need_resend_linger before check_linger_pool_dne() |  Ilya Dryomov | 1 | -0/+1 |
| 2017-07-07 | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT |  Ilya Dryomov | 3 | -11/+19 |
| 2017-07-07 | libceph: drop need_resend from calc_target() |  Ilya Dryomov | 1 | -7/+11 |
| 2017-07-07 | libceph: MOSDOp v8 encoding (actual spgid + full hash) |  Ilya Dryomov | 3 | -20/+154 |
| 2017-07-07 | libceph: ceph_connection_operations::reencode_message() method |  Ilya Dryomov | 2 | -2/+7 |
| 2017-07-07 | libceph: encode_{pgid,oloc}() helpers |  Ilya Dryomov | 1 | -23/+27 |
| 2017-07-07 | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() |  Ilya Dryomov | 5 | -4/+60 |
| 2017-07-07 | libceph: new pi->last_force_request_resend |  Ilya Dryomov | 1 | -0/+37 |
| 2017-07-07 | libceph: fold [l]req->last_force_resend into ceph_osd_request_target |  Ilya Dryomov | 2 | -13/+12 |
| 2017-07-07 | libceph: support SERVER_JEWEL feature bits |  Ilya Dryomov | 2 | -1/+9 |
| 2017-07-07 | libceph: advertise support for OSD_POOLRESEND |  Ilya Dryomov | 1 | -0/+1 |
| 2017-07-07 | libceph: handle non-empty dest in ceph_{oloc,oid}_copy() |  Ilya Dryomov | 1 | -4/+6 |
| 2017-07-07 | libceph: new features macros |  Ilya Dryomov | 1 | -74/+166 |
| 2017-07-07 | libceph: remove ceph_sanitize_features() workaround |  Ilya Dryomov | 2 | -23/+1 |
| 2017-07-07 | ceph: update ceph_dentry_info::lease_session when necessary |  Yan, Zheng | 1 | -2/+7 |
| 2017-07-07 | ceph: new mount option that specifies fscache uniquifier |  Yan, Zheng | 3 | -21/+113 |
| 2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() |  Yan, Zheng | 1 | -2/+9 |
| 2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount |  Yan, Zheng | 2 | -4/+6 |
| 2017-07-07 | ceph: getattr before read on ceph.* xattrs |  Yan, Zheng | 1 | -0/+3 |
| 2017-07-07 | ceph: don't re-send interrupted flock request |  Yan, Zheng | 1 | -1/+24 |