| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | ceph: cleanup ceph_readdir_prepopulate() | Yan, Zheng | 2017-09-06 | 1 | -7/+0 |
| * | ceph: use errseq_t for writeback error reporting | Jeff Layton | 2017-09-06 | 1 | -1/+1 |
| * | ceph: new cap message flags indicate if there is pending capsnap | Yan, Zheng | 2017-09-06 | 1 | -1/+4 |
| * | ceph: nuke startsync op | Yanhu Cao | 2017-09-06 | 2 | -22/+4 |
| * | ceph: validate correctness of some mount options | Yan, Zheng | 2017-09-06 | 2 | -7/+23 |
| * | ceph: limit osd write size | Yan, Zheng | 2017-09-06 | 4 | -5/+11 |
| * | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN | Yan, Zheng | 2017-09-06 | 4 | -18/+15 |
| * | ceph: remove unused cap_release_safety mount option | Yan, Zheng | 2017-09-06 | 2 | -7/+0 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-06 | 1 | -31/+0 |
|\ \ |
|
| * | | fscache: remove unused ->now_uncached callback | Jan Kara | 2017-09-06 | 1 | -31/+0 |
| |/ |
|
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2017-09-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington | 2017-07-16 | 1 | -1/+1 |
* | | ceph: fix readpage from fscache | Yan, Zheng | 2017-09-01 | 2 | -18/+18 |
* | | ceph: fix race in concurrent readdir | Yan, Zheng | 2017-07-17 | 1 | -0/+5 |
|/ |
|
* | ceph: update ceph_dentry_info::lease_session when necessary | Yan, Zheng | 2017-07-07 | 1 | -2/+7 |
* | ceph: new mount option that specifies fscache uniquifier | Yan, Zheng | 2017-07-07 | 3 | -21/+113 |
* | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng | 2017-07-07 | 1 | -2/+9 |
* | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng | 2017-07-07 | 2 | -4/+6 |
* | ceph: getattr before read on ceph.* xattrs | Yan, Zheng | 2017-07-07 | 1 | -0/+3 |
* | ceph: don't re-send interrupted flock request | Yan, Zheng | 2017-07-07 | 1 | -1/+24 |
* | ceph: cleanup writepage_nounlock() | Yan, Zheng | 2017-07-07 | 1 | -6/+6 |
* | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng | 2017-07-07 | 1 | -1/+2 |