- ff29fde ceph: return -EINVAL if given fsc mount option on kernel w/o support by Jeff Layton · 5 years ago
- a3a0819 ceph: don't allow copy_file_range when stripe_count != 1 by Luis Henriques · 5 years ago
- 5bb5e6e ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open by Jeff Layton · 5 years ago
- 1f08529 ceph: add missing check in d_revalidate snapdir handling by Al Viro · 5 years ago
- aa8dd81 ceph: fix RCU case handling in ceph_d_revalidate() by Al Viro · 5 years ago
- ea60ed6 ceph: fix use-after-free in __ceph_remove_cap() by Luis Henriques · 5 years ago
- 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
- f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
- 3ee5a70 ceph: call ceph_mdsc_destroy from destroy_fs_client by Jeff Layton · 5 years ago
- 6fd4e63 ceph: allow object copies across different filesystems in the same cluster by Luis Henriques · 5 years ago
- 48f930e ceph: include ceph_debug.h in cache.c by Ilya Dryomov · 5 years ago
- 536cc33 ceph: move static keyword to the front of declarations by Krzysztof Wilczynski · 5 years ago
- 71a228b ceph: reconnect connection if session hang in opening state by Erqi Chen · 5 years ago
- 96ac915 ceph: use release_pages() directly by John Hubbard · 5 years ago
- b8fe918 ceph: allow arbitrary security.* xattrs by Jeff Layton · 5 years ago
- 026105e ceph: only set CEPH_I_SEC_INITED if we got a MAC label by Jeff Layton · 5 years ago
- 668959a ceph: turn ceph_security_invalidate_secctx into static inline by Jeff Layton · 5 years ago
- 321fe13 ceph: add buffered/direct exclusionary locking for reads and writes by Jeff Layton · 5 years ago
- 3e8730f ceph: don't return a value from void function by John Hubbard · 5 years ago
- 249c1df ceph: don't freeze during write page faults by Jeff Layton · 5 years ago
- c62498d ceph: update the mtime when truncating up by Jeff Layton · 5 years ago
- 0ed26f3 ceph: fix indentation in __get_snap_name() by Ilya Dryomov · 5 years ago
- 98cd281 ceph: remove incorrect comment above __send_cap by Jeff Layton · 5 years ago
- daca8bd ceph: remove CEPH_I_NOFLUSH by Jeff Layton · 5 years ago
- 27b0a39 ceph: remove unneeded test in try_flush_caps by Jeff Layton · 5 years ago
- 9f3345d ceph: have __mark_caps_flushing return flush_tid by Jeff Layton · 5 years ago
- 354c63a ceph: fix comments over ceph_add_cap by Jeff Layton · 5 years ago
- 533a281 ceph: eliminate session->s_trim_caps by Jeff Layton · 5 years ago
- 606d102 ceph: fetch cap_gen under spinlock in ceph_add_cap by Jeff Layton · 5 years ago
- 5de16b3 ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds by Jeff Layton · 5 years ago
- b72b13e ceph: don't SetPageError on writepage errors by Jeff Layton · 6 years ago
- 131d7eb ceph: auto reconnect after blacklisted by Yan, Zheng · 5 years ago
- 81f148a ceph: invalidate all write mode filp after reconnect by Yan, Zheng · 5 years ago
- ff5d913 ceph: return -EIO if read/write against filp that lost file locks by Yan, Zheng · 5 years ago
- d468e72 ceph: add helper function that forcibly reconnects to ceph cluster. by Yan, Zheng · 5 years ago
- 5e3ded1 ceph: pass filp to ceph_get_caps() by Yan, Zheng · 5 years ago
- f4b9786 ceph: track and report error of async metadata operation by Yan, Zheng · 5 years ago
- 7e6906c ceph: allow closing session in restarting/reconnect state by Yan, Zheng · 5 years ago
- e09580b ceph: don't list vxattrs in listxattr() by Jeff Layton · 5 years ago
- e1e4460 ceph: allow copy_file_range when src and dst inode are same by Jeff Layton · 5 years ago
- 7506703 ceph: fix directories inode i_blkbits initialization by Luis Henriques · 5 years ago
- 028ca4d fs: ceph: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
- 28a2826 ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply by Jeff Layton · 5 years ago
- c95f1c5 ceph: clear page dirty before invalidate page by Erqi Chen · 5 years ago
- af8a85a ceph: fix buffer free while holding i_ceph_lock in fill_inode() by Luis Henriques · 5 years ago
- 12fe3dd ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() by Luis Henriques · 5 years ago
- 86968ef ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() by Luis Henriques · 5 years ago
- 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- d9b9c89 Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
- 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
- d31d07b ceph: fix end offset in truncate_inode_pages_range call by Luis Henriques · 6 years ago
- 52dd0f1 ceph: use generic_delete_inode() for ->drop_inode by Luis Henriques · 5 years ago
- 87bc5b8 ceph: use ceph_evict_inode to cleanup inode's resource by Yan, Zheng · 6 years ago
- 0f7cf80 ceph: initialize superblock s_time_gran to 1 by Luis Henriques · 6 years ago
- 94e8577 libceph: rename r_unsafe_item to r_private_item by Ilya Dryomov · 5 years ago
- 2635053 ceph: don't NULL terminate virtual xattrs by Jeff Layton · 6 years ago
- 3b42101 ceph: return -ERANGE if virtual xattr value didn't fit in buffer by Jeff Layton · 6 years ago
- f1d1b51 ceph: make getxattr_cb return ssize_t by Jeff Layton · 6 years ago
- 49ada6e ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP by Yan, Zheng · 6 years ago
- d6cee9d ceph: kick flushing and flush snaps before sending normal cap message by Yan, Zheng · 6 years ago
- 054f8d4 ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() by Yan, Zheng · 6 years ago
- 5c30835 ceph: increment change_attribute on local changes by Jeff Layton · 6 years ago
- 176c77c ceph: handle change_attr in cap messages by Jeff Layton · 6 years ago
- a35ead3 ceph: add change_attr field to ceph_inode_info by Jeff Layton · 6 years ago
- 5898178 ceph: allow querying of STATX_BTIME in ceph_getattr by Jeff Layton · 6 years ago
- ec62b89 ceph: handle btime in cap messages by Jeff Layton · 6 years ago
- 245ce99 ceph: add btime field to ceph_inode_info by Jeff Layton · 6 years ago
- f3848af ceph: have MDS map decoding use entity_addr_t decoder by Jeff Layton · 6 years ago
- 428138c ceph: remove request from waiting list before unregister by Yan, Zheng · 6 years ago
- 6f0f597 ceph: don't blindly unregister session that is in opening state by Yan, Zheng · 6 years ago
- 2ef5df1 ceph: fix infinite loop in get_quota_realm() by Yan, Zheng · 6 years ago
- ac6713c ceph: add selinux support by Yan, Zheng · 6 years ago
- 5c31e92 ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx by Yan, Zheng · 6 years ago
- 0572978 ceph: fix debug print format in __set_xattr() by Yan, Zheng · 6 years ago
- 03af439 ceph: fix warning PTR_ERR_OR_ZERO can be used by Hariprasad Kelam · 6 years ago
- d6e4781 ceph: hold i_ceph_lock when removing caps for freeing inode by Yan, Zheng · 6 years ago
- 8f2a98ef ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() by Yan, Zheng · 6 years ago
- 41883ba ceph: use READ_ONCE to access d_parent in RCU critical section by Yan, Zheng · 6 years ago
- feab6ac ceph: fix dir_lease_is_valid() by Yan, Zheng · 6 years ago
- 543212b ceph: close race between d_name_cmp() and update_dentry_lease() by Yan, Zheng · 6 years ago
- 7496077 ceph: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
- 7188072 ceph: fix "ceph.dir.rctime" vxattr value by David Disseldorp · 6 years ago
- d0f191d ceph: remove unused vxattr length helpers by David Disseldorp · 6 years ago
- 2b2abca ceph: fix listxattr vxattr buffer length calculation by David Disseldorp · 6 years ago
- 100cc61 ceph: add ceph.snap.btime vxattr by David Disseldorp · 6 years ago
- 193e7b3 ceph: carry snapshot creation time with inodes by David Disseldorp · 6 years ago
- e1b8143 ceph: clean up ceph.dir.pin vxattr name sizeof() by David Disseldorp · 6 years ago
- 13c4173 ceph: silence a checker warning in mdsc_show() by Dan Carpenter · 6 years ago
- 516162b9 ceph: don't open-code the check for dead lockref by Al Viro · 6 years ago
- 1a829ff ceph: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- d6b8bd6 ceph: fix ceph_mdsc_build_path to not stop on first component by Jeff Layton · 6 years ago
- 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
- 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
- 7b2f936 ceph: fix error handling in ceph_get_caps() by Yan, Zheng · 6 years ago
- 3e1d045 ceph: avoid iput_final() while holding mutex or in dispatch thread by Yan, Zheng · 6 years ago
- 1cf89a8 ceph: single workqueue for inode related works by Yan, Zheng · 6 years ago
- 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
- f2cde89 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago