Age | Commit message (Expand) | Author |
2019-12-09 | ceph: convert int fields in ceph_mount_options to unsigned int | Jeff Layton |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells |
2019-11-07 | ceph: return -EINVAL if given fsc mount option on kernel w/o support | Jeff Layton |
2019-09-25 | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-09-16 | ceph: call ceph_mdsc_destroy from destroy_fs_client | Jeff Layton |
2019-09-16 | ceph: auto reconnect after blacklisted | Yan, Zheng |
2019-09-16 | ceph: invalidate all write mode filp after reconnect | Yan, Zheng |
2019-09-16 | ceph: add helper function that forcibly reconnects to ceph cluster. | Yan, Zheng |
2019-08-30 | fs: ceph: Initialize filesystem timestamp ranges | Deepa Dinamani |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-07-08 | ceph: use generic_delete_inode() for ->drop_inode | Luis Henriques |
2019-07-08 | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng |
2019-07-08 | ceph: initialize superblock s_time_gran to 1 | Luis Henriques |
2019-07-08 | ceph: remove unused vxattr length helpers | David Disseldorp |
2019-07-03 | ceph: no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-06-05 | ceph: single workqueue for inode related works | Yan, Zheng |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-05-07 | ceph: flush dirty inodes before proceeding with remount | Jeff Layton |
2019-05-01 | ceph: use ->free_inode() | Al Viro |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng |
2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng |
2019-01-07 | libceph: allow setting abort_on_full for rbd | Dongsheng Yang |
2018-12-11 | ceph: make 'nocopyfrom' a default mount option | Luis Henriques |
2018-10-22 | ceph: new mount option to disable usage of copy-from op | Luis Henriques |
2018-09-06 | ceph: avoid a use-after-free in ceph_destroy_options() | Ilya Dryomov |
2018-08-02 | ceph: add new field max_file_size in ceph_fs_client | Chengguang Xu |
2018-08-02 | libceph: amend "bad option arg" error message | Ilya Dryomov |
2018-06-04 | ceph: show ino32 if the value is different with default | Chengguang Xu |
2018-06-04 | ceph: strengthen rsize/wsize/readdir_max_bytes validation | Chengguang Xu |
2018-06-04 | ceph: fix alignment of rasize | Chengguang Xu |
2018-06-04 | ceph: fix use-after-free in ceph_statfs() | Luis Henriques |
2018-06-04 | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov |
2018-06-04 | ceph: flush pending works before shutdown super | Yan, Zheng |
2018-06-04 | ceph: abort osd requests on force umount | Yan, Zheng |
2018-06-04 | ceph: show wsize only if non-default | Ilya Dryomov |
2018-04-02 | ceph: quota: report root dir quota usage in statfs | Luis Henriques |
2018-04-02 | ceph: optimize memory usage | Chengguang Xu |
2018-04-02 | ceph: mark the cap cache as unreclaimable | Chengguang Xu |
2018-04-02 | ceph: use seq_show_option for string type options | Chengguang Xu |
2018-04-02 | ceph: keep consistent semantic in fscache related option combination | Chengguang Xu |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu |
2018-03-01 | ceph: fix potential memory leak in init_caches() | Chengguang Xu |
2018-02-26 | ceph: fix dentry leak when failing to init debugfs | Chengguang Xu |
2018-02-26 | libceph, ceph: avoid memory leak when specifying same option several times | Chengguang Xu |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-11-13 | ceph: present consistent fsid, regardless of arch endianness | Jeff Layton |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring |
2017-09-06 | ceph: more accurate statfs | Douglas Fuller |