Re: [f2fs-dev] [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()

2023-12-26 Thread Chao Yu
On 2023/12/13 12:00, Eric Biggers wrote: From: Eric Biggers Call destroy_device_list() and free the f2fs_sb_info from kill_f2fs_super(), after the call to kill_block_super(). This is necessary to order it after the call to fscrypt_destroy_keyring() once generic_shutdown_super() starts calling

Re: [f2fs-dev] [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO

2021-01-28 Thread Chao Yu
On 2021/1/26 22:52, Christoph Hellwig wrote: Sleeping bio allocations do not fail, which means that injecting an error into sleeping bio allocations is a little silly. Signed-off-by: Christoph Hellwig Acked-by: Chao Yu Thanks,

Re: [f2fs-dev] [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait

2021-01-28 Thread Chao Yu
On 2021/1/26 22:52, Christoph Hellwig wrote: Use the blkdev_issue_flush helper instead of duplicating it. Signed-off-by: Christoph Hellwig Acked-by: Chao Yu Thanks,

Re: [PATCH 3/3] f2fs: fix inode rwsem regression

2019-09-15 Thread Chao Yu
On 2019/9/14 3:46, Jaegeuk Kim wrote: > https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/commit/?h=dev&id=ebef4d7eda0d06a6ab6dc0f9e9f848276e605962 Reviewed-by: Chao Yu Thanks, > > Merged. Thanks, > > On 09/11, Goldwyn Rodrigues wrote: >> From: Goldwyn

Re: [PATCH 3/3] f2fs: fix inode rwsem regression

2019-09-11 Thread Chao Yu
On 2019/9/12 0:45, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > This is similar to 942491c9e6d6 ("xfs: fix AIM7 regression") > Apparently our current rwsem code doesn't like doing the trylock, then > lock for real scheme. So change our read/write methods to just do the > trylock for th

Re: [PATCH 2/3] mm: remove cleancache.c

2019-05-27 Thread Chao Yu
| 9 -- > fs/btrfs/super.c | 2 - > fs/ext4/readpage.c | 6 - > fs/ext4/super.c | 2 - > fs/f2fs/data.c | 3 +- For erofs and f2fs part, Acked-by: Chao Yu Thanks, > fs/mpage.c

Re: [PATCH 1/2] fstests: generic, test fsync after succession of file renames

2019-02-19 Thread Chao Yu
On 2019/2/19 20:04, Filipe Manana wrote: > On Tue, Feb 19, 2019 at 1:29 AM Chao Yu wrote: >> >> On 2019/2/13 2:08, fdman...@kernel.org wrote: >>> From: Filipe Manana >>> >>> Test that after a combination of file renames, linking and creating a new >&g

Re: [PATCH 1/2] fstests: generic, test fsync after succession of file renames

2019-02-18 Thread Chao Yu
On 2019/2/13 2:08, fdman...@kernel.org wrote: > From: Filipe Manana > > Test that after a combination of file renames, linking and creating a new > file with the old name of a renamed file, if we fsync the new file, after > a power failure we are able to mount the filesystem and all file names >

Re: [PATCH 32/76] fs/f2fs: Use inode_sb() helper instead of inode->i_sb

2018-05-10 Thread Chao Yu
On 2018/5/9 2:03, Mark Fasheh wrote: > Signed-off-by: Mark Fasheh Reviewed-by: Chao Yu Thanks, -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at

2017-12-14 Thread Chao Yu
//acl.bestbits.at/>. > - > If you don't know what Access Control Lists are, say N > > config F2FS_FS_SECURITY Looks good to me. Acked-by: Chao Yu Thanks, -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html