index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
libfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+22
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+16
2025-07-28
Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+25
2025-07-28
Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-9
/
+23
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-15
/
+12
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-5
/
+6
2025-07-08
fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressable
Pankaj Raghav
1
-3
/
+7
2025-07-02
new helper: simple_start_creating()
Al Viro
1
-0
/
+25
2025-07-02
add locked_recursive_removal()
Al Viro
1
-4
/
+21
2025-07-02
better lockdep annotations for simple_recursive_removal()
Al Viro
1
-2
/
+2
2025-07-02
anon_inode: rework assertions
Christian Brauner
1
-5
/
+3
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-2
/
+3
2025-06-19
libfs: prepare to allow for non-immutable pidfd inodes
Christian Brauner
1
-1
/
+0
2025-06-19
libfs: massage path_from_stashed()
Christian Brauner
1
-7
/
+5
2025-06-19
libfs: massage path_from_stashed() to allow custom stashing behavior
Christian Brauner
1
-7
/
+20
2025-06-16
simple_recursive_removal(): saner interaction with fsnotify
Al Viro
1
-4
/
+1
2025-06-11
kill simple_dentry_operations
Al Viro
1
-5
/
+0
2025-06-11
simple_lookup(): just set DCACHE_DONTCACHE
Al Viro
1
-3
/
+5
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-8
/
+8
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2025-05-09
libfs: export find_next_child()
Christian Brauner
1
-1
/
+2
2025-04-21
fs: add S_ANON_INODE
Christian Brauner
1
-1
/
+1
2025-04-07
anon_inode: use a proper mode internally
Christian Brauner
1
-1
/
+7
2025-03-24
Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-03-20
libfs: Fix duplicate directory entry in offset_dir_lookup
Yongjian Sun
1
-1
/
+1
2025-03-05
pidfs: record exit code and cgroupid at exit
Christian Brauner
1
-2
/
+2
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+8
2025-01-27
generic_ci_d_compare(): use shortname_storage
Al Viro
1
-7
/
+8
2025-01-20
Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-85
/
+77
2025-01-04
libfs: Use d_children list to iterate simple_offset directories
Chuck Lever
1
-26
/
+58
2025-01-04
libfs: Replace simple_offset end-of-directory detection
Chuck Lever
1
-16
/
+21
2025-01-04
Revert "libfs: fix infinite directory reads for offset dir"
Chuck Lever
1
-24
/
+11
2025-01-04
Revert "libfs: Add simple_offset_empty()"
Chuck Lever
1
-32
/
+0
2025-01-04
libfs: Return ENOSPC when the directory offset range is exhausted
Chuck Lever
1
-2
/
+2
2024-12-14
pseudofs: add support for export_ops
Erin Shepherd
1
-0
/
+1
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-11
/
+0
2024-11-13
libfs: kill empty_dir_getattr()
Al Viro
1
-11
/
+0
2024-10-28
tmpfs: Add casefold lookup support
André Almeida
1
-0
/
+4
2024-10-28
libfs: Export generic_ci_ dentry functions
André Almeida
1
-3
/
+5
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-7
/
+6
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-10
/
+18
2024-09-06
libfs: fix get_stashed_dentry()
Christian Brauner
1
-3
/
+3
2024-08-30
vfs: elide smp_mb in iversion handling in the common case
Mateusz Guzik
1
-10
/
+18
2024-08-12
libfs: fix infinite directory reads for offset dir
yangerkun
1
-11
/
+24
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+4
2024-06-07
libfs: Introduce case-insensitive string comparison helper
Gabriel Krisman Bertazi
1
-0
/
+74
2024-04-17
shmem: Fix shmem_rename2()
Chuck Lever
1
-0
/
+9
2024-04-17
libfs: Add simple_offset_rename() API
Chuck Lever
1
-0
/
+21
2024-04-17
libfs: Fix simple_offset_rename_exchange()
Chuck Lever
1
-6
/
+19
[next]