summaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)Author
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-15exfat: release s_lock before calling dir_emit()Sungjong Seo
2023-07-13exfat: check if filename entries exceeds max filename lengthNamjae Jeon
2023-07-13exfat: convert to ctime accessor functionsJeff Layton
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming
2023-07-10exfat: convert to simple_rename_timestampJeff Layton
2023-07-10exfat: ensure that ctime is updated whenever the mtime isJeff Layton
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-01Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-28exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo
2023-02-28exfat: don't print error log in normal caseYuezhang Mo
2023-02-28exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo
2023-02-27exfat: handle unreconized benign secondary entriesNamjae Jeon
2023-02-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2023-02-27exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo
2023-02-27exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo
2023-02-27exfat: fix unexpected EOF while reading dirYuezhang Mo
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-15Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo
2022-12-13exfat: fix overflow in sector and cluster conversionYuezhang Mo
2022-12-11extfat: remove ->writepageChristoph Hellwig
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo
2022-12-12exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo
2022-12-12exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo
2022-12-12exfat: replace magic numbers with MacrosYuezhang Mo
2022-12-12exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo
2022-12-12exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo
2022-12-12exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo
2022-12-12exfat: hint the empty entry which at the end of cluster chainYuezhang Mo
2022-12-12exfat: simplify empty entry hintYuezhang Mo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-04exfat: fix overflow for large capacity partitionYuezhang Mo