summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-06-141-1/+9
* ceph: fix setting of xattrs on async created inodesJeff Layton2022-05-181-3/+13
* ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li2022-04-131-1/+10
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-02-011-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-02-011-0/+2
* ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-291-3/+15
* ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-221-2/+1
* ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-221-8/+8
* ceph: properly handle statfs on multifs setupsJeff Layton2021-12-011-5/+6
* ceph: fix handling of "meta" errorsJeff Layton2021-10-275-27/+8
* ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-271-3/+14
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* ceph: remove the capsnaps when removing capsXiubo Li2021-09-263-18/+87
* ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-261-15/+17
* ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-262-3/+2
* ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton2021-09-264-10/+8
* ceph: fix dereference of null pointer cfColin Ian King2021-09-181-0/+3
* ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li2021-09-081-3/+5
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-09-034-12/+22
* 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: don't WARN if we're still opening a session to an MDSLuis Henriques2021-07-281-1/+1
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-301-13/+41
* ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-302-0/+5
* ceph: don't allow access to MDS-private inodesJeff Layton2021-05-224-0/+42
* ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton2021-05-221-4/+5
* 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 flush_snap logic after putting capsJeff Layton2021-03-041-4/+6
* ceph: downgrade warning from mdsmap decode to debugLuis Henriques2021-02-261-2/+2
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2021-01-061-0/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-045-18/+39
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | ceph: comment cleanups and clarificationsJeff Layton2020-10-123-2/+19
* | ceph: break up send_cap_msgJeff Layton2020-10-121-32/+28
* | ceph: drop separate mdsc argument from __send_capJeff Layton2020-10-121-6/+5
* | ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-10-121-1/+1
* | ceph: don't SetPageError on readpage errorsJeff Layton2020-10-121-1/+0
* | ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov2020-10-121-1/+2
* | ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton2020-10-121-83/+63
* | ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton2020-10-121-58/+35
* | ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton2020-10-121-53/+25
* | ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton2020-10-121-6/+21
* | ceph: break out writeback of incompatible snap context to separate functionJeff Layton2020-10-121-45/+67
* | ceph: add a note explaining session reject error stringIlya Dryomov2020-10-121-0/+4