summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-02-201-2/+7
| * ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton2017-02-201-22/+42
* | fs: add i_blocksize()Fabian Frederick2017-02-281-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+5
|/
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-181-4/+5
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-181-1/+2
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-181-2/+3
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-181-1/+6
* ceph: fix get_oldest_context()Geng, Jichao2017-01-121-2/+2
* ceph: fix mds cluster availability checkYan, Zheng2017-01-121-0/+5
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-1/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-6/+8
|\ \
| * | fix ceph_write_end()Al Viro2016-12-101-6/+8
| |/
* | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-168-211/+540
|\ \
| * | libceph: always signal completion when doneIlya Dryomov2016-12-141-1/+1
| * | ceph: avoid creating orphan object when checking pool permissionYan, Zheng2016-12-141-0/+9
| * | ceph: properly set issue_seq for cap releaseYan, Zheng2016-12-121-0/+1
| * | ceph: add flags parameter to send_cap_msgJeff Layton2016-12-121-10/+15
| * | ceph: update cap message struct version to 10Jeff Layton2016-12-121-6/+33
| * | ceph: define new argument structure for send_cap_msgJeff Layton2016-12-121-99/+126
| * | ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton2016-12-121-7/+7
| * | ceph: fix minor typo in unsafe_request_waitJeff Layton2016-12-121-1/+1
| * | ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-123-13/+22
| * | ceph: check availability of mds cluster on mountYan, Zheng2016-12-124-11/+182
| * | ceph: fix splice read for no Fc capability caseYan, Zheng2016-12-121-54/+66
| * | ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-124-11/+73
| * | ceph: fix scheduler warning due to nested blockingNikolay Borisov2016-12-121-3/+9
| * | ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang2016-12-121-1/+1
| * | libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-166-100/+15Star
|\ \ \ | |/ / |/| |
| * | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-156-100/+15Star
| |\ \ | | |/ | |/|
| | * ceph: switch to use of ->d_init()Al Viro2016-10-296-67/+5Star
| | * ceph: unify dentry_operations instancesAl Viro2016-10-294-33/+10Star
* | | 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/+0Star
* | 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-114-5/+9
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-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-283-4/+4
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-112-9/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-082-9/+0Star
| |/
* | 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/+1Star
| * | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-033-5/+25