index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
fs.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
pidfs: validate extensible ioctls
Christian Brauner
1
-0
/
+14
2025-10-19
vfs: add ATTR_CTIME_SET flag
Jeff Layton
1
-0
/
+1
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-1
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+10
2025-07-31
Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-6
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+9
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+7
2025-07-28
Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+16
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-12
/
+13
2025-07-28
Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2025-07-28
Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+2
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2025-07-28
fsnotify: optimize FMODE_NONOTIFY_PERM for the common cases
Amir Goldstein
1
-6
/
+6
2025-07-18
fs: constify file ptr in backing_file accessor helpers
Amir Goldstein
1
-3
/
+3
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-5
/
+6
2025-07-15
fs: add a new remove_bdev() callback
Qu Wenruo
1
-0
/
+9
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
1
-1
/
+1
2025-07-09
mm/readahead: store folio order in struct file_ra_state
Ryan Roberts
1
-0
/
+2
2025-07-09
mm/readahead: make space in struct file_ra_state
Ryan Roberts
1
-1
/
+1
2025-07-09
mm: ksm: have KSM VMA checks not require a VMA pointer
Lorenzo Stoakes
1
-1
/
+6
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+2
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
1
-3
/
+3
2025-07-02
new helper: simple_start_creating()
Al Viro
1
-0
/
+1
2025-07-02
add locked_recursive_removal()
Al Viro
1
-0
/
+2
2025-06-23
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-0
/
+2
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-3
/
+3
2025-06-17
mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Lorenzo Stoakes
1
-2
/
+4
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
1
-1
/
+1
2025-06-17
mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
1
-3
/
+2
2025-06-16
Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+3
2025-06-16
fs: move name_contains_dotdot() to header
Christian Brauner
1
-0
/
+16
2025-06-16
VFS: change old_dir and new_dir in struct renamedata to dentrys
NeilBrown
1
-4
/
+4
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-2
/
+4
2025-06-11
kill simple_dentry_operations
Al Viro
1
-1
/
+0
2025-06-11
set_default_d_op(): calculate the matching value for ->d_flags
Al Viro
1
-0
/
+1
2025-06-11
fs: add missing values to TRACE_IOCB_STRINGS
Christoph Hellwig
1
-1
/
+3
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-06-02
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+25
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+0
2025-05-27
Revert "Disable FOP_DONTCACHE for now due to bugs"
Jens Axboe
1
-1
/
+1
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+13
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+22
2025-05-26
Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+0
2025-05-25
Disable FOP_DONTCACHE for now due to bugs
Linus Torvalds
1
-1
/
+1
2025-05-22
mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()
Lorenzo Stoakes
1
-1
/
+1
[next]