summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAge
* ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov2016-08-09
* ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng2016-08-08
* Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-02
|\
| * ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-28
| * ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-28
| * ceph: optimize cap flush waitingYan, Zheng2016-07-28
| * ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-28
| * ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-28
| * ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-28
| * ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-28
| * ceph: unify cap flush and snapcap flushYan, Zheng2016-07-28
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-28
| * ceph: update types of some local variblesYan, Zheng2016-07-28
| * ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-28
| * ceph: update cap reconnect message to version 3Yan, Zheng2016-07-28
| * ceph: mount non-default filesystem by nameYan, Zheng2016-07-28
| * ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-28
| * ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-28
| * ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-28
| * ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-28
| * ceph: don't use ->d_timeMiklos Szeredi2016-07-28
| * ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King2016-07-28
| * ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-28
| * ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-28
| * ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-28
| * ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-28
| * ceph: set user pages dirty after direct IO readYan, Zheng2016-07-28
| * ceph: rados pool namespace supportYan, Zheng2016-07-28
| * libceph: rados pool namespace supportYan, Zheng2016-07-28
| * libceph: define new ceph_file_layout structureYan, Zheng2016-07-28
| * libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-28
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-28
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-05
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-01
|\ \ | |/ |/|
| * ceph: fix d_obtain_alias() misusesAl Viro2016-06-24
* | ceph: use i_version to check validity of fscacheYan, Zheng2016-06-01
* | ceph: improve fscache revalidationYan, Zheng2016-06-01
* | ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-01
* | ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-01
* | ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-01
* | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-26
|\ \ | |/ |/|
| * ceph: fix wake_up_session_cb()Yan, Zheng2016-05-26
| * ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2016-05-26
| * ceph: SetPageError() for writeback pages if writepages failsYan, Zheng2016-05-26
| * ceph: handle interrupted ceph_writepage()Yan, Zheng2016-05-26
| * ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng2016-05-26