summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton1-3/+13
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2021-12-29ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-22ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li1-2/+1
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-10-27ceph: fix handling of "meta" errorsJeff Layton5-27/+8
2021-10-27ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton1-3/+14
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li3-18/+87
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-09-26ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2-3/+2
2021-09-26ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-09-18ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-08ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li1-3/+5
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-30netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+41
2021-06-30ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
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
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques1-2/+2
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton5-18/+39
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton3-2/+19
2020-10-12ceph: break up send_cap_msgJeff Layton1-32/+28
2020-10-12ceph: drop separate mdsc argument from __send_capJeff Layton1-6/+5
2020-10-12ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)1-1/+1
2020-10-12ceph: don't SetPageError on readpage errorsJeff Layton1-1/+0
2020-10-12ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov1-1/+2
2020-10-12ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton1-83/+63
2020-10-12ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton1-58/+35
2020-10-12ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton1-53/+25
2020-10-12ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton1-6/+21
2020-10-12ceph: break out writeback of incompatible snap context to separate functionJeff Layton1-45/+67
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov1-0/+4
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov5-26/+26