| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-11-21 | 6 | -94/+206 |
|\ |
|
| * | ceph: silence sparse endianness warning in encode_caps_cb | Jeff Layton | 2017-11-13 | 1 | -2/+2 |
| * | ceph: remove the bump of i_version | Jeff Layton | 2017-11-13 | 1 | -1/+0 |
| * | ceph: present consistent fsid, regardless of arch endianness | Jeff Layton | 2017-11-13 | 1 | -2/+3 |
| * | ceph: clean up spinlocking and list handling around cleanup_cap_releases() | Jeff Layton | 2017-11-13 | 1 | -13/+21 |
| * | ceph: remove unused and redundant variable dropping | Colin Ian King | 2017-11-13 | 1 | -2/+1 |
| * | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() | Ilya Dryomov | 2017-11-13 | 1 | -2/+2 |
| * | ceph: disable cached readdir after dropping positive dentry | Yan, Zheng | 2017-11-13 | 1 | -1/+6 |
| * | ceph: fix bool initialization/comparison | Thomas Meyer | 2017-11-13 | 1 | -3/+3 |
| * | ceph: handle 'session get evicted while there are file locks' | Yan, Zheng | 2017-11-13 | 3 | -17/+58 |
| * | ceph: optimize flock encoding during reconnect | Yan, Zheng | 2017-11-13 | 2 | -21/+30 |
| * | ceph: make lock_to_ceph_filelock() static | Yan, Zheng | 2017-11-13 | 2 | -32/+31 |
| * | ceph: keep auth cap when inode has flocks or posix locks | Yan, Zheng | 2017-11-13 | 4 | -9/+60 |
* | | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 2017-11-15 | 1 | -2/+2 |
* | | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 2017-11-15 | 1 | -2/+1 |
* | | ceph: use pagevec_lookup_range_nr_tag() | Jan Kara | 2017-11-15 | 1 | -4/+2 |
* | | ceph: use pagevec_lookup_range_tag() | Jan Kara | 2017-11-15 | 1 | -16/+3 |
|/ |
|
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 19 | -0/+19 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 19 | -0/+19 |
* | | ceph: unlock dangling spinlock in try_flush_caps() | Jeff Layton | 2017-10-25 | 1 | -1/+4 |
|/ |
|
* | ceph: fix __choose_mds() for LSSNAP request | Yan, Zheng | 2017-10-02 | 1 | -5/+6 |
* | ceph: properly queue cap snap for newly created snap realm | Yan, Zheng | 2017-10-02 | 1 | -5/+3 |
* | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL | Yan, Zheng | 2017-09-19 | 2 | -3/+7 |
* | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-09-12 | 13 | -330/+408 |
|\ |
|
| * | ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap | Yan, Zheng | 2017-09-06 | 1 | -6/+7 |
| * | ceph: wait on writeback after writing snapshot data | Yan, Zheng | 2017-09-06 | 1 | -0/+24 |
| * | ceph: fix capsnap dirty pages accounting | Yan, Zheng | 2017-09-06 | 1 | -2/+2 |
| * | ceph: ignore wbc->range_{start,end} when write back snapshot data | Yan, Zheng | 2017-09-06 | 1 | -34/+46 |
| * | ceph: fix "range cyclic" mode writepages | Yan, Zheng | 2017-09-06 | 1 | -17/+24 |
| * | ceph: cleanup local variables in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -12/+9 |
| * | ceph: optimize pagevec iterating in ceph_writepages_start() | Yan, Zheng | 2017-09-06 | 1 | -29/+25 |
| * | ceph: make writepage_nounlock() invalidate page that beyonds EOF | Yan, Zheng | 2017-09-06 | 1 | -18/+32 |
| * | ceph: properly get capsnap's size in get_oldest_context() | Yan, Zheng | 2017-09-06 | 1 | -57/+80 |
| * | ceph: remove stale check in ceph_invalidatepage() | Yan, Zheng | 2017-09-06 | 1 | -8/+1 |
| * | ceph: queue cap snap only when snap realm's context changes | Yan, Zheng | 2017-09-06 | 1 | -21/+16 |
| * | ceph: handle race between vmtruncate and queuing cap snap | Yan, Zheng | 2017-09-06 | 1 | -1/+12 |
| * | ceph: fix message order check in handle_cap_export() | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | ceph: fix NULL pointer dereference in ceph_flush_snaps() | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 2017-09-06 | 10 | -36/+36 |
| * | ceph: delete an unnecessary return statement in update_dentry_lease() | Markus Elfring | 2017-09-06 | 1 | -1/+0 |
| * | ceph: ENOMEM pr_err in __get_or_create_frag() is redundant | Markus Elfring | 2017-09-06 | 1 | -5/+2 |
| * | ceph: check negative offsets in ceph_llseek() | Luis Henriques | 2017-09-06 | 1 | -2/+2 |
| * | ceph: more accurate statfs | Douglas Fuller | 2017-09-06 | 1 | -1/+8 |
| * | ceph: properly set snap follows for cap reconnect | Yan, Zheng | 2017-09-06 | 1 | -1/+1 |
| * | ceph: don't use CEPH_OSD_FLAG_ORDERSNAP | Yan, Zheng | 2017-09-06 | 1 | -3/+3 |
| * | ceph: include snapc in debug message of write | Yan, Zheng | 2017-09-06 | 2 | -7/+8 |
| * | ceph: make sure flushsnap messages are sent in proper order | Yan, Zheng | 2017-09-06 | 1 | -5/+7 |
| * | ceph: fix -EOLDSNAPC handling | Yan, Zheng | 2017-09-06 | 1 | -10/+7 |
| * | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng | 2017-09-06 | 2 | -5/+14 |
| * | ceph: don't fill readdir cache for LSSNAP reply | Yan, Zheng | 2017-09-06 | 1 | -8/+11 |