summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-83/+90
|\
| * f2fs: drop unnecessary arg for f2fs_ioc_*()Yangtao Li2023-02-151-8/+8
| * f2fs: synchronize atomic write abortsDaeho Jeong2023-02-141-15/+29
| * f2fs: fix typos in commentsJinyoung CHOI2023-02-071-3/+3
| * f2fs: fix to update age extent in f2fs_do_zero_range()Chao Yu2023-02-021-0/+1
| * f2fs: fix to update age extent correctly during truncationChao Yu2023-02-021-1/+1
| * f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()Chao Yu2023-02-021-0/+1
| * f2fs: factor the read/write tracing logic into a helperChristoph Hellwig2023-02-021-35/+26
| * f2fs: fix to abort atomic write only during do_exist()Chao Yu2023-01-311-1/+2
| * f2fs: allow set compression option of files without blocksYangtao Li2023-01-311-1/+1
| * f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-3/+1
| * f2fs: add a f2fs_ prefix to punch_hole() and expand_inode_data()Yangtao Li2023-01-111-4/+4
| * f2fs: fix to avoid potential deadlockChao Yu2023-01-061-3/+6
| * f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig2023-01-061-6/+6
| * f2fs: add a f2fs_get_block_locked helperChristoph Hellwig2023-01-061-3/+1
| * f2fs: file: drop useless initializer in expand_inode_data()Sergey Shtylyov2023-01-041-1/+1
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-25/+25
|\ \ | |/ |/|
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-2/+1
| * fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-7/+6
| * quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-6/+5
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-2/+3
| * fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+6
* | f2fs: initialize extent_cache parameterJaegeuk Kim2023-01-031-1/+1
|/
* 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