Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | ceph: return -EINVAL if given fsc mount option on kernel w/o support | Jeff Layton | 1 | -1/+10 |
2019-12-01 | ceph: only allow punch hole mode in fallocate | Luis Henriques | 1 | -36/+9 |
2019-12-01 | ceph: fix dentry leak in ceph_readdir_prepopulate | Yan, Zheng | 1 | -1/+0 |
2019-11-12 | ceph: add missing check in d_revalidate snapdir handling | Al Viro | 1 | -0/+1 |
2019-11-12 | ceph: fix use-after-free in __ceph_remove_cap() | Luis Henriques | 1 | -5/+5 |
2019-10-11 | ceph: reconnect connection if session hang in opening state | Erqi Chen | 1 | -1/+3 |
2019-10-11 | ceph: fix directories inode i_blkbits initialization | Luis Henriques | 1 | -1/+6 |
2019-10-05 | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 3 | -2/+10 |
2019-10-05 | Revert "ceph: use ceph_evict_inode to cleanup inode's resource" | Sasha Levin | 3 | -7/+4 |
2019-09-16 | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 3 | -4/+7 |
2019-09-10 | ceph: fix buffer free while holding i_ceph_lock in fill_inode() | Luis Henriques | 1 | -3/+4 |
2019-09-10 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques | 4 | -6/+16 |
2019-09-10 | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() | Luis Henriques | 1 | -2/+6 |
2019-08-29 | ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply | Jeff Layton | 1 | -2/+1 |
2019-08-29 | ceph: clear page dirty before invalidate page | Erqi Chen | 1 | -2/+3 |
2019-08-06 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton | 1 | -7/+7 |
2019-08-06 | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri | 1 | -1/+6 |
2019-08-04 | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 1 | -2/+5 |
2019-05-25 | ceph: flush dirty inodes before proceeding with remount | Jeff Layton | 1 | -0/+7 |
2019-05-04 | ceph: fix use-after-free on symlink traversal | Al Viro | 1 | -1/+1 |
2019-05-02 | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2 | -1/+15 |
2019-05-02 | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 1 | -1/+5 |
2019-05-02 | ceph: only use d_name directly when parent is locked | Jeff Layton | 1 | -11/+50 |
2019-02-27 | ceph: avoid repeatedly adding inode to mdsc->snap_flush_list | Yan, Zheng | 1 | -1/+2 |
2019-01-31 | ceph: clear inode pointer when snap realm gets dropped by its inode | Yan, Zheng | 1 | -0/+2 |
2019-01-13 | ceph: don't update importing cap's mseq when handing cap export | Yan, Zheng | 1 | -1/+0 |
2018-11-27 | ceph: quota: fix null pointer dereference in quota check | Luis Henriques | 1 | -1/+2 |
2018-11-21 | Revert "ceph: fix dentry leak in splice_dentry()" | Yan, Zheng | 1 | -2/+6 |
2018-09-06 | ceph: avoid a use-after-free in ceph_destroy_options() | Ilya Dryomov | 1 | -5/+11 |
2018-08-21 | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 14 | -230/+302 |
2018-08-14 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -6/+4 |
2018-08-13 | ceph: don't drop message if it contains more data than expected | Yan, Zheng | 2 | -4/+4 |
2018-08-13 | ceph: support cephfs' own feature bits | Yan, Zheng | 2 | -9/+51 |
2018-08-13 | ceph: refactor error handling code in ceph_reserve_caps() | Chengguang Xu | 1 | -33/+13 |
2018-08-13 | ceph: refactor ceph_unreserve_caps() | Chengguang Xu | 2 | -31/+37 |
2018-08-13 | ceph: change to void return type for __do_request() | Chengguang Xu | 1 | -6/+5 |
2018-08-13 | ceph: compare fsc->max_file_size and inode->i_size for max file size limit | Chengguang Xu | 1 | -1/+2 |
2018-08-13 | ceph: add additional size check in ceph_setattr() | Chengguang Xu | 1 | -0/+5 |
2018-08-02 | ceph: add additional offset check in ceph_write_iter() | Chengguang Xu | 1 | -4/+11 |
2018-08-02 | ceph: add additional range check in ceph_fallocate() | Chengguang Xu | 1 | -3/+5 |
2018-08-02 | ceph: add new field max_file_size in ceph_fs_client | Chengguang Xu | 3 | -2/+5 |
2018-08-02 | libceph: add authorizer challenge | Ilya Dryomov | 1 | -0/+11 |
2018-08-02 | ceph: adding new return type vm_fault_t | Souptick Joarder | 1 | -30/+32 |
2018-08-02 | ceph: use timespec64 for r_stamp | Arnd Bergmann | 3 | -6/+5 |
2018-08-02 | libceph: use timespec64 for r_mtime | Arnd Bergmann | 2 | -11/+9 |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 8 | -74/+71 |
2018-08-02 | ceph: stop using current_kernel_time() | Arnd Bergmann | 1 | -1/+4 |
2018-08-02 | ceph: add d_drop for some error cases in ceph_symlink() | Chengguang Xu | 1 | -2/+4 |
2018-08-02 | ceph: add d_drop for some error cases in ceph_mknod() | Chengguang Xu | 1 | -3/+5 |
2018-08-02 | ceph: return errors from posix_acl_equiv_mode() correctly | Chengguang Xu | 1 | -3/+3 |