summaryrefslogtreecommitdiffstats
path: root/fs/exfat/file.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier2022-01-101-2/+2
* exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-101-7/+7
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+53
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-6/+8
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+5
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-2/+0
* exfat: use i_blocksize() to get blocksizeXianting Tian2020-10-221-1/+1
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-2/+2
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+4
* exfat: fix wrong size update of stream entry by typoHyeongseok Kim2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-1/+18
* exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon2020-06-091-4/+4
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-8/+7
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-1/+1
* exfat: use iter_file_splice_writeEric Sandeen2020-05-181-6/+7
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-0/+2
* exfat: add file operationsNamjae Jeon2020-03-051-0/+360