- e103ece Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 1 year, 11 months ago
- d5c514b exfat: fix the newly allocated clusters are not freed in error handling by Yuezhang Mo · 1 year, 11 months ago
- 3ce937c exfat: don't print error log in normal case by Yuezhang Mo · 1 year, 11 months ago
- 8d2909e exfat: remove unneeded code from exfat_alloc_cluster() by Yuezhang Mo · 1 year, 11 months ago
- 8258ef2 exfat: handle unreconized benign secondary entries by Namjae Jeon · 2 years ago
- 39c1ce8 exfat: fix inode->i_blocks for non-512 byte sector size device by Yuezhang Mo · 2 years ago
- bdaadfd exfat: redefine DIR_DELETED as the bad cluster number by Sungjong Seo · 2 years ago
- 706fdca exfat: fix reporting fs error when reading dir beyond EOF by Yuezhang Mo · 2 years, 3 months ago
- 6cb5d1a exfat: fix unexpected EOF while reading dir by Yuezhang Mo · 2 years, 4 months ago
- 553637f Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
- 9636e65 fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 2 years ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
- 84e57d2 Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 1 month ago
- 36955d3 exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set() by Yuezhang Mo · 2 years, 2 months ago
- 40306b4 exfat: fix overflow in sector and cluster conversion by Yuezhang Mo · 2 years, 1 month ago
- a117741 extfat: remove ->writepage by Christoph Hellwig · 2 years, 1 month ago
- f7cde96 exfat: remove i_size_write() from __exfat_truncate() by Yuezhang Mo · 2 years, 10 months ago
- e981917 exfat: remove argument 'size' from exfat_truncate() by Yuezhang Mo · 2 years, 2 months ago
- 72880cb exfat: remove unnecessary arguments from exfat_find_dir_entry() by Yuezhang Mo · 2 years, 9 months ago
- 015c0d4 exfat: remove unneeded codes from __exfat_rename() by Yuezhang Mo · 2 years, 5 months ago
- 088f134 exfat: remove call ilog2() from exfat_readdir() by Yuezhang Mo · 2 years, 5 months ago
- f3fe395 exfat: replace magic numbers with Macros by Yuezhang Mo · 2 years, 10 months ago
- 3b9681a exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set() by Yuezhang Mo · 2 years, 10 months ago
- 20914ff exfat: move exfat_entry_set_cache from heap to stack by Yuezhang Mo · 2 years, 2 months ago
- a3ff29a exfat: support dynamic allocate bh for exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
- f83d8a3 exfat: reduce the size of exfat_entry_set_cache by Yuezhang Mo · 2 years, 9 months ago
- e298c8a exfat: hint the empty entry which at the end of cluster chain by Yuezhang Mo · 2 years, 2 months ago
- ff39899 exfat: simplify empty entry hint by Yuezhang Mo · 2 years, 6 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 3 months ago
- ab29622 Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
- 2e9ceb6 exfat: fix overflow for large capacity partition by Yuezhang Mo · 2 years, 6 months ago
- 703e3e9 exfat_iterate(): don't open-code file_inode(file) by Al Viro · 2 years, 5 months ago
- 512b74d exfat: Drop superfluous new line for error messages by Takashi Iwai · 2 years, 6 months ago
- 64fca6e exfat: Downgrade ENAMETOOLONG error message to debug messages by Takashi Iwai · 2 years, 6 months ago
- 6425baa exfat: Expand exfat_err() and co directly to pr_*() macro by Takashi Iwai · 2 years, 6 months ago
- 1b1a919 exfat: Define NLS_NAME_* as bit flags explicitly by Takashi Iwai · 2 years, 6 months ago
- 86da53e exfat: Return ENAMETOOLONG consistently for oversized paths by Takashi Iwai · 2 years, 6 months ago
- be17b1c exfat: remove duplicate write inode for extending dir/file by Yuezhang Mo · 2 years, 7 months ago
- 4493895 exfat: remove duplicate write inode for truncating file by Yuezhang Mo · 2 years, 7 months ago
- 23e6e1c exfat: reuse __exfat_write_inode() to update directory entry by Yuezhang Mo · 2 years, 7 months ago
- 204e6ce exfat: use updated exfat_chain directly during renaming by Sungjong Seo · 2 years, 7 months ago
- fdaf9a5 Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 8 months ago
- 850f603 Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 8 months ago
- 64ba4b1 exfat: check if cluster num is valid by Tadeusz Struk · 2 years, 8 months ago
- 1b61383 exfat: reduce block requests when zeroing a cluster by Yuezhang Mo · 2 years, 9 months ago
- 9b00289 exfat: introduce mount option 'sys_tz' by Chung-Chiang Cheng · 2 years, 9 months ago
- d8dad25 exfat: fix referencing wrong parent directory information after renaming by Yuezhang Mo · 2 years, 9 months ago
- f132ab7 fs: Convert mpage_readpage to mpage_read_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 7b47ef5 block: add a bdev_discard_granularity helper by Christoph Hellwig · 2 years, 9 months ago
- 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 9 months ago
- ec251f3 Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 10 months ago
- a4a3d8c exfat: do not clear VolumeDirty in writeback by Yuezhang Mo · 2 years, 10 months ago
- 9ec784b exfat: allow access to paths with trailing dots by Vasant Karasulli · 2 years, 10 months ago
- 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
- fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 10 months ago
- e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years ago
- 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years ago
- 3d96652 exfat: fix missing REQ_SYNC in exfat_update_bhs() by Yuezhang.Mo · 3 years, 5 months ago
- c71510b exfat: remove argument 'sector' from exfat_get_dentry() by Yuezhang.Mo · 3 years, 1 month ago
- 1ed147e exfat: move super block magic number to magic.h by Namjae Jeon · 3 years, 2 months ago
- 92fba08 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 2 months ago
- 7dee6f57 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 2 months ago
- 8cf0588 exfat: make exfat_find_location() static by Christophe Vu-Brugier · 3 years, 2 months ago
- 6fa96cd exfat: fix typos in comments by Christophe Vu-Brugier · 3 years, 2 months ago
- e21a28b exfat: simplify is_valid_cluster() by Christophe Vu-Brugier · 3 years, 2 months ago
- 0c336d6 exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 3 months ago
- 7a5e9a1 Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years, 6 months ago
- 1e5654d exfat: handle wrong stream entry size in exfat_readdir() by Namjae Jeon · 3 years, 7 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 7 months ago
- 839a534 exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 7 months ago
- c6e2f52 exfat: speed up iterate/lookup by fixing start point of traversing cluster chain by Hyeongseok Kim · 3 years, 10 months ago
- 23befe4 exfat: improve write performance when dirsync enabled by Hyeongseok Kim · 3 years, 10 months ago
- 654762d exfat: add support ioctl and FITRIM function by Hyeongseok Kim · 3 years, 10 months ago
- 5c2d728 exfat: introduce bitmap_lock for cluster bitmap access by Hyeongseok Kim · 3 years, 11 months ago
- 77edfc6 exfat: fix erroneous discard when clear cluster bit by Hyeongseok Kim · 3 years, 10 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
- c63dca9 Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years, 11 months ago
- f728760 exfat: improve performance of exfat_free_cluster when using dirsync mount option by Hyeongseok Kim · 4 years ago
- 78c276f exfat: fix shift-out-of-bounds in exfat_fill_super() by Namjae Jeon · 4 years ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 9eb78c2 exfat: Avoid allocating upcase table using kcalloc() by Artem Labazov · 4 years, 1 month ago
- 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- eae503f exfat: remove useless check in exfat_move_file() by Tetsuhiro Kohada · 4 years, 4 months ago
- 04cee52 exfat: remove 'rwoffset' in exfat_inode_info by Tetsuhiro Kohada · 4 years, 4 months ago
- a7a2416 exfat: replace memcpy with structure assignment by Tetsuhiro Kohada · 4 years, 4 months ago
- 6c958a0 exfat: remove useless directory scan in exfat_add_entry() by Tetsuhiro Kohada · 4 years, 4 months ago
- 188df41 exfat: eliminate dead code in exfat_find() by Tetsuhiro Kohada · 4 years, 4 months ago
- 45882a6 exfat: use i_blocksize() to get blocksize by Xianting Tian · 4 years, 5 months ago
- 9e456ae exfat: fix misspellings using codespell tool by Namjae Jeon · 4 years, 5 months ago
- 8ff006e exfat: fix use of uninitialized spinlock on error path by Namjae Jeon · 4 years, 3 months ago
- d6c9efd exfat: fix pointer error checking by Tetsuhiro Kohada · 4 years, 5 months ago