index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-2
/
+19
2024-07-23
ceph: fix incorrect kmalloc size of pagevec mempool
ethanwu
1
-1
/
+2
2024-07-23
ceph: periodically flush the cap releases
Xiubo Li
1
-0
/
+2
2024-07-23
ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()
Chen Ni
1
-1
/
+1
2024-07-23
ceph: use cap_wait_list only if debugfs is enabled
Max Kellermann
3
-0
/
+14
2024-07-04
ceph: drop usage of page_index
Kairui Song
2
-2
/
+2
2024-05-26
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-13
/
+425
2024-05-23
ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
Xiubo Li
1
-1
/
+3
2024-05-23
ceph: check the cephx mds auth access for async dirop
Xiubo Li
2
-0
/
+59
2024-05-23
ceph: check the cephx mds auth access for open
Xiubo Li
1
-2
/
+33
2024-05-23
ceph: check the cephx mds auth access for setattr
Xiubo Li
1
-9
/
+37
2024-05-23
ceph: add ceph_mds_check_access() helper
Xiubo Li
2
-0
/
+167
2024-05-23
ceph: save cap_auths in MDS client when session is opened
Xiubo Li
2
-1
/
+126
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
1
-1
/
+1
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
1
-18
/
+1
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
1
-5
/
+6
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2
-1
/
+3
2024-04-11
ceph: switch to use cap_delay_lock for the unlink delay list
Xiubo Li
3
-9
/
+7
2024-04-11
ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
NeilBrown
1
-1
/
+3
2024-03-22
Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-13
/
+26
2024-03-19
ceph: set correct cap mask for getattr request for read
Xiubo Li
1
-3
/
+5
2024-03-19
ceph: stop copying to iter at EOF on sync reads
Xiubo Li
1
-10
/
+13
2024-03-19
ceph: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-9
/
+9
2024-03-19
ceph: break the check delayed cap loop every 5s
Xiubo Li
1
-0
/
+8
2024-03-13
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-9
/
+9
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-36
/
+38
2024-02-26
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
2
-4
/
+9
2024-02-13
ceph: add ceph_cap_unlink_work to fire check_caps() immediately
Xiubo Li
3
-1
/
+69
2024-02-13
ceph: always queue a writeback when revoking the Fb caps
Xiubo Li
1
-24
/
+24
2024-02-07
ceph: always check dir caps asynchronously
Xiubo Li
4
-14
/
+5
2024-02-07
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
1
-1
/
+2
2024-02-07
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
1
-0
/
+2
2024-02-05
ceph: adapt to breakup of struct file_lock
Jeff Layton
1
-25
/
+26
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-02-05
ceph: convert to using new filelock helpers
Jeff Layton
1
-12
/
+12
2024-01-19
Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
9
-48
/
+89
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-63
/
+11
2024-01-15
ceph: get rid of passing callbacks in __dentry_leases_walk()
Al Viro
1
-8
/
+13
2024-01-15
ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing
Al Viro
1
-2
/
+0
2024-01-15
ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
Wenchao Hao
1
-17
/
+22
2024-01-15
ceph: remove duplicated code in ceph_netfs_issue_read()
Xiubo Li
1
-2
/
+2
2024-01-15
ceph: send oldest_client_tid when renewing caps
Xiubo Li
1
-5
/
+17
2024-01-15
ceph: rename create_session_open_msg() to create_session_full_msg()
Xiubo Li
1
-3
/
+5
2024-01-15
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
Eric Biggers
1
-0
/
+1
2024-01-15
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
1
-6
/
+3
2024-01-15
ceph: try to allocate a smaller extent map for sparse read
Xiubo Li
3
-3
/
+23
2024-01-15
ceph: reinitialize mds feature bit even when session in open
Venky Shankar
1
-1
/
+1
2024-01-15
ceph: skip reconnecting if MDS is not ready
Xiubo Li
1
-1
/
+2
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2
-2
/
+2
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
[next]