index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-03-06
Merge tag 'v7.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-58
/
+107
2026-03-06
treewide: fix missed i_ino format specifier conversions
Christian Brauner
-3
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-574
/
+574
2026-03-06
zonefs: widen trace event i_ino fields to u64
Jeff Layton
-9
/
+9
2026-03-06
ext2: widen trace event i_ino fields to u64
Jeff Layton
-4
/
+4
2026-03-06
vfs: widen trace event i_ino fields to u64
Jeff Layton
-4
/
+4
2026-03-06
vfs: widen inode hash/lookup functions to u64
Jeff Layton
-19
/
+19
2026-03-06
ntfs: use ->mft_no instead of ->i_ino in prints
Namjae Jeon
-41
/
+40
2026-03-06
ntfs: change mft_no type to u64
Namjae Jeon
-128
/
+119
2026-03-06
ovl: Simplify ovl_lookup_real_one()
NeilBrown
-38
/
+33
2026-03-06
VFS: make lookup_one_qstr_excl() static.
NeilBrown
-3
/
+2
2026-03-06
nfsd: switch purge_old() to use start_removing_noperm()
NeilBrown
-4
/
+2
2026-03-06
libfs: change simple_done_creating() to use end_creating()
NeilBrown
-2
/
+1
2026-03-06
VFS: move the start_dirop() kerndoc comment to before start_dirop()
NeilBrown
-14
/
+13
2026-03-06
fs/proc: Don't lock root inode when creating "self" and "thread-self"
NeilBrown
-6
/
+0
2026-03-06
VFS: note error returns in documentation for various lookup functions
NeilBrown
-1
/
+28
2026-03-06
xfs: fix returned valued from xfs_defer_can_append
Carlos Maiolino
-1
/
+1
2026-03-05
smb: client: fix oops due to uninitialised var in smb2_unlink()
Paulo Alcantara
-1
/
+3
2026-03-05
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
-0
/
+3
2026-03-05
exfat: fix error handling for FAT table operations
Chi Zhiling
-10
/
+16
2026-03-05
exfat: optimize exfat_chain_cont_cluster with cached buffer heads
Chi Zhiling
-12
/
+37
2026-03-05
exfat: drop redundant sec parameter from exfat_mirror_bh
Chi Zhiling
-7
/
+4
2026-03-05
exfat: use readahead helper in exfat_get_dentry
Chi Zhiling
-38
/
+14
2026-03-05
exfat: use readahead helper in exfat_allocate_bitmap
Chi Zhiling
-12
/
+6
2026-03-05
exfat: add block readahead in exfat_chain_cont_cluster
Chi Zhiling
-2
/
+46
2026-03-05
xfs: Remove redundant NULL check after __GFP_NOFAIL
hongao
-6
/
+2
2026-03-05
ntfs: select FS_IOMAP in Kconfig
Namjae Jeon
-0
/
+1
2026-03-05
ntfs: add MODULE_ALIAS_FS
Woody Suwalski
-0
/
+1
2026-03-04
hfsplus: fix potential Allocation File corruption after fsync
Viacheslav Dubeyko
-9
/
+65
2026-03-04
Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-87
/
+265
2026-03-04
cifs: open files should not hold ref on superblock
Shyam Prasad N
-13
/
+50
2026-03-04
iomap: reject delalloc mappings during writeback
Darrick J. Wong
-6
/
+7
2026-03-04
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
-3
/
+12
2026-03-04
ntfs: reduce stack usage in ntfs_write_mft_block()
Arnd Bergmann
-2
/
+7
2026-03-04
exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE support
David Timber
-0
/
+41
2026-03-04
exfat: Fix bitwise operation having different size
Philipp Hahn
-1
/
+1
2026-03-04
exfat: Drop dead assignment of num_clusters
Philipp Hahn
-1
/
+0
2026-03-04
xfs: fix race between healthmon unmount and read_iter
Darrick J. Wong
-7
/
+10
2026-03-04
xfs: add write pointer to xfs_rtgroup_geometry
Wilfred Mallawa
-1
/
+23
2026-03-04
xfs: remove scratch field from struct xfs_gc_bio
Damien Le Moal
-2
/
+0
2026-03-03
smb: client: Compare MACs in constant time
Eric Biggers
-2
/
+5
2026-03-03
smb/client: remove unused SMB311_posix_query_info()
ZhangGuoDong
-21
/
+0
2026-03-03
smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()
ZhangGuoDong
-1
/
+1
2026-03-03
smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()
ZhangGuoDong
-2
/
+2
2026-03-03
Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-28
/
+67
2026-03-03
fuse: fix uninit-value in fuse_dentry_revalidate()
Luis Henriques
-0
/
+5
2026-03-03
fuse: use offset_in_page() for page offset calculations
Joanne Koong
-4
/
+4
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
-2
/
+2
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
-24
/
+16
2026-03-03
btrfs: remove duplicated definition of btrfs_printk_in_rcu()
Filipe Manana
-3
/
+0
[prev]
[next]