index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-07-26
5
-2
/
+19
|
\
|
*
ceph: fix incorrect kmalloc size of pagevec mempool
ethanwu
2024-07-23
1
-1
/
+2
|
*
ceph: periodically flush the cap releases
Xiubo Li
2024-07-23
1
-0
/
+2
|
*
ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()
Chen Ni
2024-07-23
1
-1
/
+1
|
*
ceph: use cap_wait_list only if debugfs is enabled
Max Kellermann
2024-07-23
3
-0
/
+14
*
|
ceph: drop usage of page_index
Kairui Song
2024-07-04
2
-2
/
+2
|
/
*
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-05-25
5
-13
/
+425
|
\
|
*
ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
Xiubo Li
2024-05-23
1
-1
/
+3
|
*
ceph: check the cephx mds auth access for async dirop
Xiubo Li
2024-05-23
2
-0
/
+59
|
*
ceph: check the cephx mds auth access for open
Xiubo Li
2024-05-23
1
-2
/
+33
|
*
ceph: check the cephx mds auth access for setattr
Xiubo Li
2024-05-23
1
-9
/
+37
|
*
ceph: add ceph_mds_check_access() helper
Xiubo Li
2024-05-23
2
-0
/
+167
|
*
ceph: save cap_auths in MDS client when session is opened
Xiubo Li
2024-05-23
2
-1
/
+126
*
|
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-05-01
1
-1
/
+1
*
|
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
2024-04-29
1
-18
/
+1
*
|
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
1
-5
/
+6
*
|
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
2
-1
/
+3
|
/
*
ceph: switch to use cap_delay_lock for the unlink delay list
Xiubo Li
2024-04-11
3
-9
/
+7
*
ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
NeilBrown
2024-04-11
1
-1
/
+3
*
Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-03-22
2
-13
/
+26
|
\
|
*
ceph: set correct cap mask for getattr request for read
Xiubo Li
2024-03-19
1
-3
/
+5
|
*
ceph: stop copying to iter at EOF on sync reads
Xiubo Li
2024-03-19
1
-10
/
+13
|
*
ceph: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-03-18
1
-9
/
+9
|
*
ceph: break the check delayed cap loop every 5s
Xiubo Li
2024-03-18
1
-0
/
+8
*
|
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2024-03-13
1
-9
/
+9
*
|
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-03-11
1
-36
/
+38
|
\
\
|
|
/
|
/
|
|
*
ceph: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
1
-25
/
+26
|
*
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
1
-0
/
+1
|
*
ceph: convert to using new filelock helpers
Jeff Layton
2024-02-05
1
-12
/
+12
*
|
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
2024-02-26
2
-4
/
+9
*
|
ceph: add ceph_cap_unlink_work to fire check_caps() immediately
Xiubo Li
2024-02-13
3
-1
/
+69
*
|
ceph: always queue a writeback when revoking the Fb caps
Xiubo Li
2024-02-13
1
-24
/
+24
*
|
ceph: always check dir caps asynchronously
Xiubo Li
2024-02-07
4
-14
/
+5
*
|
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
2024-02-07
1
-1
/
+2
*
|
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
2024-02-07
1
-0
/
+2
|
/
*
Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-01-19
9
-48
/
+89
|
\
|
*
ceph: get rid of passing callbacks in __dentry_leases_walk()
Al Viro
2024-01-15
1
-8
/
+13
|
*
ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing
Al Viro
2024-01-15
1
-2
/
+0
|
*
ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
Wenchao Hao
2024-01-15
1
-17
/
+22
|
*
ceph: remove duplicated code in ceph_netfs_issue_read()
Xiubo Li
2024-01-15
1
-2
/
+2
|
*
ceph: send oldest_client_tid when renewing caps
Xiubo Li
2024-01-15
1
-5
/
+17
|
*
ceph: rename create_session_open_msg() to create_session_full_msg()
Xiubo Li
2024-01-15
1
-3
/
+5
|
*
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
Eric Biggers
2024-01-15
1
-0
/
+1
|
*
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
2024-01-15
1
-6
/
+3
|
*
ceph: try to allocate a smaller extent map for sparse read
Xiubo Li
2024-01-15
3
-3
/
+23
|
*
ceph: reinitialize mds feature bit even when session in open
Venky Shankar
2024-01-15
1
-1
/
+1
|
*
ceph: skip reconnecting if MDS is not ready
Xiubo Li
2024-01-15
1
-1
/
+2
*
|
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
3
-63
/
+11
|
\
\
|
*
|
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-12-28
1
-1
/
+1
|
*
|
netfs: Provide invalidate_folio and release_folio calls
David Howells
2023-12-24
2
-32
/
+2
[next]