summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-7/+9
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-26/+53
|\
| * f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-051-6/+3
| * f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim2022-08-051-0/+10
| * f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2022-08-051-2/+2
| * f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin2022-08-051-1/+1
| * f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong2022-08-051-2/+28
| * f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-07-301-8/+1
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-301-0/+1
| * f2fs: allow compression of files without blocksChao Liu2022-07-301-1/+1
| * f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2022-07-301-1/+1
| * f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-301-3/+3
| * f2fs: optimize error handling in redirty_blocksJack Qiu2022-06-281-4/+4
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-8/+8
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-12/+6
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-170/+137
|\
| * f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-05-271-0/+1
| * f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-271-11/+11
| * f2fs: allow compression for mmap files in compress_mode=userSungjong Seo2022-05-241-10/+0
| * f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-05-181-0/+4
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-4/+8
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-5/+25
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-113/+3
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-22/+27
| * f2fs: stop allocating pinned sections if EAGAIN happensJaegeuk Kim2022-05-091-1/+1
| * f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-05-061-4/+12
| * f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2022-05-061-1/+2
| * f2fs: introduce data read/write showing path infoJaegeuk Kim2022-04-251-7/+51
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-2/+2
|\ \
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+2
| |/
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-8/+8
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
|/
* fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-6/+0
|\
| * fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-6/+0
* | f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-03-181-1/+4
* | f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang2022-03-091-13/+4
* | f2fs: support idmapped mountsChao Yu2022-02-121-9/+14
* | f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-071-7/+11
* | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-56/+56
|/
* f2fs: do not allow partial truncation on pinned fileJaegeuk Kim2022-01-101-1/+5
* f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
* f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2021-12-141-5/+5
* f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang2021-12-101-3/+9
* f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-2/+2
* f2fs: use iomap for direct I/OEric Biggers2021-12-101-41/+301
* f2fs: fix the f2fs_file_write_iter tracepointEric Biggers2021-12-041-2/+3
* f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-041-9/+18
* f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers2021-12-041-30/+34