index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
ceph: only d_add() negative dentries when they are unhashed
Max Kellermann
1
-2
/
+4
2026-03-09
ceph: add a bunch of missing ceph_path_info initializers
Max Kellermann
1
-1
/
+1
2026-03-09
ceph: fix i_nlink underrun during async unlink
Max Kellermann
1
-1
/
+14
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
1
-2
/
+0
2026-01-12
ceph: don't allow delegations to be set on directories
Jeff Layton
1
-0
/
+2
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+3
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+2
2025-11-20
ceph: replace local base64 helpers with lib/base64
Guan-Chun Wu
1
-2
/
+3
2025-11-19
ceph: Switch to use %ptSp
Andy Shevchenko
1
-3
/
+2
2025-10-08
ceph: refactor wake_up_bit() pattern of calling
Viacheslav Dubeyko
1
-2
/
+1
2025-09-09
ceph: fix race condition validating r_parent before applying state
Alex Markuze
1
-10
/
+7
2025-06-17
ceph: fix a race with rename() in ceph_mdsc_build_path()
Al Viro
1
-4
/
+3
2025-03-24
Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+8
2025-02-28
ceph: Convert ceph_readdir_cache_control to store a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2025-02-27
ceph: return the correct dentry on mkdir
NeilBrown
1
-8
/
+16
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-01-27
ceph_d_revalidate(): propagate stable name down into request encoding
Al Viro
1
-0
/
+2
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
2024-11-18
ceph: miscellaneous spelling fixes
Dmitry Antipov
1
-2
/
+2
2024-09-28
Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2024-09-24
ceph: Fix typo in the comment
Yan Zhen
1
-1
/
+1
2024-09-09
ceph: remove unused f_version
Christian Brauner
1
-1
/
+0
2024-07-26
Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2024-07-23
ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()
Chen Ni
1
-1
/
+1
2024-07-03
ceph: drop usage of page_index
Kairui Song
1
-1
/
+1
2024-05-23
ceph: check the cephx mds auth access for async dirop
Xiubo Li
1
-0
/
+28
2024-01-19
Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-8
/
+13
2024-01-15
ceph: get rid of passing callbacks in __dentry_leases_walk()
Al Viro
1
-8
/
+13
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
1
-1
/
+1
2023-11-03
ceph: pass an idmapping to mknod/symlink/mkdir
Christian Brauner
1
-0
/
+4
2023-11-03
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
1
-86
/
+132
2023-11-03
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
1
-11
/
+11
2023-11-03
ceph: pass the mdsc to several helpers
Xiubo Li
1
-1
/
+1
2023-08-24
ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper
Luís Henriques
1
-6
/
+7
2023-08-24
ceph: prevent snapshot creation in encrypted locked directories
Luís Henriques
1
-0
/
+5
2023-08-24
ceph: size handling in MClientRequest, cap updates and inode traces
Jeff Layton
1
-0
/
+3
2023-08-24
ceph: mark directory as non-complete after loading key
Luís Henriques
1
-4
/
+4
2023-08-24
ceph: add some fscrypt guardrails
Jeff Layton
1
-0
/
+9
2023-08-24
ceph: create symlinks with encrypted and base64-encoded targets
Jeff Layton
1
-5
/
+49
2023-08-24
ceph: add support to readdir for encrypted names
Xiubo Li
1
-6
/
+30
2023-08-24
ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
Jeff Layton
1
-2
/
+7
2023-08-24
ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()
Jeff Layton
1
-0
/
+11
2023-08-22
ceph: preallocate inode for ops that may create one
Jeff Layton
1
-32
/
+38
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-2
/
+3
2023-06-30
ceph: voluntarily drop Xx caps for requests those touch parent mtime
Xiubo Li
1
-7
/
+10
2023-04-30
ceph: pass ino# instead of old_dentry if it's disconnected
Xiubo Li
1
-2
/
+11
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-3
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
[next]