summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-14/+32
|\
| * f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+1
| * f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2022-12-121-4/+4
| * f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong2022-11-281-6/+15
| * f2fs: correct i_size change for atomic writesDaeho Jeong2022-11-111-7/+11
| * f2fs: Fix typo in commentsKeoseong Park2022-11-011-1/+1
| * f2fs: allow to set compression for inlined fileJaegeuk Kim2022-11-011-0/+4
* | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-21/+36
|\
| * f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu2022-10-071-3/+1
| * f2fs: support recording errors into superblockChao Yu2022-10-041-2/+10
| * f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-5/+6
| * f2fs: code clean and fix a type errorZhang Qilong2022-10-041-1/+1
| * f2fs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-041-2/+3
| * f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-7/+9
* | f2fs: support STATX_DIOALIGNEric Biggers2022-09-111-0/+18
* | f2fs: simplify f2fs_force_buffered_io()Eric Biggers2022-09-111-22/+5
* | f2fs: move f2fs_force_buffered_io() into file.cEric Biggers2022-09-111-0/+40
|/
* 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