summaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
Commit message (Expand)AuthorAgeFilesLines
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* fat: Hook up sb->s_uuidKent Overstreet2024-02-081-0/+3
* fat: convert to new timestamp accessorsJeff Layton2023-10-181-8/+17
* fat: convert to ctime accessor functionsJeff Layton2023-07-241-3/+2
* fat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-9/+10
|\
| * fat: report creation time in statxChung-Chiang Cheng2022-05-191-2/+8
| * fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2022-05-191-7/+4
| * 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: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+3
|/
* 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
|/
* 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
|/
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-041-0/+6
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
* fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi2020-03-061-12/+7
* fat: use prandom_u32() for i_generationArnd Bergmann2019-12-181-1/+2
* fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+12
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* fat: switch to ->free_inode()Al Viro2019-05-011-8/+2
* fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-041-6/+6
* fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-041-1/+1
* fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-4/+8
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-311-2/+2
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-311-0/+5
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-14/+6
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-211-7/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-151-1/+7
|\
| * fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
* | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+14
|/
* fat: convert to new i_version APIJeff Layton2018-01-291-4/+5
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-11-291-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-091-1/+12
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* fat: fix error message for bogus number of directory entriesZheng Lv2016-06-241-1/+1
* fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-211-1/+1
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+3