- 6eb9af0 exfat: ensure that ctime is updated whenever the mtime is by Jeff Layton · 1 year, 2 months ago
- 98f3631 exfat: fs: add CONFIG_BUFFER_HEAD by Christoph Hellwig · 1 year, 2 months ago
- 950e271 exfat: use fat ioctls definitions from include/uapi/linux/msdos_fs.h by Namjae Jeon · 1 year, 3 months ago
- 8279a1a exfat: github action: remove liunx-4.1 source to get more disk space by Namjae Jeon · 1 year, 4 months ago
- 5bb0e9f exfat: support create zero-size directory by Yuezhang Mo · 1 year, 4 months ago
- f6c705d exfat: support handle zero-size directory by Yuezhang Mo · 1 year, 4 months ago
- cc9879a exfat: add ioctls for accessing attributes by Jan Cincera · 1 year, 4 months ago
- 967fa6b exfat: vfs: get rid of old '->iterate' directory operation by Linus Torvalds · 1 year, 5 months ago
- 2a0023b exfat: add necessary header for vmalloc by HiGarfield · 1 year, 6 months ago
- 803d714 exfat: release s_lock before calling dir_emit() by Sungjong Seo · 1 year, 6 months ago
- 0bf9ccf exfat: check if filename entries exceeds max filename length by Namjae Jeon · 1 year, 6 months ago
- 17c7881 exfat: github action: make space for running xfstests by Namjae Jeon · 1 year, 6 months ago
- 7d8b114 exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree by Namjae Jeon · 1 year, 6 months ago
- 331d3f5 exfat: splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 6 months ago
- 796bbd0 exfat: fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 1 year, 6 months ago
- d8b0eda exfat: fs: port ->rename() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
- 88c55a8 exfat: fs: port ->mkdir() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
- 1610136 exfat: fs: port ->create() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
- eb2bd5c exfat: fs: port ->getattr() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
- f4f94fa exfat: fs: port ->setattr() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
- 03ab685 exfat: fix the newly allocated clusters are not freed in error handling by Yuezhang Mo · 1 year, 11 months ago
- 7a55bf4 exfat: don't print error log in normal case by Yuezhang Mo · 1 year, 11 months ago
- cd17de5 exfat: remove unneeded code from exfat_alloc_cluster() by Yuezhang Mo · 1 year, 11 months ago
- 0e44fbe exfat: remove ->writepage by Christoph Hellwig · 2 years ago
- 47fb203 exfat: handle unreconized benign secondary entries by Namjae Jeon · 2 years ago
- 3eef540 exfat: fix inode->i_blocks for non-512 byte sector size device by Namjae Jeon · 2 years ago
- 17d8731 exfat: redefine DIR_DELETED as the bad cluster number by Sungjong Seo · 2 years, 1 month ago
- 118b6d5 exfat: fix reporting fs error when reading dir beyond EOF by Yuezhang Mo · 2 years, 1 month ago
- bd80b9a exfat: fix unexpected EOF while reading dir by Yuezhang Mo · 2 years, 1 month ago
- c0bbea4 exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set() by Yuezhang Mo · 2 years, 1 month ago
- eb7de3a exfat: fix overflow in sector and cluster conversion by Yuezhang Mo · 2 years, 1 month ago
- ba9c0dc exfat: remove i_size_write() from __exfat_truncate() by Yuezhang Mo · 2 years, 1 month ago
- bf6c668 exfat: remove argument 'size' from exfat_truncate() by Yuezhang Mo · 2 years, 1 month ago
- 5098d1e exfat: remove unnecessary arguments from exfat_find_dir_entry() by Yuezhang Mo · 2 years, 1 month ago
- 9ba14ac exfat: remove unneeded codes from __exfat_rename() by Yuezhang Mo · 2 years, 1 month ago
- e112dbc exfat: remove call ilog2() from exfat_readdir() by Yuezhang Mo · 2 years, 1 month ago
- 2bb461c exfat: remove generic/286 by Namjae Jeon · 2 years, 1 month ago
- 1813cc2 exfat: fix python package installation failure by Namjae Jeon · 2 years, 1 month ago
- 3a977db exfat: github actions: add apt-get update command by Namjae Jeon · 2 years, 2 months ago
- b2d2ce0 exfat: treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 2 months ago
- 15a51d8 exfat: replace magic numbers with Macros by Yuezhang Mo · 2 years, 2 months ago
- 7cab729 exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set() by Yuezhang Mo · 2 years, 2 months ago
- 7771b09 exfat: move exfat_entry_set_cache from heap to stack by Yuezhang Mo · 2 years, 2 months ago
- 5d4023f exfat: support dynamic allocate bh for exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
- 48f7c74 exfat: reduce the size of exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
- 54b4c1b exfat: add SECTOR_SIZE macro by Namjae Jeon · 2 years, 2 months ago
- 5c4fd78 exfat: hint the empty entry which at the end of cluster chain by Yuezhang Mo · 2 years, 2 months ago
- 1050b8d exfat: simplify empty entry hint by Yuezhang Mo · 2 years, 2 months ago
- c39d9e5 exfat: add auto-test using github action by Namjae Jeon · 2 years, 3 months ago
- 9466ec4 exfat: remove travis-CI test by Namjae Jeon · 2 years, 3 months ago
- bed6b02 exfat: release 6.0.0 version by Namjae Jeon · 2 years, 3 months ago
- 03aa12a exfat: fix overflow for large capacity partition by Yuezhang Mo · 2 years, 5 months ago
- d7cd524 exfat: add auto build-test and simple stability test using travis-CI by Namjae Jeon · 2 years, 6 months ago
- a129bcc exfat: Drop superfluous new line for error messages by Takashi Iwai · 2 years, 6 months ago
- 33e7a40 exfat: Downgrade ENAMETOOLONG error message to debug messages by Takashi Iwai · 2 years, 6 months ago
- 0d2005c exfat: Expand exfat_err() and co directly to pr_*() macro by Takashi Iwai · 2 years, 6 months ago
- 9a903a2 exfat: Define NLS_NAME_* as bit flags explicitly by Takashi Iwai · 2 years, 6 months ago
- 3cc661c exfat: Return ENAMETOOLONG consistently for oversized paths by Takashi Iwai · 2 years, 6 months ago
- 5c18970 exfat: simplified by using round_up() by Christophe Vu-Brugier · 2 years, 6 months ago
- c9d13ea fs: Convert mpage_readpage to mpage_read_folio by Matthew Wilcox (Oracle) · 2 years, 6 months ago
- 7bcf79c fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 6 months ago
- ff027ab fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 2 years, 6 months ago
- d196c9a4 block: add a bdev_discard_granularity helper by Christoph Hellwig · 2 years, 6 months ago
- dda72dc block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 6 months ago
- 8d627e3 exfat: remove duplicate write inode for extending dir/file by Yuezhang Mo · 2 years, 6 months ago
- 63e1c4f exfat: remove duplicate write inode for truncating file by Yuezhang Mo · 2 years, 6 months ago
- 56a5afd exfat: reuse __exfat_write_inode() to update directory entry by Yuezhang Mo · 2 years, 6 months ago
- c509458 exfat: use updated exfat_chain directly during renaming by Sungjong Seo · 2 years, 7 months ago
- 89b59ca exfat: release 5.19.1 version by Namjae Jeon · 2 years, 8 months ago
- 2a594d4 exfat: directly call filemap_write_and_wait_range() on < 5.19 kernel by Namjae Jeon · 2 years, 8 months ago
- 08b714e exfat: fix uninitialized return value on kernel < 4.16 by Namjae Jeon · 2 years, 8 months ago
- e7fd355 exfat: further fix 'fatal_signal_pending' undeclared by Chukun Pan · 2 years, 8 months ago
- 8d7603a exfat: file: fix build with kernel < 4.4.72 by Tianling Shen · 2 years, 11 months ago
- 54607fb exfat: check if cluster num is valid by Tadeusz Struk · 2 years, 8 months ago
- fa4f895 exfat: fix write failure on kernels prior to 4.8. by Namjae Jeon · 2 years, 8 months ago
- 2363111 exfat: fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 8 months ago
- 51f491e exfat: use EXT4_SUPER_MAGIC in magic.h by Namjae Jeon · 2 years, 8 months ago
- e145a5f exfat: fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 1270e74 exfat: fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- bf7b405 exfat: mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 2 years, 8 months ago
- 1d092fc exfat: reduce block requests when zeroing a cluster by Yuezhang Mo · 2 years, 9 months ago
- 8dbffe2 exfat: introduce mount option 'sys_tz' by Chung-Chiang Cheng · 2 years, 9 months ago
- 2ae9613 exfat: fix referencing wrong parent directory information by Yuezhang Mo · 2 years, 10 months ago
- d99f8f0 exfat: remove travis-CI test by Namjae Jeon · 2 years, 10 months ago
- e92aaf1 exfat: do not clear VolumeDirty in writeback by Namjae Jeon · 2 years, 10 months ago
- 531f58f exfat: allow access to paths with trailing dots by Vasant Karasulli · 2 years, 10 months ago
- 1c014cb exfat: fix missing REQ_SYNC in exfat_update_bhs() by Yuezhang.Mo · 3 years, 1 month ago
- 216624a exfat: remove argument 'sector' from exfat_get_dentry() by Yuezhang.Mo · 3 years, 1 month ago
- ca48c0e Merge pull request #29 from tmm1/patch-1 by Namjae Jeon · 3 years, 1 month ago
- 491d530 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 2 months ago
- 032c9d3 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 2 months ago
- 5ba7af6 exfat: make exfat_find_location() static by Christophe Vu-Brugier · 3 years, 2 months ago
- 9c8e844 exfat: fix typos in comments by Christophe Vu-Brugier · 3 years, 2 months ago
- ecd16aa exfat: simplify is_valid_cluster() by Christophe Vu-Brugier · 3 years, 2 months ago
- 0da4dbe exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 3 months ago
- 51fb878 exfat: fix typo in Makefile by Aman Gupta Karmani · 3 years, 3 months ago
- 8dd4dd5 Merge pull request #26 from namjaejeon/exfat-next by Namjae Jeon · 3 years, 6 months ago
- 8bdc944 exfat: release 5.14.1 version by Namjae Jeon · 3 years, 6 months ago
- 763369f exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 6 months ago
- 39f367c7 Merge pull request #25 from AmadeusGhost/exfat-next by Namjae Jeon · 3 years, 7 months ago