summaryrefslogtreecommitdiff
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-018-60/+101
|\
| * exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo2023-02-281-10/+8
| * exfat: don't print error log in normal caseYuezhang Mo2023-02-281-2/+3
| * exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo2023-02-281-8/+1
| * exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-273-25/+81
| * exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-274-9/+5
| * exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo2023-02-271-1/+1
| * exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo2023-02-271-1/+1
| * exfat: fix unexpected EOF while reading dirYuezhang Mo2023-02-271-4/+1
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
|/
* Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-155-145/+187
|\
| * exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo2022-12-131-13/+4
| * exfat: fix overflow in sector and cluster conversionYuezhang Mo2022-12-131-1/+1
| * exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo2022-12-123-7/+5
| * exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-123-4/+4
| * exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-123-15/+10
| * exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
| * exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-122-7/+12
| * exfat: replace magic numbers with MacrosYuezhang Mo2022-12-123-10/+10
| * exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-124-11/+11
| * exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-124-35/+29
| * exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2022-12-122-1/+19
| * exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo2022-12-121-4/+21
| * exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-122-16/+43
| * exfat: simplify empty entry hintYuezhang Mo2022-12-121-27/+31
* | extfat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-3/+3
|\
| * exfat_iterate(): don't open-code file_inode(file)Al Viro2022-09-011-3/+3
* | exfat: fix overflow for large capacity partitionYuezhang Mo2022-09-041-2/+1
|/
* exfat: Drop superfluous new line for error messagesTakashi Iwai2022-08-013-4/+4
* exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai2022-08-011-1/+1
* exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai2022-08-012-22/+7
* exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai2022-08-011-3/+3
* exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai2022-08-011-1/+1
* exfat: remove duplicate write inode for extending dir/fileYuezhang Mo2022-08-012-12/+1
* exfat: remove duplicate write inode for truncating fileYuezhang Mo2022-08-012-13/+25
* exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo2022-08-014-90/+19
* exfat: use updated exfat_chain directly during renamingSungjong Seo2022-06-091-1/+3
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+5
|\
| * fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
| * fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
| * fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-246-61/+47
|\ \