summaryrefslogtreecommitdiff
path: root/fs/exfat/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-19/+20
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig1-10/+18
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig1-11/+4
2023-07-13exfat: convert to ctime accessor functionsJeff Layton1-2/+1
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo1-2/+1
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai1-2/+2
2022-05-25Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng1-1/+8
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-7/+3
2022-04-02Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+9
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo1-8/+2
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli1-0/+7
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon1-0/+1
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier1-2/+2
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier1-3/+3
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li1-1/+1
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim1-0/+1
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon1-5/+26
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada1-1/+0
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon1-1/+4
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-9/+27
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-8/+6
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee1-0/+10
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-09exfat: add boot region verificationTetsuhiro Kohada1-0/+50
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada1-43/+54
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada1-42/+42
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan1-1/+1
2020-06-09exfat: Use a more common logging styleJoe Perches1-26/+21
2020-05-22exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen1-0/+1
2020-04-22exfat: properly set s_time_granEric Sandeen1-1/+1
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada1-1/+0
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada1-27/+16
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund1-0/+1
2020-04-22exfat: Fix discard supportPali Rohár1-2/+3
2020-03-06exfat: update file system parameter handlingValdis Kletnieks1-17/+11
2020-03-06exfat: add super block operationsNamjae Jeon1-0/+728