summaryrefslogtreecommitdiffstats
path: root/fs/exfat/exfat_fs.h
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove unused functionsYuezhang Mo2024-03-191-5/+1
* exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo2024-03-191-2/+2
* exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo2024-03-191-2/+2
* exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo2024-03-191-3/+3
* exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo2024-03-191-0/+3
* exfat: add __exfat_get_dentry_set() helperYuezhang Mo2024-03-191-1/+1
* exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro2024-02-251-0/+1
* exfat: change to get file size from DataLengthYuezhang Mo2024-01-081-0/+2
* exfat: using ffs instead of internal logicJohn Sanpe2024-01-081-2/+1
* exfat: support create zero-size directoryYuezhang Mo2023-10-311-0/+2
* exfat: add ioctls for accessing attributesJan Cincera2023-10-311-6/+6
* exfat: convert to new timestamp accessorsJeff Layton2023-10-181-0/+1
* exfat: don't RCU-free the sbiChristoph Hellwig2023-08-101-2/+0
* Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-011-1/+3
|\
| * exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-271-0/+2
| * exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo2023-02-271-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* exfat: fix overflow in sector and cluster conversionYuezhang Mo2022-12-131-1/+1
* exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo2022-12-121-1/+1
* exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-121-1/+1
* exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-121-2/+1
* exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-121-2/+8
* exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-121-1/+1
* exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-121-2/+3
* exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2022-12-121-1/+4
* exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo2022-12-121-4/+21
* exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai2022-08-011-5/+7
* exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai2022-08-011-3/+3
* exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo2022-08-011-0/+1
* exfat: check if cluster num is validTadeusz Struk2022-05-231-0/+6
* exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng2022-05-231-0/+1
* exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-011-1/+2
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-2/+1
* exfat: move super block magic number to magic.hNamjae Jeon2022-01-101-1/+0
* exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-101-2/+0
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-1/+1
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-2/+2
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+4
* exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim2021-04-271-0/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+5
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+5
* | exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-221-1/+1
|/
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-2/+0
* exfat: fix misspellings using codespell toolNamjae Jeon2020-10-221-1/+1
* exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-071-1/+2
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-2/+4
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+1
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-0/+1
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-4/+1