aboutsummaryrefslogtreecommitdiff
path: root/fs/exfat/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperGravatar Al Viro 1-9/+11
2023-10-31exfat: support create zero-size directoryGravatar Yuezhang Mo 1-0/+7
2023-10-31exfat: add ioctls for accessing attributesGravatar Jan Cincera 1-2/+2
2023-10-18exfat: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-19/+20
2023-08-10exfat: free the sbi and iocharset in ->kill_sbGravatar Christoph Hellwig 1-10/+18
2023-08-10exfat: don't RCU-free the sbiGravatar Christoph Hellwig 1-11/+4
2023-07-13exfat: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceGravatar Yuezhang Mo 1-2/+1
2022-08-01exfat: Drop superfluous new line for error messagesGravatar Takashi Iwai 1-2/+2
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+8
2022-05-23exfat: introduce mount option 'sys_tz'Gravatar Chung-Chiang Cheng 1-1/+8
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-7/+3
2022-04-01Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+9
2022-04-01exfat: do not clear VolumeDirty in writebackGravatar Yuezhang Mo 1-8/+2
2022-04-01exfat: allow access to paths with trailing dotsGravatar Vasant Karasulli 1-0/+7
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-01-10exfat: move super block magic number to magic.hGravatar Namjae Jeon 1-0/+1
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBGravatar Christophe Vu-Brugier 1-2/+2
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Gravatar Christophe Vu-Brugier 1-3/+3
2021-06-28exfat: avoid incorrectly releasing for root inodeGravatar Chen Li 1-1/+1
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessGravatar Hyeongseok Kim 1-0/+1
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Gravatar Namjae Jeon 1-5/+26
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoGravatar Tetsuhiro Kohada 1-1/+0
2020-10-07exfat: fix use of uninitialized spinlock on error pathGravatar Namjae Jeon 1-1/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-12exfat: retain 'VolumeFlags' properlyGravatar Tetsuhiro Kohada 1-9/+27
2020-08-12exfat: remove EXFAT_SB_DIRTY flagGravatar Tetsuhiro Kohada 1-8/+6
2020-06-29exfat: call sync_filesystem for read-only remountGravatar Hyunchul Lee 1-0/+10
2020-06-09exfat: fix memory leak in exfat_parse_param()Gravatar Al Viro 1-4/+8
2020-06-09exfat: add boot region verificationGravatar Tetsuhiro Kohada 1-0/+50
2020-06-09exfat: separate the boot sector analysisGravatar Tetsuhiro Kohada 1-43/+54
2020-06-09exfat: redefine PBR as boot_sectorGravatar Tetsuhiro Kohada 1-42/+42
2020-06-09exfat: remove the assignment of 0 to bool variableGravatar Jason Yan 1-1/+1
2020-06-09exfat: Use a more common logging styleGravatar Joe Perches 1-26/+21
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatGravatar Namjae Jeon 1-0/+19
2020-04-22exfat: truncate atimes to 2s granularityGravatar Eric Sandeen 1-0/+1
2020-04-22exfat: properly set s_time_granGravatar Eric Sandeen 1-1/+1
2020-04-22exfat: remove 'bps' mount-optionGravatar Tetsuhiro Kohada 1-1/+0
2020-04-22exfat: Unify access to the boot sectorGravatar Tetsuhiro Kohada 1-27/+16
2020-04-22exfat: add missing MODULE_ALIAS_FS()Gravatar Thomas Backlund 1-0/+1
2020-04-22exfat: Fix discard supportGravatar Pali Rohár 1-2/+3
2020-03-05exfat: update file system parameter handlingGravatar Valdis Kletnieks 1-17/+11
2020-03-05exfat: add super block operationsGravatar Namjae Jeon 1-0/+728