summaryrefslogtreecommitdiffstats
path: root/fs/exfat/file.c
Commit message (Expand)AuthorAgeFilesLines
* exfat: fix ctime is not updatedYuezhang Mo2023-11-031-0/+1
* exfat: add ioctls for accessing attributesJan Cincera2023-10-311-1/+96
* exfat: convert to new timestamp accessorsJeff Layton2023-10-181-4/+3
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* exfat: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-011-2/+1
|\
| * exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-271-2/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo2022-12-121-5/+3
* exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-121-2/+2
* exfat: remove duplicate write inode for truncating fileYuezhang Mo2022-08-011-13/+24
* exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo2022-08-011-44/+3
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-011-2/+0
* 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