- 38f340c ceph: fix __choose_mds() for LSSNAP request by Yan, Zheng · 7 years ago
- 9f4057f ceph: properly queue cap snap for newly created snap realm by Yan, Zheng · 7 years ago
- 717e6f2 ceph: avoid panic in create_session_open_msg() if utsname() returns NULL by Yan, Zheng · 7 years ago
- cdb897e Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
- d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 26b433d fscache: remove unused ->now_uncached callback by Jan Kara · 7 years ago
- 066dea8 Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 15b51bd ceph: stop on-going cached readdir if mds revokes FILE_SHARED cap by Yan, Zheng · 7 years ago
- f275635 ceph: wait on writeback after writing snapshot data by Yan, Zheng · 7 years ago
- 7e1ee54 ceph: fix capsnap dirty pages accounting by Yan, Zheng · 7 years ago
- 2a2d927 ceph: ignore wbc->range_{start,end} when write back snapshot data by Yan, Zheng · 7 years ago
- 590e9d9 ceph: fix "range cyclic" mode writepages by Yan, Zheng · 7 years ago
- 0e5ecac ceph: cleanup local variables in ceph_writepages_start() by Yan, Zheng · 7 years ago
- 0713e5f ceph: optimize pagevec iterating in ceph_writepages_start() by Yan, Zheng · 7 years ago
- 05455e1 ceph: make writepage_nounlock() invalidate page that beyonds EOF by Yan, Zheng · 7 years ago
- 1f934b0 ceph: properly get capsnap's size in get_oldest_context() by Yan, Zheng · 7 years ago
- b072d77 ceph: remove stale check in ceph_invalidatepage() by Yan, Zheng · 7 years ago
- 3ae0beb ceph: queue cap snap only when snap realm's context changes by Yan, Zheng · 7 years ago
- c8fd0d37 ceph: handle race between vmtruncate and queuing cap snap by Yan, Zheng · 7 years ago
- fa0aa3b ceph: fix message order check in handle_cap_export() by Yan, Zheng · 7 years ago
- c858a07 ceph: fix NULL pointer dereference in ceph_flush_snaps() by Yan, Zheng · 7 years ago
- d37b1d9 ceph: adjust 36 checks for NULL pointers by Markus Elfring · 7 years ago
- b529d1b ceph: delete an unnecessary return statement in update_dentry_lease() by Markus Elfring · 7 years ago
- 5130880 ceph: ENOMEM pr_err in __get_or_create_frag() is redundant by Markus Elfring · 7 years ago
- 397f238 ceph: check negative offsets in ceph_llseek() by Luis Henriques · 7 years ago
- 06d7437 ceph: more accurate statfs by Douglas Fuller · 7 years ago
- 92776fd ceph: properly set snap follows for cap reconnect by Yan, Zheng · 7 years ago
- b178cf4 ceph: don't use CEPH_OSD_FLAG_ORDERSNAP by Yan, Zheng · 7 years ago
- 1c0a9c2 ceph: include snapc in debug message of write by Yan, Zheng · 7 years ago
- 24d063a ceph: make sure flushsnap messages are sent in proper order by Yan, Zheng · 7 years ago
- a5cd74a ceph: fix -EOLDSNAPC handling by Yan, Zheng · 7 years ago
- 5d37ca1 ceph: send LSSNAP request to auth mds of directory inode by Yan, Zheng · 7 years ago
- 8d45b91 ceph: don't fill readdir cache for LSSNAP reply by Yan, Zheng · 7 years ago
- 9a86962 ceph: cleanup ceph_readdir_prepopulate() by Yan, Zheng · 7 years ago
- b74fcea ceph: use errseq_t for writeback error reporting by Jeff Layton · 7 years ago
- 9556971 ceph: new cap message flags indicate if there is pending capsnap by Yan, Zheng · 7 years ago
- 3fb99d4 ceph: nuke startsync op by Yanhu Cao · 7 years ago
- 4214fb1 ceph: validate correctness of some mount options by Yan, Zheng · 7 years ago
- 95cca2b ceph: limit osd write size by Yan, Zheng · 7 years ago
- aa18792 ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN by Yan, Zheng · 7 years ago
- 2ae409d ceph: remove unused cap_release_safety mount option by Yan, Zheng · 7 years ago
- dd2bc47 ceph: fix readpage from fscache by Yan, Zheng · 7 years ago
- 84583cfb ceph: fix race in concurrent readdir by Yan, Zheng · 7 years ago
- 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 7 years ago
- 481f001 ceph: update ceph_dentry_info::lease_session when necessary by Yan, Zheng · 7 years ago
- 1d8f836 ceph: new mount option that specifies fscache uniquifier by Yan, Zheng · 7 years ago
- 4b9f204 ceph: avoid accessing freeing inode in ceph_check_delayed_caps() by Yan, Zheng · 7 years ago
- 62a65f3 ceph: avoid invalid memory dereference in the middle of umount by Yan, Zheng · 7 years ago
- 1684dd0 ceph: getattr before read on ceph.* xattrs by Yan, Zheng · 7 years ago
- 92e57e6 ceph: don't re-send interrupted flock request by Yan, Zheng · 7 years ago
- 4398688 ceph: cleanup writepage_nounlock() by Yan, Zheng · 7 years ago
- fa71fef ceph: redirty page when writepage_nounlock() skips unwritable page by Yan, Zheng · 7 years ago
- f2b0c45 ceph: remove useless page->mapping check in writepage_nounlock() by Yan, Zheng · 7 years ago
- efb0ca7 ceph: update the 'approaching max_size' code by Yan, Zheng · 7 years ago
- 84eea8c ceph: re-request max size after importing caps by Yan, Zheng · 7 years ago
- 4ca2fea ceph: unify inode i_ctime update by Yan, Zheng · 7 years ago
- 5619901 ceph: use current_kernel_time() to get request time stamp by Yan, Zheng · 7 years ago
- 03f2190 ceph: check i_nlink while converting a file handle to dentry by Luis Henriques · 7 years ago
- 42c99fc ceph: check that the new inode size is within limits in ceph_fallocate() by Luis Henriques · 8 years ago
- 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- eeca958 ceph: fix memory leak in __ceph_setxattr() by Luis Henriques · 8 years ago
- f775ff7 ceph: fix file open flags on ppc64 by Alexander Graf · 8 years ago
- b50c2de ceph: choose readdir frag based on previous readdir reply by Yan, Zheng · 8 years ago
- 26544c62 ceph: when seeing write errors on an inode, switch to sync writes by Jeff Layton · 8 years ago
- 6fc1fe5e Revert "ceph: SetPageError() for writeback pages if writepages fails" by Jeff Layton · 8 years ago
- 92475f0 ceph: handle epoch barriers in cap messages by Jeff Layton · 8 years ago
- a1f4020 libceph: allow requests to return immediately on full conditions if caller wishes by Jeff Layton · 8 years ago
- 7916254 ceph: make seeky readdir more efficient by Yan, Zheng · 8 years ago
- 2827528 ceph: close stopped mds' session by Yan, Zheng · 8 years ago
- 0a07fc8 ceph: fix potential use-after-free by Yan, Zheng · 8 years ago
- 76201b6 ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds by Yan, Zheng · 8 years ago
- 8242c9f ceph: fix wrong check in ceph_renew_caps() by Yan, Zheng · 8 years ago
- 0e1a5ee libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 805692d ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 3997c01 ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
- 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 8179a10 ceph: fix recursion between ceph_set_acl() and __ceph_setattr() by Yan, Zheng · 8 years ago
- 09dc9fc ceph: Convert to separately allocated bdi by Jan Kara · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- b2deee2 Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
- 55f2a04 ceph: remove special ack vs commit behavior by Ilya Dryomov · 8 years ago
- f107548 ceph: tidy some white space in get_nonsnap_parent() by Dan Carpenter · 8 years ago
- df963ea ceph: remove req from unsafe list when unregistering it by Jeff Layton · 8 years ago
- 5eb9f60 ceph: do a LOOKUP in d_revalidate instead of GETATTR by Jeff Layton · 8 years ago
- cdde7c4 ceph: call update_dentry_lease even when r_locked dir is not set by Jeff Layton · 8 years ago
- f5d55f0 ceph: vet the target and parent inodes before updating dentry lease by Jeff Layton · 8 years ago
- 80d025f ceph: don't update_dentry_lease unless we actually got one by Jeff Layton · 8 years ago
- 3dd69aa ceph: add a new flag to indicate whether parent is locked by Jeff Layton · 8 years ago
- bc2de10d ceph: convert bools in ceph_mds_request to a new r_req_flags field by Jeff Layton · 8 years ago
- f5a03b0 ceph: drop session argument to ceph_fill_trace by Jeff Layton · 8 years ago
- 6fffaef ceph: remove "Debugging hook" from ceph_fill_trace by Jeff Layton · 8 years ago