aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton
2021-12-29ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-12-22ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton
2021-10-27ceph: fix handling of "meta" errorsJeff Layton
2021-10-27ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-09-26ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-09-26ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-09-18ceph: fix dereference of null pointer cfColin Ian King
2021-09-08ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-06-30netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton
2021-06-30ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-12ceph: comment cleanups and clarificationsJeff Layton
2020-10-12ceph: break up send_cap_msgJeff Layton
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton
2020-10-12ceph: use kill_anon_super helperJeff Layton