aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-02-08fat: Hook up sb->s_uuidKent Overstreet1-0/+3
2023-10-18fat: convert to new timestamp accessorsJeff Layton1-8/+17
2023-07-24fat: convert to ctime accessor functionsJeff Layton1-3/+2
2022-12-11fat: remove ->writepageChristoph Hellwig1-7/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+10
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-05-19fat: report creation time in statxChung-Chiang Cheng1-2/+8
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng1-7/+4
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-29fatfs: remove redundant judgmentYubo Feng1-4/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+3
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig1-4/+2
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-4/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-06-04fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-03-06fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi1-12/+7
2019-12-18fat: use prandom_u32() for i_generationArnd Bergmann1-1/+2
2019-08-30fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+12
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01fat: switch to ->free_inode()Al Viro1-8/+2
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir1-6/+6
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir1-1/+1
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir1-4/+8
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson1-2/+2
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+5
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-14/+6
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+7
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi1-1/+7
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-6/+14
2018-01-29fat: convert to new i_version APIJeff Layton1-4/+5
2017-11-29fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2
2017-03-09fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-06-24fat: fix error message for bogus number of directory entriesZheng Lv1-1/+1
2016-06-21fat: fix typo s/supeblock/superblock/Zheng Lv1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+3
2016-03-22fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero1-1/+3
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon1-3/+28
2016-01-20fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2016-01-20fat: add fat_fallocate operationNamjae Jeon1-2/+32
2016-01-20fat: add simple validation for directory inodeOGAWA Hirofumi1-0/+22
2016-01-20fat: allow time_offset to be up to 24 hoursJan Kara1-1/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+2
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-9/+1
2015-04-17fs/fat: remove unnecessary defintionAlexander Kuleshov1-2/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-02-17fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou1-1/+1
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon1-0/+12
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+6
2014-06-06fs/fat/inode.c: clean up string initializations (char[] instead of char *)Manuel Schölling1-1/+1
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer1-76/+267
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-3/+3
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-6/+7
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro1-8/+11
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood1-0/+12
2013-05-24fat: fix possible overflow for fat_clustersOGAWA Hirofumi1-1/+14
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon1-1/+1
2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon1-0/+15
2013-04-29fat: restructure export_operationsNamjae Jeon1-9/+4
2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon1-4/+5
2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon1-14/+0
2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon1-7/+16
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel1-0/+66
2013-02-27fat: add extended fileds to struct fat_boot_sectorOleksij Rempel1-4/+4
2012-12-20fat: fix incorrect function commentRavishankar N1-1/+1
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara1-5/+20
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-10-09fat: drop lock/unlock superMarco Stornelli1-2/+3
2012-10-06fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-7/+64
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani1-130/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman1-6/+12
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani1-9/+3
2012-07-11fat: fix non-atomic NFS i_pos readSteven J. Magnani1-7/+6
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+4
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy1-30/+12
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy1-0/+12
2012-05-29->encode_fh() API changeAl Viro1-5/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20fat: switch to d_make_root()Al Viro1-4/+4
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-13/+13
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-15fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven1-13/+13
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-4/+3
2011-08-17fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon1-2/+1
2011-08-17fat: fix utf8 iocharset warning messageMihai Moldovan1-2/+2
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fat: remove i_alloc_sem abuseChristoph Hellwig1-2/+4
2011-04-12fat: Fix statfs->f_namelenOGAWA Hirofumi1-1/+2
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher1-34/+33
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi1-3/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-8/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-04BKL: Remove BKL from fatArnd Bergmann1-5/+0
2010-08-09covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-2/+2
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de1-6/+29
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi1-0/+2
2010-03-16fat: Cleanup nls_unload() usageOGAWA Hirofumi1-4/+2
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+7
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt1-1/+1
2009-11-21fat: make discard a mount optionChristoph Hellwig1-1/+7
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-7/+11
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-12/+4
2009-09-20fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi1-5/+9
2009-08-01vfat: change the default from shortname=lower to shortname=mixedPaul Wise1-2/+2
2009-06-20fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-4/+24
2009-06-11fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-11Sanitize ->fsync() for FATAl Viro1-1/+10
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-0/+2
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-4/+24
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-04-02fs/fat: return f_fsid for statfs(2)Coly Li1-1/+5
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-0/+2
2008-11-14Merge branch 'master' into nextJames Morris1-60/+71
2008-11-14CRED: Wrap task credential accesses in the FAT filesystemDavid Howells1-2/+2
2008-11-12fat: make sure to set d_ops in fat_get_parentChristoph Hellwig1-0/+2
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi1-2/+19
2008-11-06fat: mmu_private race fixOGAWA Hirofumi1-2/+2
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi1-1/+8
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi1-4/+13
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi1-10/+9
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi1-6/+1
2008-11-06fat: improve fat_hash()OGAWA Hirofumi1-11/+7
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-23/+11
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-1/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-34/+18
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-3/+3
2008-08-20vfat: fix 'sync' mount deadlock due to BKL->lock_super conversionLinus Torvalds1-7/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson1-7/+20
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-06-20Replace BKL with superblock lock in fat/msdos/vfatLinus Torvalds1-10/+16
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison1-5/+3
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson1-1/+1
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton1-1/+1
2008-04-28fat: Update free_clusters even if it is untrustedOGAWA Hirofumi1-3/+4
2008-04-28fat: Add allow_utime optionOGAWA Hirofumi1-3/+15
2008-04-28fat: kill is_bad_inode() checkOGAWA Hirofumi1-7/+2
2008-02-08mount options: fix fatMiklos Szeredi1-0/+2
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells1-4/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-02-06FAT: Fix printk format stringsVegard Nossum1-4/+2
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22fat: new export opsChristoph Hellwig1-17/+7
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16fat: convert to new aopsNick Piggin1-11/+16
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16fat: gcc 4.3 warning fixOGAWA Hirofumi1-2/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-8/+6
2007-05-08fat: don't use free_clusters for fat32OGAWA Hirofumi1-3/+11
2007-05-08is_power_of_2 in fatVignesh Babu BM1-4/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-20[PATCH] FAT: DIO-write fallback to normal bufferedOGAWA Hirofumi1-1/+3
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1