summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+4
2025-08-02fat: fix too many log in fat_chain_add()OGAWA Hirofumi1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+10
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-8/+10
2025-07-09fs: fat: Prevent fsfuzzer from dominating the consoleLi Chen1-1/+1
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro2-3/+3
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown2-8/+8
2025-01-27vfat_revalidate{,_ci}(): use stable parent inode passed by callerAl Viro1-9/+4
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+4
2024-10-17fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-356/+412
2024-07-03fat: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-03fat: Convert to new mount apiEric Sandeen4-355/+419
2024-07-03fat: move debug into fat_mount_optionsEric Sandeen2-6/+6
2024-05-28fs: fat: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-04-25fs: add kernel-doc comments to fat_parse_long()Yang Li1-0/+12
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+6
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2-2/+2
2024-02-22fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-02-08fat: Hook up sb->s_uuidKent Overstreet1-0/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18fat: convert to new timestamp accessorsJeff Layton2-11/+20
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton2-3/+2
2023-08-11fat: make fat_update_time get its own timestampJeff Layton1-1/+1
2023-08-11fat: remove i_version handling from fat_update_timeJeff Layton1-3/+0
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24fat: convert to ctime accessor functionsJeff Layton2-4/+4
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-02fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár1-2/+2
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-6/+7
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+2
2022-12-11fat: remove ->writepageChristoph Hellwig1-7/+2
2022-11-30fat (exportfs): fix some kernel-doc warningsBo Liu1-2/+2