| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: prevent i_version from going back | Yan, Zheng | 2018-06-04 | 1 | -1/+2 |
* | ceph: fix wrong check for the case of updating link count | Yan, Zheng | 2018-06-04 | 1 | -2/+2 |
* | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov | 2018-06-04 | 3 | -24/+13 |
* | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 5 | -8/+7 |
* | libceph: don't abort reads in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -1/+2 |
* | libceph: avoid a use-after-free during map check | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
* | libceph: don't warn if req->r_abort_on_full is set | Ilya Dryomov | 2018-06-04 | 1 | -4/+6 |
* | libceph: use for_each_request() in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -53/+26 |
* | libceph: defer __complete_request() to a workqueue | Ilya Dryomov | 2018-06-04 | 2 | -1/+20 |
* | libceph: move more code into __complete_request() | Ilya Dryomov | 2018-06-04 | 1 | -8/+6 |
* | libceph: no need to call flush_workqueue() before destruction | Ilya Dryomov | 2018-06-04 | 1 | -1/+0 |
* | ceph: flush pending works before shutdown super | Yan, Zheng | 2018-06-04 | 1 | -0/+9 |
* | ceph: abort osd requests on force umount | Yan, Zheng | 2018-06-04 | 1 | -0/+1 |
* | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov | 2018-06-04 | 2 | -5/+64 |
* | ceph: fix st_nlink stat for directories | Luis Henriques | 2018-06-04 | 1 | -0/+8 |
* | ceph: support file lock on directory | Yan, Zheng | 2018-06-04 | 1 | -0/+2 |
* | ceph: show wsize only if non-default | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
* | ceph: handle the new nfiles/nsubdirs fields in cap message | Yan, Zheng | 2018-06-04 | 1 | -5/+34 |
* | ceph: define argument structure for handle_cap_grant | Yan, Zheng | 2018-06-04 | 1 | -54/+61 |
* | ceph: update i_files/i_subdirs only when Fs cap is issued | Yan, Zheng | 2018-06-04 | 1 | -17/+18 |
* | ceph: always get rstat from auth mds | Yan, Zheng | 2018-06-04 | 4 | -18/+36 |
* | ceph: use bit flags to define vxattr attributes | Yan, Zheng | 2018-06-04 | 1 | -18/+16 |
* | libceph: use MSG_TRUNC for discarding received bytes | Ilya Dryomov | 2018-06-04 | 1 | -13/+8 |
* | libceph: get rid of more_kvec in try_write() | Ilya Dryomov | 2018-06-04 | 1 | -7/+3 |
* | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu | 2018-06-04 | 3 | -7/+16 |
* | Linux 4.17v4.17 | Linus Torvalds | 2018-06-03 | 1 | -1/+1 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2018-06-03 | 4 | -21/+34 |
|\ |
|
| * | Revert "fs: fold open_check_o_direct into do_dentry_open" | Al Viro | 2018-06-03 | 3 | -19/+33 |
| * | fix io_destroy()/aio_complete() race | Al Viro | 2018-05-23 | 1 | -2/+1 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-06-03 | 3 | -18/+35 |
|\ \ |
|
| * | | sched/headers: Fix typo | Davidlohr Bueso | 2018-05-31 | 1 | -1/+1 |
| * | | sched/deadline: Fix missing clock update | Juri Lelli | 2018-05-31 | 1 | -3/+3 |
| * | | sched/core: Require cpu_active() in select_task_rq(), for user tasks | Paul Burton | 2018-05-31 | 1 | -2/+1 |
| * | | sched/core: Fix rules for running on online && !active CPUs | Peter Zijlstra | 2018-05-31 | 1 | -12/+30 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-03 | 9 | -21/+185 |
|\ \ \ |
|
| * \ \ | Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/s... | Ingo Molnar | 2018-05-31 | 9 | -21/+185 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | perf tools: Fix perf.data format description of NRCPUS header | Arnaldo Carvalho de Melo | 2018-05-30 | 1 | -1/+1 |
| | * | | perf script python: Add addr into perf sample dict | Leo Yan | 2018-05-30 | 1 | -0/+2 |
| | * | | perf data: Update documentation section on cpu topology | Thomas Richter | 2018-05-30 | 1 | -0/+8 |
| | * | | perf cs-etm: Fix indexing for decoder packet queue | Mathieu Poirier | 2018-05-30 | 1 | -2/+10 |
| | * | | perf bpf: Fix NULL return handling in bpf__prepare_load() | YueHaibing | 2018-05-30 | 1 | -3/+3 |
| | * | | perf test: "Session topology" dumps core on s390 | Thomas Richter | 2018-05-30 | 1 | -6/+24 |
| | * | | perf parse-events: Handle uncore event aliases in small groups properly | Kan Liang | 2018-05-30 | 4 | -9/+137 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-06-02 | 38 | -115/+192 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-06-02 | 2 | -0/+4 |
| |\ \ \ \ |
|
| | * | | | | bpf: fix uapi hole for 32 bit compat applications | Daniel Borkmann | 2018-06-01 | 2 | -0/+4 |
| * | | | | | net: usb: cdc_mbim: add flag FLAG_SEND_ZLP | Daniele Palmas | 2018-06-01 | 1 | -1/+1 |
| * | | | | | Merge branch 'tunnel-mtus' | David S. Miller | 2018-06-01 | 3 | -9/+15 |
| |\ \ \ \ \ |
|
| | * | | | | | ip6_tunnel: remove magic mtu value 0xFFF8 | Nicolas Dichtel | 2018-06-01 | 2 | -5/+11 |
| | * | | | | | ip_tunnel: restore binding to ifaces with a large mtu | Nicolas Dichtel | 2018-06-01 | 1 | -4/+4 |
| |/ / / / / |
|