summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton2020-04-133-5/+5
* ceph: fix snapshot directory timestampsLuis Henriques2020-03-301-0/+4
* ceph: wait for async creating inode before requesting new max sizeYan, Zheng2020-03-301-0/+5
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-03-301-2/+6
* ceph: request new max size only when there is auth capYan, Zheng2020-03-301-1/+1
* ceph: cleanup return error of try_get_cap_refs()Yan, Zheng2020-03-301-11/+15
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-03-301-0/+5
* ceph: check all mds' caps after page writebackYan, Zheng2020-03-302-2/+2
* ceph: update i_requested_max_size only when sending cap msg to auth mdsYan, Zheng2020-03-301-1/+2
* ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-304-48/+10
* ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-304-126/+44
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-307-74/+187
* ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-303-33/+21
* ceph: update dentry lease for async createYan, Zheng2020-03-301-0/+3
* ceph: attempt to do async create when possibleJeff Layton2020-03-301-7/+240
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-305-5/+40
* ceph: add new MDS req field to hold delegated inode numberJeff Layton2020-03-302-2/+2
* ceph: decode interval_sets for delegated inosJeff Layton2020-03-302-10/+121
* ceph: make ceph_fill_inode non-staticJeff Layton2020-03-302-23/+32
* ceph: perform asynchronous unlink if we have sufficient capsJeff Layton2020-03-303-5/+128
* ceph: don't take refs to want mask unless we have all bitsYan, Zheng2020-03-301-1/+4
* ceph: cap tracking for async directory operationsJeff Layton2020-03-303-14/+50
* ceph: make __take_cap_refs non-staticJeff Layton2020-03-302-6/+8
* ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-305-4/+42
* ceph: track primary dentry linkJeff Layton2020-03-303-1/+9
* ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-303-0/+17
* ceph: more caps.c lockdep assertionsJeff Layton2020-03-301-0/+3
* ceph: clean up kick_flushing_inode_caps()Jeff Layton2020-03-302-12/+11
* ceph: return ETIMEDOUT errno to userland when request timed outXiubo Li2020-03-301-2/+2
* ceph: re-org copy_file_range and fix some error pathsLuis Henriques2020-03-301-73/+100
* ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-302-2/+11
* ceph: reorganize fields in ceph_mds_requestJeff Layton2020-03-301-3/+3
* ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher2020-03-301-1/+1
* ceph: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
* ceph: check if file lock exists before sending unlock requestYan, Zheng2020-03-301-2/+29
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-2/+84
* ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton2020-03-301-2/+0
* libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-8/+8
* ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng2020-03-303-24/+35
* ceph: add refcounting for Fx capsJeff Layton2020-03-303-1/+9
* ceph: register MDS request with dir inode from the startJeff Layton2020-03-301-10/+6
* ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques2020-03-231-0/+1
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-3/+11
* ceph: noacl mount option is effectively ignoredXiubo Li2020-02-111-4/+4
* ceph: canonicalize server path in placeIlya Dryomov2020-02-112-94/+29
* ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-02-111-6/+11
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-082-25/+19
|\
| * ceph: use errorfc() and friends instead of spelling the prefix outAl Viro2020-02-072-9/+9
| * fs_parse: handle optional arguments sanelyAl Viro2020-02-071-2/+2
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2