aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.161' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-011-1/+2
|\
| * ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* | Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2019-01-141-1/+0
|\|
| * ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2019-01-131-1/+0
* | BACKPORT: treewide: Use array_size() in vmalloc()Kees Cook2019-01-071-1/+1
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-073-8/+10
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2019-01-071-2/+1
* | ceph: use pagevec_lookup_range_nr_tag()Jan Kara2019-01-071-6/+1
* | ceph: use pagevec_lookup_range_tag()Jan Kara2019-01-071-9/+3
|/
* libceph: add authorizer challengeIlya Dryomov2018-12-081-0/+11
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2018-12-081-2/+2
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-11-211-2/+6
* ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-08-241-0/+1
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-05-301-11/+5
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-04-081-3/+6
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-10-211-2/+7
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-10-211-2/+2
* ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-10-211-2/+2
* ceph: fix readpage from fscacheYan, Zheng2017-09-072-18/+18
* ceph: fix race in concurrent readdirYan, Zheng2017-07-271-0/+5
* ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-07-121-7/+12
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-201-0/+3
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-084-11/+73
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-031-12/+10
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-0/+1
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-261-1/+2
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-261-2/+3
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-261-1/+6
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2017-01-261-3/+9
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-261-4/+5
* 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