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
/
fat
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-4
/
+16
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+3
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+4
2026-01-26
fat: avoid parent link count underflow in rmdir
Zhiyu Zhang
-2
/
+12
2026-01-20
fat: remove unused parameter
Lalit Shankar Chowdhury
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+2
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
-21
/
+8
2026-01-12
fat: cleanup the flags for fat_truncate_time
Christoph Hellwig
-51
/
+44
2026-01-12
fat: add setlease file operation
Jeff Layton
-0
/
+4
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
-4
/
+3
2025-12-13
Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-6
/
+1
2025-12-10
fs/fat: remove unnecessary wrapper fat_max_cache()
Lalit Shankar Chowdhury
-6
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+1
2025-11-05
fs: inline current_umask() and move it to fs_struct.h
Mateusz Guzik
-0
/
+1
2025-11-05
vfat: fix missing sb_min_blocksize() return value checks
Yongpeng Yang
-1
/
+5
2025-09-13
vfat: remove unused variable
zhoumin
-4
/
+3
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-4
/
+4
2025-08-02
fat: fix too many log in fat_chain_add()
OGAWA Hirofumi
-3
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-8
/
+10
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-8
/
+10
2025-07-09
fs: fat: Prevent fsfuzzer from dominating the console
Li Chen
-1
/
+1
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
-3
/
+3
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-8
/
+8
2025-01-27
vfat_revalidate{,_ci}(): use stable parent inode passed by caller
Al Viro
-9
/
+4
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
-2
/
+4
2024-10-17
fat: fix uninitialized variable
OGAWA Hirofumi
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
-3
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-356
/
+412
2024-07-03
fat: Convert to new uid/gid option parsing helpers
Eric Sandeen
-12
/
+4
2024-07-03
fat: Convert to new mount api
Eric Sandeen
-355
/
+419
2024-07-03
fat: move debug into fat_mount_options
Eric Sandeen
-6
/
+6
2024-05-28
fs: fat: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-04-25
fs: add kernel-doc comments to fat_parse_long()
Yang Li
-0
/
+12
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+6
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-2
/
+2
2024-02-22
fat: fix uninitialized field in nostale filehandles
Jan Kara
-0
/
+6
2024-02-08
fat: Hook up sb->s_uuid
Kent Overstreet
-0
/
+3
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
-0
/
+1
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
-0
/
+1
2023-10-18
fat: convert to new timestamp accessors
Jeff Layton
-11
/
+20
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+1
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
-3
/
+2
2023-08-11
fat: make fat_update_time get its own timestamp
Jeff Layton
-1
/
+1
2023-08-11
fat: remove i_version handling from fat_update_time
Jeff Layton
-3
/
+0
[next]