aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/exfat (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds8-60/+101
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo1-10/+8
2023-02-28exfat: don't print error log in normal caseYuezhang Mo1-2/+3
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo1-8/+1
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon3-25/+81
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo4-9/+5
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo1-1/+1
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo1-1/+1
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo1-4/+1
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds5-145/+187
2022-12-13exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo1-13/+4
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo1-1/+1
2022-12-11extfat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo3-7/+5
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo3-4/+4
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo3-15/+10
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo1-8/+1
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2-7/+12
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo3-10/+10
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo4-11/+11
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo4-35/+29
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2-1/+19
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo1-4/+21
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2-16/+43
2022-12-12exfat: simplify empty entry hintYuezhang Mo1-27/+31
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo1-2/+1
2022-09-01exfat_iterate(): don't open-code file_inode(file)Al Viro1-3/+3
2022-08-01exfat: Drop superfluous new line for error messagesTakashi Iwai3-4/+4
2022-08-01exfat: Downgrade ENAMETOOLONG error message to debug messagesTakashi Iwai1-1/+1
2022-08-01exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai2-22/+7
2022-08-01exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai1-3/+3
2022-08-01exfat: Return ENAMETOOLONG consistently for oversized pathsTakashi Iwai1-1/+1
2022-08-01exfat: remove duplicate write inode for extending dir/fileYuezhang Mo2-12/+1
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo2-13/+25
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo4-90/+19
2022-06-09exfat: use updated exfat_chain directly during renamingSungjong Seo1-1/+3
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds6-61/+47
2022-05-23exfat: check if cluster num is validTadeusz Struk3-8/+12
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo1-24/+17
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng3-3/+17