summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
4 daysfat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-03move 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-26fs: add kernel-doc comments to fat_parse_long()Yang Li1-0/+12
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+6
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2-2/+2
2024-02-23fat: 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-30Merge 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-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-03fat: 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-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+2
2022-12-12fat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-01fat (exportfs): fix some kernel-doc warningsBo Liu1-2/+2
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+3
2022-08-18Change calling conventions for filldir_tAl Viro1-4/+4
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-39/+192
2022-06-26attr: port attribute changes to new typesChristian Brauner1-3/+5
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner1-1/+2
2022-06-17fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas1-1/+122
2022-06-17fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi1-32/+57
2022-06-17fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas1-7/+14
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-55/+81