summaryrefslogtreecommitdiff
path: root/fs/exfat/file.c
AgeCommit message (Expand)Author
2024-03-31exfat: fix timing of synchronizing bitmap and inodeYuezhang Mo
2024-02-18exfat: fix appending discontinuous clusters to empty fileYuezhang Mo
2024-01-08exfat: do not zero the extended partYuezhang Mo
2024-01-08exfat: change to get file size from DataLengthYuezhang Mo
2023-11-03exfat: fix ctime is not updatedYuezhang Mo
2023-10-31exfat: add ioctls for accessing attributesJan Cincera
2023-10-18exfat: convert to new timestamp accessorsJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13exfat: convert to ctime accessor functionsJeff 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-27exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada
2020-05-18exfat: use iter_file_splice_writeEric Sandeen
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen
2020-03-05exfat: add file operationsNamjae Jeon