summaryrefslogtreecommitdiffstats
path: root/fs/exfat/super.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
* Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-19/+20
|\
| * exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig2023-08-101-10/+18
| * exfat: don't RCU-free the sbiChristoph Hellwig2023-08-101-11/+4
* | exfat: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
|/
* exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-271-2/+1
* exfat: Drop superfluous new line for error messagesTakashi Iwai2022-08-011-2/+2
* Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-241-1/+8
|\
| * exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng2022-05-231-1/+8
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-7/+3
|/
* Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-011-8/+9
|\
| * exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-011-8/+2
| * exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-011-0/+7
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* exfat: move super block magic number to magic.hNamjae Jeon2022-01-101-0/+1
* exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier2022-01-101-2/+2
* exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-101-3/+3
* exfat: avoid incorrectly releasing for root inodeChen Li2021-06-281-1/+1
* exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim2021-04-271-0/+1
* exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2021-02-221-5/+26
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-1/+0
* | exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-071-1/+4
|/
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-9/+27
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-8/+6
* exfat: call sync_filesystem for read-only remountHyunchul Lee2020-06-291-0/+10
* exfat: fix memory leak in exfat_parse_param()Al Viro2020-06-091-4/+8
* exfat: add boot region verificationTetsuhiro Kohada2020-06-091-0/+50
* exfat: separate the boot sector analysisTetsuhiro Kohada2020-06-091-43/+54
* exfat: redefine PBR as boot_sectorTetsuhiro Kohada2020-06-091-42/+42
* exfat: remove the assignment of 0 to bool variableJason Yan2020-06-091-1/+1
* exfat: Use a more common logging styleJoe Perches2020-06-091-26/+21
* exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon2020-05-211-0/+19
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-0/+1
* exfat: properly set s_time_granEric Sandeen2020-04-221-1/+1
* exfat: remove 'bps' mount-optionTetsuhiro Kohada2020-04-221-1/+0
* exfat: Unify access to the boot sectorTetsuhiro Kohada2020-04-221-27/+16
* exfat: add missing MODULE_ALIAS_FS()Thomas Backlund2020-04-221-0/+1
* exfat: Fix discard supportPali Rohár2020-04-221-2/+3
* exfat: update file system parameter handlingValdis Kletnieks2020-03-051-17/+11
* exfat: add super block operationsNamjae Jeon2020-03-051-0/+728