summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-0/+6
|\
| * fat: fix uninitialized field in nostale filehandlesJan Kara2024-02-221-0/+6
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-122-2/+2
* | fat: Hook up sb->s_uuidKent Overstreet2024-02-081-0/+3
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | fat: convert to new timestamp accessorsJeff Layton2023-10-182-11/+20
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-112-3/+2
* | fat: make fat_update_time get its own timestampJeff Layton2023-08-111-1/+1
* | fat: remove i_version handling from fat_update_timeJeff Layton2023-08-111-3/+0
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | fat: convert to ctime accessor functionsJeff Layton2023-07-242-4/+4
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-2/+2
|\
| * fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár2023-02-021-2/+2
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-6/+7
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-7/+2
|\
| * fat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* | fat (exportfs): fix some kernel-doc warningsBo Liu2022-11-301-2/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-4/+4
|\
| * Change calling conventions for filldir_tAl Viro2022-08-171-4/+4
* | fat: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-201-2/+3
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-39/+192
|\
| * fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas2022-06-161-1/+122
| * fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi2022-06-161-32/+57
| * fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas2022-06-161-7/+14
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-3/+5
* | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-261-1/+2
|/
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-276-55/+81
|\
| * fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-193-27/+0
| * fat: report creation time in statxChung-Chiang Cheng2022-05-193-5/+20
| * fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2022-05-192-10/+10
| * fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2022-05-192-27/+53
| * fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-04-291-3/+4
| * fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-292-5/+18
| * fatfs: remove redundant judgmentYubo Feng2022-04-291-4/+2
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+5
|\ \
| * | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1