aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAge
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-20
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-08
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-03
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-14
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-12
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-26
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-26
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-26
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2017-01-26
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-26
* ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-08
* ceph: use default file splice read callbackYan, Zheng2016-11-10
* ceph: fix non static symbol warningWei Yongjun2016-10-18
* ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-18
* ceph: fix readdir vs fragmentation raceYan, Zheng2016-10-18
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-10
|\ \
| * | ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-03
| * | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-03
| * | ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-03
| * | ceph: fix mandatory flock checkYan, Zheng2016-10-03
| * | ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-03
| * | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-03
| * | ceph: fix error handling of start_read()Yan, Zheng2016-10-03
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \ \ | |_|/ |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| * | ceph: Propagate dentry down to inode_change_ok()Jan Kara2016-09-22
| * | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-22
* | | ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss2016-09-05
| |/ |/|
* | 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-27
| * ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-27
| * ceph: optimize cap flush waitingYan, Zheng2016-07-27
| * ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-27
| * ceph: kick cap flushes before sending other cap messageYan, Zheng2016-07-27
| * ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-27
| * ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-27
| * ceph: unify cap flush and snapcap flushYan, Zheng2016-07-27
| * ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-27
| * ceph: update types of some local variblesYan, Zheng2016-07-27
| * ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng2016-07-27