summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix handling of "meta" errorsJeff Layton2021-10-275-27/+8
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-261-15/+17
* ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton2021-08-181-17/+17
* ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton2021-08-181-4/+4
* ceph: add some lockdep assertions around snaprealm handlingJeff Layton2021-08-181-0/+16
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-183-11/+33
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton2021-05-191-1/+3
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-051-1/+1
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-10-011-1/+4
* ceph: don't allow setlease on cephfsJeff Layton2020-09-091-0/+1
* ceph: do not access the kiocb after aio requestsXiubo Li2020-09-031-2/+3
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-261-1/+2
* ceph: handle zero-length feature mask in session messagesJeff Layton2020-08-211-2/+4
* ceph: set sec_context xattr on symlink creationJeff Layton2020-08-211-0/+4
* ceph: don't return -ESTALE if there's still an open fileLuis Henriques2020-06-241-1/+8
* ceph: flush release queue when handling caps for unknown inodeJeff Layton2020-06-031-1/+1
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-141-2/+2
* ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-141-5/+3
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-04-291-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-04-291-0/+5
* ceph: canonicalize server path in placeIlya Dryomov2020-04-132-92/+28
* ceph: remove the extra slashes in the server pathXiubo Li2020-04-131-19/+101
* ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques2020-04-011-0/+1
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-04-011-3/+11
* ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-03-051-6/+11
* ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-02-242-2/+6
* ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-291-2/+6
* ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-12-172-1/+2
* ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4
* ceph: take the inode lock before acquiring cap refsJeff Layton2019-11-141-7/+18
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-11-071-1/+10
* ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques2019-11-051-2/+10
* ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton2019-11-051-0/+3
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-10-291-0/+1
* ceph: fix RCU case handling in ceph_d_revalidate()Al Viro2019-10-291-7/+8
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-10-291-5/+5
* ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton2019-10-151-10/+11
* Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-2516-335/+596
|\
| * ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton2019-09-161-4/+1
| * ceph: allow object copies across different filesystems in the same clusterLuis Henriques2019-09-161-4/+13
| * ceph: include ceph_debug.h in cache.cIlya Dryomov2019-09-161-0/+2
| * ceph: move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-161-3/+3
| * ceph: reconnect connection if session hang in opening stateErqi Chen2019-09-161-1/+3