summaryrefslogtreecommitdiffstats
path: root/fs/exfat/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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