summaryrefslogtreecommitdiff
path: root/fs/exfat/exfat_fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-19exfat: remove unused functionsYuezhang Mo1-5/+1
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo1-2/+2
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo1-2/+2
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo1-3/+3
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo1-0/+3
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo1-1/+1
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro1-0/+1
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo1-0/+2
2024-01-08exfat: using ffs instead of internal logicJohn Sanpe1-2/+1
2023-10-31exfat: support create zero-size directoryYuezhang Mo1-0/+2
2023-10-31exfat: add ioctls for accessing attributesJan Cincera1-6/+6
2023-10-18exfat: convert to new timestamp accessorsJeff Layton1-0/+1
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig1-2/+0
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon1-0/+2
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo1-1/+1
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo1-1/+1
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo1-1/+1
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo1-2/+1
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo1-2/+8
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo1-1/+1
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo1-2/+3
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo1-1/+4
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo1-4/+21
2022-08-01exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai1-5/+7
2022-08-01exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai1-3/+3
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo1-0/+1
2022-05-23exfat: check if cluster num is validTadeusz Struk1-0/+6
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng1-0/+1
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli1-1/+2
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo1-2/+1
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon1-1/+0
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier1-2/+0
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim1-1/+1
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-2/+2
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim1-0/+4
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim1-0/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+5
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada1-2/+0
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon1-1/+1
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon1-1/+2
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-2/+4
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada1-1/+1
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada1-0/+1
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-4/+1