summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton5-5/+40
2020-03-30ceph: add new MDS req field to hold delegated inode numberJeff Layton2-2/+2
2020-03-30ceph: decode interval_sets for delegated inosJeff Layton2-10/+121
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton2-23/+32
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton3-5/+128
2020-03-30ceph: don't take refs to want mask unless we have all bitsYan, Zheng1-1/+4
2020-03-30ceph: cap tracking for async directory operationsJeff Layton4-14/+56
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton2-6/+8
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton5-4/+42
2020-03-30ceph: track primary dentry linkJeff Layton4-1/+12
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton4-2/+20
2020-03-30ceph: more caps.c lockdep assertionsJeff Layton1-0/+3
2020-03-30ceph: clean up kick_flushing_inode_caps()Jeff Layton2-12/+11
2020-03-30libceph: directly skip to the end of redirect replyIlya Dryomov1-3/+0
2020-03-30libceph: simplify ceph_monc_handle_map()Ilya Dryomov1-4/+4
2020-03-30ceph: return ETIMEDOUT errno to userland when request timed outXiubo Li1-2/+2
2020-03-30ceph: re-org copy_file_range and fix some error pathsLuis Henriques1-73/+100
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton3-2/+12
2020-03-30ceph: reorganize fields in ceph_mds_requestJeff Layton1-3/+3
2020-03-30ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwriteAndreas Gruenbacher1-1/+1
2020-03-30ceph: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-30rbd: enable multiple blk-mq queuesHannes Reinecke1-1/+1
2020-03-30rbd: embed image request in blk-mq pduIlya Dryomov1-87/+51
2020-03-30rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov1-28/+31
2020-03-30rbd: get rid of img_request_layered_clear()Ilya Dryomov1-8/+1
2020-03-30rbd: kill img_request krefHannes Reinecke1-19/+5
2020-03-30ceph: check if file lock exists before sending unlock requestYan, Zheng1-2/+29
2020-03-30ceph: fix description of some mount optionsXiubo Li1-3/+3
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li3-98/+84
2020-03-30ceph: don't ClearPageChecked in ceph_invalidatepage()Jeff Layton1-2/+0
2020-03-30rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov1-3/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov3-32/+18
2020-03-30ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng3-24/+35
2020-03-30ceph: add refcounting for Fx capsJeff Layton3-1/+9
2020-03-30ceph: register MDS request with dir inode from the startJeff Layton1-10/+6
2020-03-30Linux 5.6v5.6Linus Torvalds1-1/+1
2020-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-45/+82
2020-03-29Merge tag 'timers-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2020-03-29Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2020-03-29mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V1-0/+6
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin3-2/+52
2020-03-29hugetlb_cgroup: fix illegal access to memoryMina Almasry1-2/+1
2020-03-29drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand1-20/+3
2020-03-29mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota1-21/+20
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds23-80/+221
2020-03-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-15/+13
2020-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+5
2020-03-28i2c: pca-platform: Use platform_irq_get_optionalChris Packham1-1/+1
2020-03-28i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-20/+25