- 02e3757 ceph: handle zero-length feature mask in session messages by Jeff Layton · 4 years, 5 months ago
- 224c7b6 ceph: use frag's MDS in either mode by Yanhu Cao · 4 years, 5 months ago
- a0102bd ceph: move sb->wb_pagevec_pool to be a global mempool by Jeff Layton · 4 years, 5 months ago
- b748fc7 ceph: set sec_context xattr on symlink creation by Jeff Layton · 4 years, 6 months ago
- 2c81ef2 ceph: remove redundant initialization of variable mds by Colin Ian King · 4 years, 6 months ago
- a7caa88 ceph: fix use-after-free for fsc->mdsc by Xiubo Li · 4 years, 6 months ago
- 8e298de ceph: remove unused variables in ceph_mdsmap_decode() by Jia Yang · 4 years, 6 months ago
- f1f565a ceph: delete repeated words in fs/ceph/ by Randy Dunlap · 4 years, 6 months ago
- 3b4168d ceph: send client provided metric flags in client metadata by Xiubo Li · 4 years, 6 months ago
- 18f473b ceph: periodically send perf metrics to MDSes by Xiubo Li · 4 years, 6 months ago
- aaf5a47 ceph: check the sesion state and return false in case it is closed by Xiubo Li · 4 years, 6 months ago
- 94f17c0 libceph: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- c00e452 ceph: remove unnecessary cast in kfree() by Xu Wang · 4 years, 6 months ago
- d1d9655 ceph: do not access the kiocb after aio requests by Xiubo Li · 4 years, 6 months ago
- 585d72f3 ceph: clean up and optimize ceph_check_delayed_caps() by Jeff Layton · 4 years, 6 months ago
- fa99677 ceph: fix potential mdsc use-after-free crash by Xiubo Li · 4 years, 6 months ago
- b682c6d ceph: switch to WARN_ON_ONCE in encode_supported_features() by Xiubo Li · 4 years, 6 months ago
- 4f1d756 ceph: add global total_caps to count the mdsc's total caps number by Xiubo Li · 4 years, 6 months ago
- 3e699bd ceph: add check_session_state() helper and make it global by Xiubo Li · 4 years, 6 months ago
- e64f44a ceph: skip checking caps when session reconnecting and releasing reqs by Xiubo Li · 4 years, 8 months ago
- ea8412b ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock by Xiubo Li · 4 years, 8 months ago
- 878dabb ceph: don't return -ESTALE if there's still an open file by Luis Henriques · 4 years, 8 months ago
- dffdcd7 ceph: allow rename operation under different quota realms by Luis Henriques · 4 years, 9 months ago
- daa668f ceph: normalize 'delta' parameter usage in check_quota_exceeded by Luis Henriques · 4 years, 9 months ago
- 829ad4d ceph: ceph_kick_flushing_caps needs the s_mutex by Jeff Layton · 4 years, 9 months ago
- d67c72e ceph: request expedited service on session's last cap flush by Jeff Layton · 4 years, 9 months ago
- 1cf03a6 ceph: convert mdsc->cap_dirty to a per-session list by Jeff Layton · 4 years, 9 months ago
- 6f05b30 ceph: reset i_requested_max_size if file write is not wanted by Yan, Zheng · 4 years, 10 months ago
- 8882819 ceph: throw a warning if we destroy session with mutex still locked by Jeff Layton · 4 years, 10 months ago
- dc3da04 ceph: fix potential race in ceph_check_caps by Jeff Layton · 4 years, 10 months ago
- 4fb5dda ceph: document what protects i_dirty_item and i_flushing_item by Jeff Layton · 4 years, 10 months ago
- 7833323 ceph: don't take i_ceph_lock in handle_cap_import by Jeff Layton · 4 years, 10 months ago
- 7391fba ceph: don't release i_ceph_lock in handle_cap_trunc by Jeff Layton · 4 years, 10 months ago
- d7dbfb4 ceph: add comments for handle_cap_flush_ack logic by Jeff Layton · 4 years, 10 months ago
- 681ac63 ceph: split up __finish_cap_flush by Jeff Layton · 4 years, 10 months ago
- 0a454bd ceph: reorganize __send_cap for less spinlock abuse by Jeff Layton · 4 years, 10 months ago
- 70c9482 ceph: add metadata perf metric support by Xiubo Li · 4 years, 10 months ago
- 97e27aa ceph: add read/write latency metric support by Xiubo Li · 4 years, 10 months ago
- 1af16d5 ceph: add caps perf metric for each superblock by Xiubo Li · 4 years, 10 months ago
- f9009ef ceph: add dentry lease metric support by Xiubo Li · 4 years, 10 months ago
- fb33c11 ceph: flush release queue when handling caps for unknown inode by Jeff Layton · 4 years, 8 months ago
- 0a85ed6 Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
- d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 8 months ago
- 12ae44a ceph: demote quotarealm lookup warning to a debug message by Luis Henriques · 4 years, 8 months ago
- 4d8e28f ceph: fix double unlock in handle_cap_export() by Wu Bo · 4 years, 9 months ago
- 7d8976a ceph: fix special error code in ceph_try_get_caps() by Wu Bo · 4 years, 9 months ago
- 0fa8263 ceph: fix endianness bug when handling MDS session feature bits by Jeff Layton · 4 years, 9 months ago
- 2a575f13 ceph: fix potential bad pointer deref in async dirops cb's by Jeff Layton · 4 years, 9 months ago
- ef91572 ceph: fix snapshot directory timestamps by Luis Henriques · 4 years, 10 months ago
- 9bccb76 ceph: wait for async creating inode before requesting new max size by Yan, Zheng · 4 years, 10 months ago
- 0aa971b ceph: don't skip updating wanted caps when cap is stale by Yan, Zheng · 4 years, 10 months ago
- 42d70f8 ceph: request new max size only when there is auth cap by Yan, Zheng · 4 years, 10 months ago
- 546d402 ceph: cleanup return error of try_get_cap_refs() by Yan, Zheng · 4 years, 10 months ago
- c6d5029 ceph: return ceph_mdsc_do_request() errors from __get_parent() by Qiujun Huang · 4 years, 10 months ago
- bf73c62 ceph: check all mds' caps after page writeback by Yan, Zheng · 4 years, 10 months ago
- 11ba6b9 ceph: update i_requested_max_size only when sending cap msg to auth mds by Yan, Zheng · 4 years, 10 months ago
- 135e671 ceph: simplify calling of ceph_get_fmode() by Yan, Zheng · 4 years, 10 months ago
- a0d93e3 ceph: remove delay check logic from ceph_check_caps() by Yan, Zheng · 4 years, 10 months ago
- 719a251 ceph: consider inode's last read/write when calculating wanted caps by Yan, Zheng · 4 years, 10 months ago
- c0e385b ceph: always renew caps if mds_wanted is insufficient by Yan, Zheng · 4 years, 10 months ago
- 3313f66a ceph: update dentry lease for async create by Yan, Zheng · 4 years, 10 months ago
- 9a8d03c ceph: attempt to do async create when possible by Jeff Layton · 5 years ago
- 785892f ceph: cache layout in parent dir on first sync create by Jeff Layton · 5 years ago
- 6deb800 ceph: add new MDS req field to hold delegated inode number by Jeff Layton · 5 years ago
- d484648 ceph: decode interval_sets for delegated inos by Jeff Layton · 5 years ago
- 966c716 ceph: make ceph_fill_inode non-static by Jeff Layton · 5 years ago
- 2ccb454 ceph: perform asynchronous unlink if we have sufficient caps by Jeff Layton · 6 years ago
- 173e70e ceph: don't take refs to want mask unless we have all bits by Yan, Zheng · 5 years ago
- a25949b ceph: cap tracking for async directory operations by Jeff Layton · 5 years ago
- 40dcf75 ceph: make __take_cap_refs non-static by Jeff Layton · 5 years ago
- 891f3f5 ceph: add infrastructure for waiting for async create to complete by Jeff Layton · 5 years ago
- f5e17ae ceph: track primary dentry link by Jeff Layton · 5 years ago
- 3bb48b4 ceph: add flag to designate that a request is asynchronous by Jeff Layton · 5 years ago
- c7e4f85 ceph: more caps.c lockdep assertions by Jeff Layton · 4 years, 11 months ago
- e8a4d26 ceph: clean up kick_flushing_inode_caps() by Jeff Layton · 4 years, 11 months ago
- 8ccf7fc ceph: return ETIMEDOUT errno to userland when request timed out by Xiubo Li · 4 years, 11 months ago
- 1b0c3b9 ceph: re-org copy_file_range and fix some error paths by Luis Henriques · 4 years, 11 months ago
- 058daab ceph: move to a dedicated slabcache for mds requests by Jeff Layton · 5 years ago
- c36d641 ceph: reorganize fields in ceph_mds_request by Jeff Layton · 5 years ago
- cb03c14 ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite by Andreas Gruenbacher · 5 years ago
- f682dc7 ceph: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
- bbb480a ceph: check if file lock exists before sending unlock request by Yan, Zheng · 5 years ago
- 5107d7d ceph: move ceph_osdc_{read,write}pages to ceph.ko by Xiubo Li · 5 years ago
- 7083747 ceph: don't ClearPageChecked in ceph_invalidatepage() by Jeff Layton · 5 years ago
- 072eaf3 libceph: drop CEPH_DEFINE_SHOW_FUNC by Ilya Dryomov · 5 years ago
- 525d15e ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO} by Yan, Zheng · 6 years ago
- f85122a ceph: add refcounting for Fx caps by Jeff Layton · 6 years ago
- 3db0a2f ceph: register MDS request with dir inode from the start by Jeff Layton · 6 years ago
- c8d6ee0 ceph: fix memory leak in ceph_cleanup_snapid_map() by Luis Henriques · 4 years, 10 months ago
- 7614209 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 10 months ago
- 3b20bc2 ceph: noacl mount option is effectively ignored by Xiubo Li · 5 years ago
- b27a939 ceph: canonicalize server path in place by Ilya Dryomov · 5 years ago
- 8e4473b ceph: do not execute direct write in parallel if O_APPEND is specified by Xiubo Li · 5 years ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- d53d0f7 ceph: use errorfc() and friends instead of spelling the prefix out by Al Viro · 5 years ago
- 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- cc3c0b5 add prefix to fs_context->log by Al Viro · 5 years ago
- c80c98f ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log by Al Viro · 5 years ago