summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-0/+1
|/
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: fat: fix spelling typo of valuesdingsenjie2021-05-071-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-25/+32
|\
| * fat: handle idmapped mountsChristian Brauner2021-01-243-9/+10
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-16/+22
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-11/+12
|\ \
| * | fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers2021-01-131-11/+12
| |/
* / block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi2020-08-121-0/+3
* VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-121-1/+1
* fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng2020-08-121-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* fat: improve the readahead for FAT entriesOGAWA Hirofumi2020-06-041-28/+75
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-041-0/+6