summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-081-10/+14
* ceph: use default file splice read callbackYan, Zheng2016-11-101-1/+0
* ceph: fix non static symbol warningWei Yongjun2016-10-181-2/+2
* ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-181-0/+2
* ceph: fix readdir vs fragmentation raceYan, Zheng2016-10-181-1/+2
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-151-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-5/+9
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+7
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-273-4/+4
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-9/+0
| |/
* | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-107-53/+61
|\ \
| * | ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-031-2/+1
| * | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-033-5/+25
| * | ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20
| * | ceph: fix mandatory flock checkYan, Zheng2016-10-031-2/+2
| * | ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-031-3/+2
| * | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-031-2/+2
| * | ceph: fix error handling of start_read()Yan, Zheng2016-10-031-10/+9
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-082-12/+18
|\ \ \ | |_|/ |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | ceph: Propagate dentry down to inode_change_ok()Jan Kara2016-09-222-8/+16
| * | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2
* | | ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss2016-09-051-1/+1
| |/ |/|
* | ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov2016-08-091-0/+1
* | ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng2016-08-081-1/+4
|/
* Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-0213-752/+999
|\
| * ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-281-7/+5
| * ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-281-2/+2
| * ceph: optimize cap flush waitingYan, Zheng2016-07-283-27/+73
| * ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-283-88/+105
| * ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-281-9/+34
| * ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-283-15/+36
| * ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-282-1/+18
| * ceph: unify cap flush and snapcap flushYan, Zheng2016-07-285-222/+175
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-285-118/+56
| * ceph: update types of some local variblesYan, Zheng2016-07-281-11/+12
| * ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-281-1/+16
| * ceph: update cap reconnect message to version 3Yan, Zheng2016-07-281-21/+47
| * ceph: mount non-default filesystem by nameYan, Zheng2016-07-284-17/+117
| * ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-281-6/+14
| * ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-281-15/+26
| * ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-281-1/+5
| * ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-282-45/+0
| * ceph: don't use ->d_timeMiklos Szeredi2016-07-284-8/+8
| * ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King2016-07-281-1/+1
| * ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
| * ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-285-48/+61
OpenPOWER on IntegriCloud