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