Age | Commit message (Expand) | Author | Files | Lines |
2016-05-26 | libceph: async MON client generic requests | Ilya Dryomov | 1 | -3/+16 |
2016-05-26 | libceph: support for checking on status of watch | Ilya Dryomov | 1 | -0/+4 |
2016-05-26 | libceph: support for sending notifies | Ilya Dryomov | 2 | -0/+23 |
2016-05-26 | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 3 | -44/+75 |
2016-05-26 | libceph: a major OSD client update | Ilya Dryomov | 1 | -11/+7 |
2016-05-26 | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 1 | -0/+1 |
2016-05-26 | libceph: handle_one_map() | Ilya Dryomov | 2 | -0/+3 |
2016-05-26 | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov | 1 | -0/+1 |
2016-05-26 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 1 | -2/+3 |
2016-05-26 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 1 | -2/+1 |
2016-05-26 | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2 | -18/+18 |
2016-05-26 | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 1 | -10/+5 |
2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 3 | -0/+62 |
2016-05-26 | libceph: pi->min_size, pi->last_force_request_resend | Ilya Dryomov | 1 | -3/+6 |
2016-05-26 | libceph: make pgid_cmp() global | Ilya Dryomov | 1 | -0/+2 |
2016-05-26 | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 1 | -2/+2 |
2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -3/+18 |
2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 1 | -5/+4 |
2016-05-26 | libceph: fix ceph_eversion encoding | Ilya Dryomov | 1 | -1/+1 |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 1 | -0/+57 |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov | 3 | -13/+2 |
2016-05-26 | libceph: variable-sized ceph_object_id | Ilya Dryomov | 1 | -25/+37 |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 1 | -0/+1 |
2016-05-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -0/+15 |
2016-05-14 | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2016-05-13 | Merge tag 'regulator-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2016-05-13 | Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063'... | Mark Brown | 1 | -0/+2 |
2016-05-13 | mm: thp: calculate the mapcount correctly for THP pages during WP faults | Andrea Arcangeli | 2 | -3/+12 |
2016-05-11 | Merge branch 'ovl-fixes' into for-linus | Al Viro | 88 | -330/+634 |
2016-05-11 | vfs: add lookup_hash() helper | Miklos Szeredi | 1 | -0/+2 |
2016-05-11 | vfs: add vfs_select_inode() helper | Miklos Szeredi | 1 | -0/+12 |
2016-05-10 | export tc ife uapi header | Jamal Hadi Salim | 1 | -0/+1 |
2016-05-10 | uapi glibc compat: fix compile errors when glibc net/if.h included before lin... | Mikko Rapeli | 2 | -0/+72 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -10/+7 |
2016-05-09 | compiler-gcc: require gcc 4.8 for powerpc __builtin_bswap16() | Josh Poimboeuf | 1 | -1/+1 |
2016-05-09 | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces | Serge E. Hallyn | 1 | -0/+2 |
2016-05-09 | macsec: key identifier is 128 bits, not 64 | Sabrina Dubroca | 1 | -1/+3 |
2016-05-07 | udp_offload: Set encapsulation before inner completes. | Jarno Rajahalme | 1 | -0/+3 |
2016-05-07 | udp_tunnel: Remove redundant udp_tunnel_gro_complete(). | Jarno Rajahalme | 1 | -9/+0 |
2016-05-06 | Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+3 |
2016-05-06 | Merge branches 'acpica-fixes' and 'device-properties-fixes' | Rafael J. Wysocki | 2 | -3/+3 |
2016-05-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -78/+116 |
2016-05-06 | byteswap: try to avoid __builtin_constant_p gcc bug | Arnd Bergmann | 1 | -9/+15 |
2016-05-06 | mm: thp: kvm: fix memory corruption in KVM with THP enabled | Andrea Arcangeli | 1 | -0/+22 |
2016-05-06 | rapidio/mport_cdev: fix uapi type definitions | Alexandre Bounine | 1 | -69/+75 |
2016-05-06 | mm: memcontrol: let v2 cgroups follow changes in system swappiness | Johannes Weiner | 1 | -0/+4 |
2016-05-06 | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2016-05-05 | asm-generic: use compat version for preadv2 and pwritev2 | Yury Norov | 1 | -2/+2 |
2016-05-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+1 |
2016-05-04 | Merge tag 'for-linus-4.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |