Age | Commit message (Expand) | Author | Files | Lines |
2016-05-26 | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 3 | -6/+6 |
2016-05-26 | ceph: using hash value to compose dentry offset | Yan, Zheng | 1 | -0/+1 |
2016-05-26 | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 1 | -0/+12 |
2016-05-26 | libceph: support for subscribing to "mdsmap.<id>" maps | Ilya Dryomov | 2 | -0/+3 |
2016-05-26 | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 2 | -1/+1 |
2016-05-26 | libceph: pool deletion detection | Ilya Dryomov | 1 | -0/+6 |
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-25 | Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fi... | Mark Brown | 1 | -0/+1 |
2016-05-25 | Merge tag 'asoc-v4.7' into asoc-linus | Mark Brown | 1 | -0/+6 |
2016-05-25 | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -80/+239 |
2016-05-25 | KVM: Create debugfs dir and stat files for each VM | Janosch Frank | 1 | -0/+7 |
2016-05-25 | sched/core: Fix remote wakeups | Peter Zijlstra | 1 | -0/+1 |
2016-05-25 | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2016-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -5/+11 |
2016-05-24 | Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+5 |
2016-05-24 | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd | Linus Torvalds | 13 | -257/+328 |
2016-05-24 | Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2 | -0/+8 |
2016-05-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 7 | -53/+66 |
2016-05-24 | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -3/+104 |
2016-05-24 | mm: make vm_brk killable | Michal Hocko | 1 | -1/+1 |
2016-05-24 | mm: make vm_mmap killable | Michal Hocko | 1 | -1/+1 |
2016-05-24 | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote... | Xunlei Pang | 1 | -2/+0 |
2016-05-24 | kexec: introduce a protection mechanism for the crashkernel reserved memory | Xunlei Pang | 1 | -0/+2 |
2016-05-24 | signal: move the "sig < SIGRTMIN" check into siginmask(sig) | Oleg Nesterov | 1 | -9/+7 |
2016-05-24 | signal: make oom_flags a bool | Tetsuo Handa | 3 | -8/+8 |
2016-05-24 | nilfs2: fix block comments | Ryusuke Konishi | 1 | -23/+43 |
2016-05-24 | nilfs2: avoid bare use of 'unsigned' | Ryusuke Konishi | 1 | -3/+3 |
2016-05-24 | nilfs2: clean up old e-mail addresses | Ryusuke Konishi | 1 | -2/+1 |