summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-3/+12
|\
| * block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-2/+2
| * f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn2024-02-121-3/+12
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-112-7/+7
|\ \
| * | f2fs: port block device access to filesChristian Brauner2024-02-252-7/+7
| * | bdev: open block device as filesChristian Brauner2024-02-251-1/+1
| |/
* | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-0/+1
|\ \
| * | fs: Move enum rw_hint into a new header fileBart Van Assche2024-02-061-0/+1
| |/
* | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-072-1/+1
|\ \
| * | f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2024-02-272-1/+1
* | | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-01-231-11/+0
|\ \ \ | |_|/ |/| |
| * | fs: Create a generic is_dot_dotdot() utilityChuck Lever2024-01-231-11/+0
* | | f2fs: fix double free of f2fs_sb_infoEric Biggers2024-01-131-0/+1
| |/ |/|
* | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1213-254/+260
|\ \
| * | f2fs: show more discard status by sysfsZhiguo Niu2023-12-261-0/+34
| * | f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang2023-12-261-0/+3
| * | f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang2023-12-261-0/+7
| * | f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-262-8/+5
| * | f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2023-12-162-7/+10
| * | f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu2023-12-121-1/+2
| * | f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2023-12-111-1/+1
| * | f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2023-12-111-0/+5
| * | f2fs: fix to wait on block writeback for post_read caseChao Yu2023-12-111-3/+4
| * | f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-112-1/+5
| * | f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-111-10/+15
| * | f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-114-18/+16
| * | f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-113-16/+11
| * | f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-114-37/+32
| * | f2fs: delete obsolete FI_DROP_CACHEChao Yu2023-12-112-9/+0
| * | f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-116-40/+0
| * | f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg2023-12-081-0/+8
| * | f2fs: let's finish or reset zones all the timeJaegeuk Kim2023-12-051-58/+17
| * | f2fs: check write pointers when checkpoint=disableJaegeuk Kim2023-12-051-2/+1
| * | f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2023-12-051-0/+2
| * | f2fs: allocate new section if it's not newJaegeuk Kim2023-12-051-16/+17
| * | f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim2023-12-011-5/+0
| * | f2fs: sysfs: support discard_io_awareChao Yu2023-11-283-1/+21
| * | f2fs: introduce tracepoint for f2fs_rename()Chao Yu2023-11-281-5/+11
| * | f2fs: fix to avoid dirent corruptionChao Yu2023-11-281-1/+1
| * | f2fs: skip adding a discard command if existsJaegeuk Kim2023-11-201-1/+2
| * | f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2023-11-171-6/+17
| * | f2fs: use shared inode lock during f2fs_fiemap()Chao Yu2023-11-171-2/+2
| * | f2fs: clean up w/ dotdot_nameChao Yu2023-11-171-3/+2
| * | f2fs: explicitly null-terminate the xattr listEric Biggers2023-11-171-0/+6
| * | f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui2023-11-171-3/+3
| |/
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-121-7/+8
|\ \
| * | f2fs: Avoid reading renamed directory if parent does not changeJan Kara2023-11-251-7/+8
| |/
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-112-11/+8
|\ \