aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-11-05ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)1-1/+1
2020-10-01ceph: fix potential race in ceph_check_capsJeff Layton1-1/+13
2020-10-01ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton1-1/+4
2020-09-09ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-09-03ceph: do not access the kiocb after aio requestsXiubo Li1-2/+3
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-06-24ceph: don't return -ESTALE if there's still an open fileLuis Henriques1-1/+8
2020-06-03ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-14ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-14ceph: fix endianness bug when handling MDS session feature bitsJeff Layton1-5/+3
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-04-13ceph: canonicalize server path in placeIlya Dryomov2-92/+28
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li1-19/+101
2020-04-01ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques1-0/+1
2020-04-01ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-03-05ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2-2/+6
2020-01-29ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2019-12-17ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2-1/+2
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro1-7/+8
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-335/+596
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton1-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques1-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov1-0/+2
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: use release_pages() directlyJohn Hubbard1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton5-16/+200
2019-09-16ceph: don't return a value from void functionJohn Hubbard1-1/+0
2019-09-16ceph: don't freeze during write page faultsJeff Layton1-0/+2
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21