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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
/
include
/
linux
/
fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
9 days
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+12
2026-02-10
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-13
/
+28
2026-02-10
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2026-02-10
Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+0
2026-02-10
Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2026-02-10
Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-11
/
+19
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
1
-2
/
+12
2026-01-14
fs: export may_create() as may_create_dentry()
Filipe Manana
1
-0
/
+2
2026-01-14
fs: export may_delete() as may_delete_dentry()
Filipe Manana
1
-0
/
+3
2026-01-13
struct filename ->refcnt doesn't need to be atomic
Al Viro
1
-7
/
+1
2026-01-13
allow incomplete imports of filenames
Al Viro
1
-0
/
+12
2026-01-13
struct filename: saner handling of long names
Al Viro
1
-2
/
+8
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
1
-4
/
+2
2026-01-13
get rid of audit_reusename()
Al Viro
1
-1
/
+0
2026-01-13
allow to use CLASS() for struct filename *
Al Viro
1
-0
/
+6
2026-01-12
fs: add a ->sync_lazytime method
Christoph Hellwig
1
-0
/
+1
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
1
-10
/
+18
2026-01-12
fs: allow error returns from generic_update_time
Christoph Hellwig
1
-1
/
+1
2026-01-12
fs: remove inode_update_time
Christoph Hellwig
1
-1
/
+0
2026-01-12
readdir: require opt-in for d_type flags
Amir Goldstein
1
-1
/
+5
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
1
-1
/
+0
2026-01-05
sysctl: Remove unused ctl_table forward declarations
Joel Granados
1
-1
/
+0
2025-12-16
shmem: fix recovery on rename failures
Al Viro
1
-1
/
+1
2025-12-15
fs: Remove internal old mount API code
Eric Sandeen
1
-2
/
+0
2025-12-15
fs: track the inode having file locks with a flag in ->i_opflags
Mateusz Guzik
1
-0
/
+1
2025-12-15
VFS/knfsd: Teach dentry_create() to use atomic_open()
Benjamin Coddington
1
-1
/
+1
2025-12-06
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+5
2025-12-06
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2025-12-02
Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+2
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-11
/
+13
2025-12-02
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-531
/
+3
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+90
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+8
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-34
/
+9
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
1
-1
/
+1
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
1
-10
/
+2
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
1
-34
/
+9
2025-11-25
include/linux/fs.h: trivial fix: regualr -> regular
Askar Safin
1
-1
/
+1
2025-11-19
autofs: dont trigger mount if it cant succeed
Ian Kent
1
-0
/
+1
2025-11-18
d_make_discardable(): warn if given a non-persistent dentry
Al Viro
1
-0
/
+2
2025-11-18
get rid of kill_litter_super()
Al Viro
1
-1
/
+0
2025-11-17
mm: add ability to take further action in vm_area_desc
Lorenzo Stoakes
1
-3
/
+3
2025-11-16
new helper: simple_done_creating()
Al Viro
1
-0
/
+1
2025-11-16
new helper: simple_remove_by_name()
Al Viro
1
-0
/
+2
2025-11-14
VFS: introduce start_dirop() and end_dirop()
NeilBrown
1
-0
/
+2
[next]