summaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorLines
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
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-24fat: convert to ctime accessor functionsJeff Layton-4/+4
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-02-02fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár-2/+2
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig-0/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-6/+7
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+2
2022-12-11fat: remove ->writepageChristoph Hellwig-7/+2
2022-11-30fat (exportfs): fix some kernel-doc warningsBo Liu-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+4
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner-2/+3
2022-08-17Change calling conventions for filldir_tAl Viro-4/+4
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-39/+192
2022-06-26attr: port attribute changes to new typesChristian Brauner-3/+5
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner-1/+2
2022-06-16fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas-1/+122
2022-06-16fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi-32/+57