summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | exfat: check if cluster num is validTadeusz Struk2022-05-233-8/+12
| * | exfat: reduce block requests when zeroing a clusterYuezhang Mo2022-05-231-24/+17
| * | exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng2022-05-233-3/+17
| * | exfat: fix referencing wrong parent directory information after renamingYuezhang Mo2022-05-231-26/+1
| |/
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-8/+4
|/
* Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-014-30/+47
|\
| * exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-013-15/+2
| * exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-013-15/+45
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+2
|\ \
| * | fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* 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