summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo2022-01-101-1/+2
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-105-52/+33
* exfat: move super block magic number to magic.hNamjae Jeon2022-01-102-1/+1
* exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier2022-01-103-6/+6
* exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-104-18/+17
* exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-102-4/+2
* exfat: fix typos in commentsChristophe Vu-Brugier2022-01-102-2/+2
* exfat: simplify is_valid_cluster()Christophe Vu-Brugier2022-01-101-3/+1
* exfat: fix incorrect loading of i_blocks for large filesSungjong Seo2021-11-011-1/+1
* Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-062-4/+6
|\
| * exfat: handle wrong stream entry size in exfat_readdir()Namjae Jeon2021-07-041-3/+5
| * exfat: avoid incorrectly releasing for root inodeChen Li2021-06-281-1/+1
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
|/
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-273-8/+22
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-276-9/+10
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-274-0/+142
* exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim2021-04-273-8/+31
* exfat: fix erroneous discard when clear cluster bitHyeongseok Kim2021-04-271-10/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-233-15/+21
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-12/+18
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-225-14/+70
|\ \
| * | exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-223-9/+40
| * | exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2021-02-222-5/+30
| |/
* / block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* exfat: Avoid allocating upcase table using kcalloc()Artem Labazov2020-12-221-3/+3
* 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 useless check in exfat_move_file()Tetsuhiro Kohada2020-10-221-5/+0
* | exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-225-20/+9
* | exfat: replace memcpy with structure assignmentTetsuhiro Kohada2020-10-223-14/+10
* | exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada2020-10-221-10/+1
* | exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2020-10-222-74/+47
* | exfat: use i_blocksize() to get blocksizeXianting Tian2020-10-221-1/+1
* | exfat: fix misspellings using codespell toolNamjae Jeon2020-10-223-3/+3
* | exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-074-15/+6
* | exfat: fix pointer error checkingTetsuhiro Kohada2020-10-071-7/+6
|/
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-126-28/+47
* exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada2020-08-121-43/+10
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-124-7/+12
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-123-6/+29
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-127-35/+26
* exfat: fix name_hash computation on big endian systemsIlya Ponetayev2020-07-211-4/+4
* exfat: fix wrong size update of stream entry by typoHyeongseok Kim2020-07-211-1/+1
* exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon2020-07-211-1/+1
* exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-293-2/+20
* exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon2020-06-291-1/+1
* exfat: call sync_filesystem for read-only remountHyunchul Lee2020-06-291-0/+10