Age | Commit message (Expand) | Author |
2024-07-23 | ceph: fix incorrect kmalloc size of pagevec mempool | ethanwu |
2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds |
2023-11-03 | ceph: allow idmapped mounts | Christian Brauner |
2023-11-03 | ceph: add enable_unsafe_idmap module parameter | Alexander Mikhalitsyn |
2023-11-03 | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li |
2023-11-03 | ceph: rename _to_client() to _to_fs_client() | Xiubo Li |
2023-08-24 | ceph: wait for OSD requests' callbacks to finish when unmounting | Xiubo Li |
2023-08-24 | ceph: drop messages from MDS when unmounting | Xiubo Li |
2023-08-22 | ceph: implement -o test_dummy_encryption mount option | Jeff Layton |
2023-08-22 | ceph: fscrypt_auth handling for ceph | Jeff Layton |
2023-08-22 | ceph: add new mount option to enable sparse reads | Jeff Layton |
2023-08-02 | ceph: defer stopping mdsc delayed_work | Xiubo Li |
2022-08-03 | ceph: make f_bsize always equal to f_frsize | Xiubo Li |
2022-08-03 | ceph: wait for the first reply of inflight async unlink | Xiubo Li |
2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells |
2022-05-25 | ceph: disable updating the atime since cephfs won't maintain it | Xiubo Li |
2022-03-24 | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2022-03-22 | ceph: remove reliance on bdi congestion | NeilBrown |
2022-03-01 | ceph: move to a dedicated slabcache for ceph_cap_snap | Xiubo Li |
2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2022-01-13 | ceph: move CEPH_SUPER_MAGIC definition to magic.h | Jeff Layton |
2022-01-13 | ceph: add new "nopagecache" option | Jeff Layton |
2022-01-13 | ceph: mount syntax module parameter | Venky Shankar |
2022-01-13 | ceph: record updated mon_addr on remount | Venky Shankar |
2022-01-13 | ceph: new device mount syntax | Venky Shankar |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar |
2022-01-11 | ceph: conversion to new fscache API | Jeff Layton |
2021-11-08 | ceph: properly handle statfs on multifs setups | Jeff Layton |
2021-11-08 | ceph: shut down mount on bad mdsmap or fsmap decode | Jeff Layton |
2021-11-08 | ceph: enable async dirops by default | Jeff Layton |
2021-10-19 | ceph: skip existing superblocks that are blocklisted or shut down when mounting | Jeff Layton |
2020-12-14 | ceph: add new RECOVER mount_state when recovering session | Jeff Layton |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-10-12 | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov |
2020-10-12 | ceph: use kill_anon_super helper | Jeff Layton |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2020-08-04 | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton |
2020-08-03 | ceph: delete repeated words in fs/ceph/ | Randy Dunlap |
2020-08-03 | ceph: periodically send perf metrics to MDSes | Xiubo Li |
2020-03-30 | ceph: perform asynchronous unlink if we have sufficient caps | Jeff Layton |
2020-03-30 | ceph: move to a dedicated slabcache for mds requests | Jeff Layton |
2020-02-11 | ceph: noacl mount option is effectively ignored | Xiubo Li |
2020-02-11 | ceph: canonicalize server path in place | Ilya Dryomov |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-02-07 | ceph: use errorfc() and friends instead of spelling the prefix out | Al Viro |
2020-02-07 | fs_parse: handle optional arguments sanely | Al Viro |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen |
2020-02-07 | add prefix to fs_context->log | Al Viro |
2020-02-07 | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro |