index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Lines
2024-09-24
ceph: flush all caps releases when syncing the whole filesystem
Xiubo Li
-0
/
+25
2024-09-24
ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()
Xiubo Li
-8
/
+8
2024-09-16
Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-30
/
+46
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-1
/
+0
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
-8
/
+5
2024-09-12
netfs: Speed up buffered reading
David Howells
-30
/
+46
2024-09-09
ceph: remove unused f_version
Christian Brauner
-1
/
+0
2024-08-27
ceph: Convert to use jiffies macro
Chen Yufan
-1
/
+2
2024-08-27
ceph: Remove unused declarations
Yue Haibing
-5
/
+0
2024-08-21
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...
David Howells
-0
/
+1
2024-08-14
Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-5
/
+25
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
-2
/
+4
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
-2
/
+3
2024-08-12
netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...
David Howells
-1
/
+18
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
-6
/
+4
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
-2
/
+1
2024-08-01
ceph: force sending a cap update msg back to MDS for revoke op
Xiubo Li
-14
/
+28
2024-07-26
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-2
/
+19
2024-07-23
ceph: fix incorrect kmalloc size of pagevec mempool
ethanwu
-1
/
+2
2024-07-23
ceph: periodically flush the cap releases
Xiubo Li
-0
/
+2
2024-07-23
ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()
Chen Ni
-1
/
+1
2024-07-23
ceph: use cap_wait_list only if debugfs is enabled
Max Kellermann
-0
/
+14
2024-07-03
ceph: drop usage of page_index
Kairui Song
-2
/
+2
2024-05-25
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-13
/
+425
2024-05-23
ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
Xiubo Li
-1
/
+3
2024-05-23
ceph: check the cephx mds auth access for async dirop
Xiubo Li
-0
/
+59
2024-05-23
ceph: check the cephx mds auth access for open
Xiubo Li
-2
/
+33
2024-05-23
ceph: check the cephx mds auth access for setattr
Xiubo Li
-9
/
+37
2024-05-23
ceph: add ceph_mds_check_access() helper
Xiubo Li
-0
/
+167
2024-05-23
ceph: save cap_auths in MDS client when session is opened
Xiubo Li
-1
/
+126
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
-1
/
+1
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
-18
/
+1
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
-5
/
+6
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
-1
/
+3
2024-04-11
ceph: switch to use cap_delay_lock for the unlink delay list
Xiubo Li
-9
/
+7
2024-04-11
ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
NeilBrown
-1
/
+3
2024-03-22
Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-13
/
+26
2024-03-19
ceph: set correct cap mask for getattr request for read
Xiubo Li
-3
/
+5
2024-03-19
ceph: stop copying to iter at EOF on sync reads
Xiubo Li
-10
/
+13
2024-03-18
ceph: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
-9
/
+9
2024-03-18
ceph: break the check delayed cap loop every 5s
Xiubo Li
-0
/
+8
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-9
/
+9
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-36
/
+38
2024-02-26
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
-4
/
+9
2024-02-13
ceph: add ceph_cap_unlink_work to fire check_caps() immediately
Xiubo Li
-1
/
+69
2024-02-13
ceph: always queue a writeback when revoking the Fb caps
Xiubo Li
-24
/
+24
2024-02-07
ceph: always check dir caps asynchronously
Xiubo Li
-14
/
+5
2024-02-07
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
-1
/
+2
2024-02-07
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
-0
/
+2
2024-02-05
ceph: adapt to breakup of struct file_lock
Jeff Layton
-25
/
+26
[prev]
[next]