aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-17ceph: add acl, noacl options for cephfs mountSage Weil1-4/+28
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2-6/+6
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2-5/+9
2014-02-17ceph: fix ceph_set_acl()Yan, Zheng1-5/+1
2014-02-17ceph: fix ceph_removexattr()Yan, Zheng1-1/+1
2014-02-17ceph: remove xattr when null value is given to setxattr()Yan, Zheng1-2/+14
2014-02-17ceph: properly handle XATTR_CREATE and XATTR_REPLACEYan, Zheng1-12/+26
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil1-3/+6
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig1-40/+16
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin1-1/+0
2014-01-29ceph: fix posix ACL hooksSage Weil4-5/+10
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds4-108/+6
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov1-1/+1
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov1-3/+3
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov1-2/+6
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng3-82/+146
2014-01-21ceph: add open export target session helperYan, Zheng2-15/+38
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng1-27/+52
2014-01-21ceph: handle session flush messageYan, Zheng2-0/+21
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng3-3/+21
2014-01-21ceph: handle -ESTALE replyYan, Zheng1-20/+11
2014-01-21ceph: fix trim capsYan, Zheng1-6/+11
2014-01-21ceph: fix cache revoke raceYan, Zheng3-4/+8
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng1-1/+1
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng1-8/+8
2014-01-16ceph: trivial comment fixJ. Bruce Fields1-3/+3
2013-12-31libceph: all features fields must be u64Ilya Dryomov2-9/+9
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang1-0/+1
2013-12-31ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang1-0/+13
2013-12-31ceph: add acl for cephfsGuangliang Zhao9-13/+451
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng1-12/+77
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang1-0/+3
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng1-46/+116
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng1-80/+193
2013-12-13ceph: drop unconnected inodesYan, Zheng3-0/+12
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng1-78/+58
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-41/+121
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang1-1/+1
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng3-4/+26
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng1-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng3-21/+14
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng3-5/+25
2013-09-30ceph: remove outdated frag informationYan, Zheng1-4/+29
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-2/+2
2013-09-25ceph: hung on ceph fscache invalidate in some casesMilosz Tanski1-0/+3