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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
ceph_d_revalidate(): propagate stable name down into request encoding
Al Viro
3
-3
/
+10
2025-01-27
ceph_d_revalidate(): use stable parent inode passed by caller
Al Viro
1
-18
/
+4
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-2
/
+3
2025-01-27
ceph: exchange hardcoded value on NAME_MAX
Viacheslav Dubeyko
1
-1
/
+1
2025-01-27
ceph: streamline request head structures in MDS client
Liang Jie
1
-8
/
+8
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+7
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+16
2025-01-15
ceph: fix memory leak in ceph_mds_auth_match()
Antoine Viallon
1
-8
/
+8
2025-01-12
ceph: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-2
/
+7
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
1
-3
/
+3
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
1
-4
/
+9
2024-12-16
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
1
-1
/
+1
2024-12-16
ceph: fix memory leak in ceph_direct_read_write()
Ilya Dryomov
1
-21
/
+22
2024-12-16
ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
Alex Markuze
1
-15
/
+14
2024-12-16
ceph: validate snapdirname option length when mounting
Ilya Dryomov
1
-0
/
+2
2024-12-16
ceph: give up on paths longer than PATH_MAX
Max Kellermann
1
-5
/
+4
2024-12-16
ceph: fix memory leaks in __ceph_sync_read()
Max Kellermann
1
-4
/
+3
2024-12-04
lsm: lsm_context in security_dentry_init_security
Casey Schaufler
2
-12
/
+7
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-1
/
+5
2024-11-30
Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
12
-71
/
+62
2024-11-25
ceph: fix cred leak in ceph_mds_check_access()
Max Kellermann
1
-0
/
+3
2024-11-25
ceph: pass cred pointer to ceph_mds_auth_match()
Max Kellermann
1
-2
/
+2
2024-11-19
ceph: improve caps debugging output
Patrick Donnelly
1
-18
/
+17
2024-11-19
ceph: correct ceph_mds_cap_peer field name
Patrick Donnelly
1
-9
/
+9
2024-11-19
ceph: correct ceph_mds_cap_item field name
Patrick Donnelly
1
-1
/
+1
2024-11-18
Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-10
/
+10
2024-11-18
ceph: miscellaneous spelling fixes
Dmitry Antipov
9
-15
/
+15
2024-11-18
ceph: Use strscpy() instead of strcpy() in __get_snap_name()
Abdul Rahim
1
-1
/
+7
2024-11-18
ceph: Use str_true_false() helper in status_show()
Thorsten Blum
1
-1
/
+1
2024-11-18
ceph: requalify some char pointers as const
Patrick Donnelly
1
-1
/
+1
2024-11-18
ceph: extract entity name from device id
Patrick Donnelly
1
-1
/
+9
2024-11-18
ceph: Remove fs/ceph deadcode
Dr. David Alan Gilbert
4
-25
/
+0
2024-10-04
Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+5
2024-10-04
ceph: Remove call to PagePrivate2()
Matthew Wilcox (Oracle)
1
-10
/
+10
2024-10-03
ceph: fix cap ref leak via netfs init_request
Patrick Donnelly
1
-1
/
+4
2024-10-03
ceph: use struct_size() helper in __ceph_pool_perm_get()
Thorsten Blum
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-28
Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
8
-23
/
+51
2024-09-24
ceph: remove the incorrect Fw reference check when dirtying pages
Xiubo Li
1
-1
/
+0
2024-09-24
ceph: Remove empty definition in header file
Zhang Zekun
1
-4
/
+0
2024-09-24
ceph: Fix typo in the comment
Yan Zhen
4
-4
/
+4
2024-09-24
ceph: fix a memory leak on cap_auths in MDS client
Luis Henriques (SUSE)
1
-0
/
+12
2024-09-24
ceph: flush all caps releases when syncing the whole filesystem
Xiubo Li
4
-0
/
+25
2024-09-24
ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()
Xiubo Li
3
-8
/
+8
2024-09-16
Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-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
-1
/
+0
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-8
/
+5
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-30
/
+46
[prev]
[next]