summaryrefslogtreecommitdiff
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| |/
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-8/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-1/+1
|\
| * fat: use pointer to simple type in put_user()Helge Deller2022-03-231-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
| |/
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown2022-01-201-2/+3
* Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-4/+2
|\
| * fat: use sync_blockdev_nowaitChristoph Hellwig2021-10-221-4/+2
* | fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-4/+1
|/
* Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-025-1/+219
|\
| * fat: Add KUnit tests for checksums and timestampsDavid Gow2021-08-135-1/+219