aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton1-8/+8
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-1/+0
2019-11-25ceph: make several helper accessors take const pointersJeff Layton1-4/+8
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton1-1/+5
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton1-2/+2
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton1-10/+9
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton1-1/+0
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-0/+4
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+3
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng1-0/+1
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng1-1/+2
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-3/+3
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-0/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques1-1/+1
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-21/+46
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques1-1/+0
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng1-1/+1
2019-07-08ceph: handle change_attr in cap messagesJeff Layton1-0/+1
2019-07-08ceph: handle btime in cap messagesJeff Layton1-1/+1
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-0/+1
2019-07-08ceph: add selinux supportYan, Zheng1-0/+19
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-14/+15
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-1/+1
2019-07-08ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp1-2/+0
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+1
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+1
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-1/+1
2019-06-05ceph: single workqueue for inode related worksYan, Zheng1-7/+10
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-0/+1
2019-05-07ceph: factor out ceph_lookup_inode()Luis Henriques1-0/+1
2019-05-01ceph: use ->free_inode()Al Viro1-0/+1
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-2/+3
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-5/+10
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-2/+4
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+2
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-1/+12
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques1-1/+3
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques1-0/+1
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques1-1/+1
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+7
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu1-1/+1
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu1-0/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-4/+5
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques1-0/+3