summaryrefslogtreecommitdiffstats
path: root/fs/exfat/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo1-5/+3
2022-12-12exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo1-2/+2
2022-08-01exfat: remove duplicate write inode for truncating fileYuezhang Mo1-13/+24
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo1-44/+3
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-01exfat: do not clear VolumeDirty in writebackYuezhang Mo1-2/+0
2022-01-10exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier1-2/+2
2022-01-10exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier1-7/+7
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim1-0/+53
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+8
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+5
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada1-2/+0
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-2/+2
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada1-1/+4
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo1-1/+18
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon1-4/+4
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada1-8/+7
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada1-1/+1
2020-05-18exfat: use iter_file_splice_writeEric Sandeen1-6/+7
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen1-0/+2
2020-03-05exfat: add file operationsNamjae Jeon1-0/+360