| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: improving efficiency of syncfs | Chengguang Xu | 2018-01-30 | 1 | -1/+1 |
* | libceph: check kstrndup() return value | Chengguang Xu | 2018-01-29 | 1 | -0/+4 |
* | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 4 | -16/+74 |
* | ceph: fix race of queuing delayed caps | Yan, Zheng | 2018-01-29 | 1 | -17/+16 |
* | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng | 2018-01-29 | 1 | -12/+3 |
* | ceph: limit rate of cap import/export error messages | Yan, Zheng | 2018-01-29 | 1 | -7/+15 |
* | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 2018-01-29 | 2 | -3/+19 |
* | ceph: fix un-balanced fsc->writeback_count update | Yan, Zheng | 2018-01-29 | 1 | -3/+6 |
* | ceph: track read contexts in ceph_file_info | Yan, Zheng | 2018-01-29 | 3 | -9/+66 |
* | ceph: avoid dereferencing invalid pointer during cached readdir | Yan, Zheng | 2018-01-29 | 2 | -19/+66 |
* | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 2018-01-29 | 4 | -12/+13 |
* | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 2018-01-29 | 2 | -12/+6 |
* | ceph: voluntarily drop Fx cap for readdir request | Yan, Zheng | 2018-01-29 | 1 | -0/+1 |
* | ceph: properly drop caps for setattr request | Yan, Zheng | 2018-01-29 | 1 | -6/+6 |
* | ceph: voluntarily drop Lx cap for link/rename requests | Yan, Zheng | 2018-01-29 | 1 | -2/+2 |
* | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 2018-01-29 | 3 | -10/+19 |
* | rbd: whitelist RBD_FEATURE_OPERATIONS feature bit | Ilya Dryomov | 2018-01-29 | 1 | -1/+3 |
* | rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full() | Ilya Dryomov | 2018-01-29 | 1 | -2/+0 |
* | rbd: use kmem_cache_zalloc() in rbd_img_request_create() | Ilya Dryomov | 2018-01-29 | 1 | -7/+2 |
* | rbd: obj_request->completion is unused | Ilya Dryomov | 2018-01-29 | 1 | -6/+1 |
* | Linux 4.15 | Linus Torvalds | 2018-01-28 | 1 | -1/+1 |
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-28 | 2 | -2/+0 |
|\ |
|
| * | x86/retpoline: Remove the esp/rsp thunk | Waiman Long | 2018-01-24 | 2 | -2/+0 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-01-28 | 7 | -34/+60 |
|\ \ |
|
| * | | x86/ftrace: Add one more ENDPROC annotation | Josh Poimboeuf | 2018-01-28 | 1 | -1/+1 |
| * | | x86: Mark hpa as a "Designated Reviewer" for the time being | H. Peter Anvin | 2018-01-27 | 1 | -11/+1 |
| * | | x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels | Andy Lutomirski | 2018-01-26 | 1 | -13/+9 |
| * | | x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems | Andy Lutomirski | 2018-01-26 | 1 | -5/+29 |
| * | | x86/microcode: Fix again accessing initrd after having been freed | Borislav Petkov | 2018-01-24 | 1 | -1/+1 |
| * | | x86/microcode/intel: Extend BDW late-loading further with LLC size check | Jia Zhang | 2018-01-24 | 1 | -2/+18 |
| * | | perf/x86/amd/power: Do not load AMD power module on !AMD platforms | Xiao Liang | 2018-01-24 | 1 | -1/+1 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2018-01-28 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | hrtimer: Reset hrtimer cpu base proper on CPU hotplug | Thomas Gleixner | 2018-01-27 | 1 | -0/+3 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-01-28 | 3 | -5/+18 |
|\ \ \ \ |
|
| * | | | | sched/core: Fix cpu.max vs. cpuhotplug deadlock | Peter Zijlstra | 2018-01-24 | 3 | -5/+18 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-01-28 | 2 | -20/+60 |
|\ \ \ \ |
|
| * | | | | perf/x86: Fix perf,x86,cpuhp deadlock | Peter Zijlstra | 2018-01-25 | 1 | -15/+18 |
| * | | | | perf/core: Fix ctx::mutex deadlock | Peter Zijlstra | 2018-01-25 | 1 | -1/+7 |
| * | | | | perf/core: Fix another perf,trace,cpuhp lock inversion | Peter Zijlstra | 2018-01-25 | 1 | -2/+24 |
| * | | | | perf/core: Fix lock inversion between perf,trace,cpuhp | Peter Zijlstra | 2018-01-25 | 1 | -2/+11 |
| |/ / / |
|
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2018-01-28 | 2 | -3/+5 |
|\ \ \ \ |
|
| * | | | | locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks() | Tejun Heo | 2018-01-24 | 1 | -0/+2 |
| * | | | | futex: Fix OWNER_DEAD fixup | Peter Zijlstra | 2018-01-24 | 1 | -3/+3 |
| |/ / / |
|
* | | | | Merge tag 'riscv-for-linus-4.15-maintainers' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2018-01-26 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Update the RISC-V MAINTAINERS file | Palmer Dabbelt | 2018-01-26 | 1 | -2/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-01-26 | 16 | -28/+57 |
|\ \ \ \ \ |
|
| * | | | | | VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING | Stefan Hajnoczi | 2018-01-26 | 1 | -1/+1 |
| * | | | | | dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state | Alexey Kodanev | 2018-01-26 | 1 | -0/+3 |
| * | | | | | net: vrf: Add support for sends to local broadcast address | David Ahern | 2018-01-25 | 1 | -2/+3 |
| * | | | | | r8169: fix memory corruption on retrieval of hardware statistics. | Francois Romieu | 2018-01-25 | 1 | -7/+2 |