aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-5/+9
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+0
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-12/+18
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2-9/+0
2016-10-03ceph: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-10-03ceph: handle CEPH_SESSION_REJECT messageYan, Zheng3-5/+25
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng1-29/+20
2016-10-03ceph: fix mandatory flock checkYan, Zheng1-2/+2
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani3-4/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+7
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara2-8/+16
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss1-1/+1
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov1-0/+1
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+4
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-752/+999
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds2-3/+3
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-07-28ceph: Mark the file cache as unreclaimableNikolay Borisov1-2/+2
2016-07-28ceph: optimize cap flush waitingYan, Zheng3-27/+73
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng3-88/+105
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng3-15/+36
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng2-1/+18
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng5-222/+175
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng5-118/+56
2016-07-28ceph: update types of some local variblesYan, Zheng1-11/+12
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng1-21/+47
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng4-17/+117
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton1-6/+14
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton1-15/+26
2016-07-28ceph: clear d_fsinfo pointer under d_lockJeff Layton1-1/+5
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton2-45/+0
2016-07-28ceph: don't use ->d_timeMiklos Szeredi4-8/+8
2016-07-28ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King1-1/+1
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng1-1/+1
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng5-48/+61
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng1-2/+5
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng4-22/+35
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng1-2/+2
2016-07-28ceph: rados pool namespace supportYan, Zheng8-77/+159
2016-07-28libceph: rados pool namespace supportYan, Zheng1-0/+3