summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* 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
* exfat: add missing brelse() calls on error pathsDan Carpenter2020-06-291-2/+10
* exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim2020-06-291-4/+6
* Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0912-469/+423
|\
| * exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter2020-06-091-1/+1
| * exfat: fix range validation error in alloc and free clusterhyeongseok.kim2020-06-091-2/+2
| * exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon2020-06-091-4/+4
| * exfat: fix memory leak in exfat_parse_param()Al Viro2020-06-091-4/+8
| * exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon2020-06-091-2/+0
| * exfat: standardize checksum calculationTetsuhiro Kohada2020-06-094-27/+19