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
/
libfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
pidfs: remove config option
Christian Brauner
1
-15
/
+18
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+142
2024-03-07
Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
1
-62
/
+40
2024-03-02
libfs: improve path_from_stashed()
Christian Brauner
1
-23
/
+18
2024-03-01
libfs: add stashed_dentry_prune()
Christian Brauner
1
-2
/
+27
2024-03-01
libfs: improve path_from_stashed() helper
Christian Brauner
1
-21
/
+40
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
1
-3
/
+12
2024-03-01
libfs: add path_from_stashed()
Christian Brauner
1
-0
/
+94
2024-02-28
libfs: Drop generic_set_encrypted_ci_d_ops
Gabriel Krisman Bertazi
1
-34
/
+0
2024-02-28
libfs: Add helper to choose dentry operations at mount-time
Gabriel Krisman Bertazi
1
-0
/
+28
2024-02-28
libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
Gabriel Krisman Bertazi
1
-28
/
+6
2024-02-28
libfs: Attempt exact-match comparison first during casefolded lookup
Gabriel Krisman Bertazi
1
-17
/
+23
2024-02-22
Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...
Christian Brauner
1
-31
/
+65
2024-02-21
libfs: Convert simple directory offsets to use a Maple Tree
Chuck Lever
1
-24
/
+23
2024-02-21
libfs: Add simple_offset_empty()
Chuck Lever
1
-0
/
+32
2024-02-21
libfs: Define a minimum directory offset
Chuck Lever
1
-5
/
+8
2024-02-21
libfs: Re-arrange locking in offset_iterate_dir()
Chuck Lever
1
-6
/
+6
2024-02-20
libfs: Remove unnecessary ‘0’ values from ret
Li zeming
1
-1
/
+1
2024-02-05
filelock: split leases out of struct file_lock
Jeff Layton
1
-1
/
+1
2024-01-12
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-36
/
+26
2023-11-25
Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache
Al Viro
1
-24
/
+21
2023-11-25
simple_fill_super(): don't bother with d_genocide() on failure
Al Viro
1
-12
/
+5
2023-11-25
dentry: switch the lists of children to hlist
Al Viro
1
-24
/
+21
2023-11-20
libfs: getdents() should return 0 after reaching EOD
Chuck Lever
1
-3
/
+11
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+44
2023-10-28
fs: fix build error with CONFIG_EXPORTFS=m or not defined
Amir Goldstein
1
-0
/
+41
2023-10-28
fs: report f_fsid from s_dev for "simple" filesystems
Amir Goldstein
1
-0
/
+3
2023-10-18
fs: new accessor methods for atime and mtime
Jeff Layton
1
-11
/
+30
2023-09-20
direct_write_fallback(): on error revert the ->ki_pos update from buffered write
Al Viro
1
-0
/
+1
2023-09-01
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-12
/
+2
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-21
/
+21
2023-08-28
Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+248
2023-08-27
libfs: remove redundant checks of s_encoding
Eric Biggers
1
-12
/
+2
2023-08-21
libfs: Convert simple_write_begin and simple_write_end to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+20
2023-08-09
libfs: Remove parent dentry locking in offset_iterate_dir()
Chuck Lever
1
-7
/
+4
2023-08-09
libfs: Add a lock class for the offset map's xa_lock
Chuck Lever
1
-0
/
+3
2023-08-09
libfs: Add directory operations for stable offsets
Chuck Lever
1
-0
/
+248
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-2
/
+2
2023-07-24
kernfs: convert to ctime accessor functions
Jeff Layton
1
-9
/
+10
2023-07-10
fs: Pass argument to fcntl_setlease as int
Luca Vizzarro
1
-1
/
+1
2023-07-10
fs: new helper: simple_rename_timestamp
Jeff Layton
1
-9
/
+27
2023-06-10
fs: factor out a direct_write_fallback helper
Christoph Hellwig
1
-0
/
+41
2023-04-03
fs: consolidate duplicate dt_type helpers
Jeff Layton
1
-7
/
+2
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+10
2023-01-26
fs: uninline inode_query_iversion
Jeff Layton
1
-0
/
+36
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-5
/
+5
2022-12-01
libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
Akinobu Mita
1
-3
/
+19
[next]