Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c02a3342bad32baa9be201da39d3809b74f92239
/
fs
/
f2fs
fbc246a
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
cfb82e1
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
f60c55a
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
fbbf779
f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()
by Sahitya Tummala
· 5 years ago
8223ecc
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
by Chao Yu
· 5 years ago
9720ee8
f2fs: fix to fallback to buffered IO in IO aligned mode
by Chao Yu
· 5 years ago
05e360061
f2fs: fix to handle error path correctly in f2fs_map_blocks
by Chao Yu
· 5 years ago
86f35dc
f2fs: fix extent corrupotion during directIO in LFS mode
by Chao Yu
· 5 years ago
1166c1f
f2fs: check all the data segments against all node ones
by Surbhi Palande
· 5 years ago
bd7253b
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
by Lockywolf
· 5 years ago
cb8434f
f2fs: fix inode rwsem regression
by Goldwyn Rodrigues
· 5 years ago
9819403
f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
by Chao Yu
· 5 years ago
743b620
f2fs: avoid infinite GC loop due to stale atomic files
by Jaegeuk Kim
· 5 years ago
957fa47
f2fs: Fix indefinite loop in f2fs_gc()
by Sahitya Tummala
· 5 years ago
cfb9a34
f2fs: convert inline_data in prior to i_size_write
by Jaegeuk Kim
· 5 years ago
e8c82c1
f2fs: fix error path of f2fs_convert_inline_page()
by Chao Yu
· 5 years ago
100c065
f2fs: fix flushing node pages when checkpoint is disabled
by Jaegeuk Kim
· 5 years ago
00e09c0
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
by Chao Yu
· 5 years ago
b757f6e
f2fs: clean up __bio_alloc()'s parameter
by Chao Yu
· 5 years ago
9ea2f0b
f2fs: fix wrong error injection path in inc_valid_block_count()
by Chao Yu
· 5 years ago
052a82d
f2fs: fix to writeout dirty inode during node flush
by Chao Yu
· 5 years ago
950d47f
f2fs: optimize case-insensitive lookups
by Chao Yu
· 5 years ago
3818c19
timestamp_truncate: Replace users of timespec64_trunc
by Deepa Dinamani
· 6 years ago
fe76a16
f2fs: introduce f2fs_match_name() for cleanup
by Chao Yu
· 5 years ago
bbf9f7d
f2fs: Fix indefinite loop in f2fs_gc()
by Sahitya Tummala
· 5 years ago
2fde3dd
f2fs: allocate memory in batch in build_sit_info()
by Chao Yu
· 5 years ago
4507847c
f2fs: support FS_IOC_{GET,SET}FSLABEL
by Chao Yu
· 5 years ago
899fee3
f2fs: fix to avoid data corruption by forbidding SSR overwrite
by Chao Yu
· 5 years ago
aabc172
f2fs: Fix build error while CONFIG_NLS=m
by YueHaibing
· 5 years ago
a37d086
Revert "f2fs: avoid out-of-range memory access"
by Chao Yu
· 5 years ago
290c30d
f2fs: cleanup the code in build_sit_entries.
by Lihong Kou
· 5 years ago
27cae0b
f2fs: fix wrong available node count calculation
by Chao Yu
· 5 years ago
0b86f78
f2fs: remove duplicate code in f2fs_file_write_iter
by Lihong Kou
· 5 years ago
d3a1a0e
f2fs: fix to migrate blocks correctly during defragment
by Chao Yu
· 5 years ago
33ac18a
f2fs: use wrapped f2fs_cp_error()
by Chao Yu
· 5 years ago
fd114ab
f2fs: fix to use more generic EOPNOTSUPP
by Chao Yu
· 5 years ago
3ee0c5d
f2fs: use wrapped IS_SWAPFILE()
by Chao Yu
· 5 years ago
2c2eb7a
f2fs: Support case-insensitive file name lookups
by Daniel Rosenberg
· 5 years ago
5aba543
f2fs: include charset encoding information in the superblock
by Daniel Rosenberg
· 5 years ago
0921835
f2fs: fix to avoid call kvfree under spinlock
by Chao Yu
· 5 years ago
280fd42
fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()
by Jia-Ju Bai
· 5 years ago
038d069
f2fs: disallow direct IO in atomic write
by Chao Yu
· 5 years ago
fe973b0
f2fs: fix to handle quota_{on,off} correctly
by Chao Yu
· 5 years ago
a25c2cd
f2fs: fix to detect cp error in f2fs_setxattr()
by Chao Yu
· 5 years ago
955ebcd
f2fs: fix to spread f2fs_is_checkpoint_ready()
by Chao Yu
· 5 years ago
7975f34
f2fs: support fiemap() for directory inode
by Chao Yu
· 5 years ago
04f9287
f2fs: fix to avoid discard command leak
by Chao Yu
· 5 years ago
0f1898f
f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectly
by Chao Yu
· 5 years ago
a8933b6
f2fs: fix to drop meta/node pages during umount
by Chao Yu
· 5 years ago
1f78adf
f2fs: disallow switching io_bits option during remount
by Chao Yu
· 5 years ago
c72db71
f2fs: fix panic of IO alignment feature
by Chao Yu
· 5 years ago
8896cbd
f2fs: introduce {page,io}_is_mergeable() for readability
by Chao Yu
· 5 years ago
75a037f
f2fs: fix livelock in swapfile writes
by Jaegeuk Kim
· 5 years ago
95ae251
f2fs: add fs-verity support
by Eric Biggers
· 5 years ago
8ce589c
f2fs: wire up new fscrypt ioctls
by Eric Biggers
· 5 years ago
0572d76
Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
38fb6d0
f2fs: use EINVAL for superblock with invalid magic
by Icenowy Zheng
· 5 years ago
543b8c46
f2fs: fix to read source block before invalidating it
by Jaegeuk Kim
· 5 years ago
3710969
mm: migrate: remove unused mode argument
by Keith Busch
· 5 years ago
9637d51
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
d5e5efa
f2fs: remove redundant check from f2fs_setflags_common()
by Eric Biggers
· 6 years ago
6fc93c4
f2fs: use generic checking function for FS_IOC_FSSETXATTR
by Eric Biggers
· 6 years ago
a1f32ee
f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
by Eric Biggers
· 6 years ago
a641a88
Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
bd976e5
block: Kill gfp_t argument of blkdev_report_zones()
by Damien Le Moal
· 6 years ago
2d00883
f2fs: improve print log in f2fs_sanity_check_ckpt()
by Chao Yu
· 5 years ago
56f3ce6
f2fs: avoid out-of-range memory access
by Ocean Chen
· 5 years ago
6e0cd4a
f2fs: fix to avoid long latency during umount
by Heng Xiao
· 6 years ago
b13bdf0
f2fs: allow all the users to pin a file
by Jaegeuk Kim
· 6 years ago
34e51a5
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
by Tejun Heo
· 6 years ago
4969c06
f2fs: support swap file w/ DIO
by Jaegeuk Kim
· 6 years ago
cad3836
f2fs: allocate blocks for pinned file
by Jaegeuk Kim
· 6 years ago
56659ce
f2fs: fix is_idle() check for discard type
by Sahitya Tummala
· 6 years ago
db6ec53
f2fs: add a rw_sem to cover quota flag changes
by Jaegeuk Kim
· 6 years ago
c83414a
f2fs: set SBI_NEED_FSCK for xattr corruption case
by Chao Yu
· 6 years ago
10f966b
f2fs: use generic EFSBADCRC/EFSCORRUPTED
by Chao Yu
· 6 years ago
f91108b
f2fs: Use DIV_ROUND_UP() instead of open-coding
by Geert Uytterhoeven
· 6 years ago
2d821c1
f2fs: print kernel message if filesystem is inconsistent
by Chao Yu
· 6 years ago
dcbb4c1
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
by Joe Perches
· 6 years ago
8740edc
f2fs: avoid get_valid_blocks() for cleanup
by Chao Yu
· 6 years ago
04f0b2e
f2fs: ioctl for removing a range from F2FS
by Qiuyang Sun
· 6 years ago
5043a96
f2fs: only set project inherit bit for directory
by Wang Shilong
· 6 years ago
3609855
f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags
by Eric Biggers
· 6 years ago
176ef3c
f2fs: replace ktype default_attrs with default_groups
by Kimberly Brown
· 6 years ago
dad4afe
f2fs: replace ktype default_attrs with default_groups
by Kimberly Brown
· 6 years ago
4d3aed7
f2fs: Add option to limit required GC for checkpoint=disable
by Daniel Rosenberg
· 6 years ago
a4c3eca
f2fs: Fix accounting for unusable blocks
by Daniel Rosenberg
· 6 years ago
9a9aeca
f2fs: Fix root reserved on remount
by Daniel Rosenberg
· 6 years ago
ae4ad7e
f2fs: Lower threshold for disable_cp_again
by Daniel Rosenberg
· 6 years ago
36af5f4
f2fs: fix sparse warning
by Chao Yu
· 6 years ago
81621f9
f2fs: fix f2fs_show_options to show nodiscard mount option
by Sahitya Tummala
· 6 years ago
9227d52
f2fs: add error prints for debugging mount failure
by Sahitya Tummala
· 6 years ago
c854f4d
f2fs: fix to do sanity check on segment bitmap of LFS curseg
by Chao Yu
· 6 years ago
53bc1d85
fscrypt: support encrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
d2d0727
fscrypt: simplify bounce page handling
by Eric Biggers
· 6 years ago
040d2bb
f2fs: fix to avoid deadloop if data_flush is on
by Chao Yu
· 6 years ago
f7dfd9f
f2fs: always assume that the device is idle under gc_urgent
by Park Ju Hyung
· 6 years ago
8648de2
f2fs: add bio cache for IPU
by Chao Yu
· 6 years ago
49dd883
f2fs: allow ssr block allocation during checkpoint=disable period
by Jaegeuk Kim
· 6 years ago
Next »