summaryrefslogtreecommitdiff
path: root/fs/exfat/file.c
AgeCommit message (Expand)Author
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