summaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+16
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+3
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang-2/+12
2026-01-20fat: remove unused parameterLalit Shankar Chowdhury-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig-21/+8
2026-01-12fat: cleanup the flags for fat_truncate_timeChristoph Hellwig-51/+44
2026-01-12fat: add setlease file operationJeff Layton-0/+4
2025-12-15fs: use min() or umin() instead of min_t()David Laight-4/+3
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+1
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury-6/+1
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik-0/+1
2025-11-05vfat: fix missing sb_min_blocksize() return value checksYongpeng Yang-1/+5
2025-09-13vfat: remove unused variablezhoumin-4/+3
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+4
2025-08-02fat: fix too many log in fat_chain_add()OGAWA Hirofumi-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+10
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-8/+10
2025-07-09fs: fat: Prevent fsfuzzer from dominating the consoleLi Chen-1/+1
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-3/+3
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-8/+8
2025-01-27vfat_revalidate{,_ci}(): use stable parent inode passed by callerAl Viro-9/+4
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-2/+4
2024-10-17fat: fix uninitialized variableOGAWA Hirofumi-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-3/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-2/+2
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-356/+412
2024-07-03fat: Convert to new uid/gid option parsing helpersEric Sandeen-12/+4
2024-07-03fat: Convert to new mount apiEric Sandeen-355/+419
2024-07-03fat: move debug into fat_mount_optionsEric Sandeen-6/+6
2024-05-28fs: fat: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-04-25fs: add kernel-doc comments to fat_parse_long()Yang Li-0/+12
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+6
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-2/+2
2024-02-22fat: fix uninitialized field in nostale filehandlesJan Kara-0/+6
2024-02-08fat: Hook up sb->s_uuidKent Overstreet-0/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein-0/+1
2023-10-18fat: convert to new timestamp accessorsJeff Layton-11/+20
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton-3/+2
2023-08-11fat: make fat_update_time get its own timestampJeff Layton-1/+1
2023-08-11fat: remove i_version handling from fat_update_timeJeff Layton-3/+0