summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ceph: update dentry lease for async createYan, Zheng2020-03-301-0/+3
| * | | | | | | ceph: attempt to do async create when possibleJeff Layton2020-03-302-7/+243
| * | | | | | | 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-304-14/+56
| * | | | | | | 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-304-1/+12
| * | | | | | | ceph: add flag to designate that a request is asynchronousJeff Layton2020-03-304-2/+20
| * | | | | | | ceph: more caps.c lockdep assertionsJeff Layton2020-03-301-0/+3
| * | | | | | | ceph: clean up kick_flushing_inode_caps()Jeff Layton2020-03-302-12/+11
| * | | | | | | libceph: directly skip to the end of redirect replyIlya Dryomov2020-03-301-3/+0
| * | | | | | | libceph: simplify ceph_monc_handle_map()Ilya Dryomov2020-03-301-4/+4
| * | | | | | | 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-303-2/+12
| * | | | | | | 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
| * | | | | | | rbd: enable multiple blk-mq queuesHannes Reinecke2020-03-301-1/+1
| * | | | | | | rbd: embed image request in blk-mq pduIlya Dryomov2020-03-301-87/+51
| * | | | | | | rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov2020-03-301-28/+31
| * | | | | | | rbd: get rid of img_request_layered_clear()Ilya Dryomov2020-03-301-8/+1
| * | | | | | | rbd: kill img_request krefHannes Reinecke2020-03-301-19/+5
| * | | | | | | ceph: check if file lock exists before sending unlock requestYan, Zheng2020-03-301-2/+29
| * | | | | | | ceph: fix description of some mount optionsXiubo Li2020-03-301-3/+3
| * | | | | | | ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-303-98/+84
| * | | | | | | ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton2020-03-301-2/+0
| * | | | | | | rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov2020-03-301-3/+0
| * | | | | | | libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-303-32/+18
| * | | | | | | 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
* | | | | | | | Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-04-0911-163/+460
|\ \ \ \ \ \ \ \
| * | | | | | | | ovl: document xino expected behaviorAmir Goldstein2020-03-271-2/+36
| * | | | | | | | ovl: enable xino automatically in more casesAmir Goldstein2020-03-274-18/+33
| * | | | | | | | ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-273-17/+45
| * | | | | | | | ovl: use a private non-persistent ino poolAmir Goldstein2020-03-273-3/+15
| * | | | | | | | ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi2020-03-271-2/+24
| * | | | | | | | ovl: fix a typo in commentChengguang Xu2020-03-171-1/+1
| * | | | | | | | ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-171-1/+1
| * | | | | | | | ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro2020-03-171-17/+21
| * | | | | | | | ovl: strict upper fs requirements for remote upper fsAmir Goldstein2020-03-171-6/+18
| * | | | | | | | ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein2020-03-173-1/+71
| * | | | | | | | ovl: allow remote upperMiklos Szeredi2020-03-173-4/+9
| * | | | | | | | ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-176-16/+30