summaryrefslogtreecommitdiff
path: root/fs/exfat/super.c
AgeCommit message (Expand)Author
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro
2020-06-09exfat: add boot region verificationTetsuhiro Kohada
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen
2020-04-22exfat: properly set s_time_granEric Sandeen
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund
2020-04-22exfat: Fix discard supportPali Rohár
2020-03-05exfat: update file system parameter handlingValdis Kletnieks
2020-03-05exfat: add super block operationsNamjae Jeon