Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
64ae1342f8980d05c3df414a022b8123aa76c56b
/
fs
/
f2fs
236f453
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
bddea11
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
45586c7
treewide: remove redundant IS_ERR() before error code check
by Masahiro Yamada
· 5 years ago
30460e1
fs: Enable bmap() function to properly return errors
by Carlos Maiolino
· 5 years ago
6e135ba
Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
c899437
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
80f2388
f2fs: fix race conditions in ->d_compare() and ->d_hash()
by Eric Biggers
· 5 years ago
5515eae
f2fs: fix dcache lookup of !casefolded directories
by Eric Biggers
· 5 years ago
fc7100e
f2fs: Add f2fs stats to sysfs
by Hridya Valsaraju
· 5 years ago
fb24fea
f2fs: change to use rwsem for gc_mutex
by Chao Yu
· 5 years ago
d7b0a23
f2fs: update f2fs document regarding to fsync_mode
by Jaegeuk Kim
· 5 years ago
0e7f4197
f2fs: add a way to turn off ipu bio cache
by Jaegeuk Kim
· 5 years ago
bf2cbd3
f2fs: code cleanup for f2fs_statfs_project()
by Chengguang Xu
· 5 years ago
acdf217
f2fs: fix miscounted block limit in f2fs_statfs_project()
by Chengguang Xu
· 5 years ago
644c8c9
f2fs: fix deadlock allocating bio_post_read_ctx from mempool
by Eric Biggers
· 5 years ago
e8ce574
f2fs: remove unneeded check for error allocating bio_post_read_ctx
by Eric Biggers
· 5 years ago
b06af2a
f2fs: convert inline_dir early before starting rename
by Jaegeuk Kim
· 5 years ago
fe396ad
f2fs: fix memleak of kobject
by Chao Yu
· 5 years ago
3e5e479
f2fs: fix to add swap extent correctly
by Chao Yu
· 5 years ago
4eea93e
f2fs: run fsck when getting bad inode during GC
by Jaegeuk Kim
· 5 years ago
4c8ff70
f2fs: support data compression
by Chao Yu
· 5 years ago
820d366
f2fs: free sysfs kobject
by Jaegeuk Kim
· 5 years ago
2c4e0c5
f2fs: declare nested quota_sem and remove unnecessary sems
by Jaegeuk Kim
· 5 years ago
762e4db
f2fs: don't put new_page twice in f2fs_rename
by Jaegeuk Kim
· 5 years ago
5b1dbb0
f2fs: set I_LINKABLE early to avoid wrong access by vfs
by Jaegeuk Kim
· 5 years ago
542989b
f2fs: don't keep META_MAPPING pages used for moving verity file blocks
by Eric Biggers
· 5 years ago
f543805
f2fs: introduce private bioset
by Chao Yu
· 5 years ago
0e6d016
f2fs: cleanup duplicate stats for atomic files
by Sahitya Tummala
· 5 years ago
d508c94
f2fs: Check write pointer consistency of non-open zones
by Shin'ichiro Kawasaki
· 5 years ago
c426d99
f2fs: Check write pointer consistency of open zones
by Shin'ichiro Kawasaki
· 5 years ago
fd39073
fs-verity: implement readahead of Merkle tree pages
by Eric Biggers
· 5 years ago
ede7a09
fscrypt: Allow modular crypto algorithms
by Herbert Xu
· 5 years ago
3b1ada55
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
by Eric Biggers
· 5 years ago
dd97300
f2fs: set GFP_NOFS when moving inline dentries
by Jaegeuk Kim
· 5 years ago
4f4460c
f2fs: should avoid recursive filesystem ops
by Jaegeuk Kim
· 5 years ago
3f188c2
f2fs: keep quota data on write_begin failure
by Jaegeuk Kim
· 5 years ago
bdf0329
f2fs: call f2fs_balance_fs outside of locked page
by Jaegeuk Kim
· 5 years ago
47501f8
f2fs: preallocate DIO blocks when forcing buffered_io
by Jaegeuk Kim
· 5 years ago
eb31e2f
utimes: Clamp the timestamps in notify_change()
by Amir Goldstein
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
b8072d5
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
8f45533
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 5 years ago
1c1ff48
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
ea4b71b
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 5 years ago
803e74b
f2fs: stop GC when the victim becomes fully valid
by Jaegeuk Kim
· 5 years ago
a4db59a
f2fs: expose main_blkaddr in sysfs
by Jaegeuk Kim
· 5 years ago
909110c
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()
by Chengguang Xu
· 5 years ago
677017d
f2fs: Fix deadlock in f2fs_gc() context during atomic files handling
by Sahitya Tummala
· 5 years ago
c45d600
f2fs: show f2fs instance in printk_ratelimited
by Chao Yu
· 5 years ago
924e319
f2fs: support STATX_ATTR_VERITY
by Eric Biggers
· 5 years ago
d410035
block: rework zone reporting
by Christoph Hellwig
· 5 years ago
1f0d5c9
f2fs: fix potential overflow
by Chao Yu
· 5 years ago
2a60637
f2fs: fix to update dir's i_pino during cross_rename
by Chao Yu
· 5 years ago
f5a53ed
f2fs: support aligned pinned file
by Jaegeuk Kim
· 5 years ago
bc005a4
f2fs: avoid kernel panic on corruption test
by Jaegeuk Kim
· 5 years ago
6c1b1da
block: add zone open, close and finish operations
by Ajay Joshi
· 5 years ago
0eee17e
f2fs: add support for IV_INO_LBLK_64 encryption policies
by Eric Biggers
· 5 years ago
7212b95
fs: Use dquot_load_quota_inode() from filesystems
by Jan Kara
· 5 years ago
0b20fce
f2fs: cache global IPU bio
by Chao Yu
· 5 years ago
314999d
fs: compat_ioctl: move FITRIM emulation into file systems
by Arnd Bergmann
· 6 years ago
688078e
f2fs: fix to avoid memory leakage in f2fs_listxattr
by Randall Huang
· 5 years ago
9f701f6
f2fs: check total_segments from devices in raw_super
by Qiuyang Sun
· 5 years ago
46d9ce1
f2fs: update multi-dev metadata in resize_fs
by Qiuyang Sun
· 5 years ago
ed352042
f2fs: mark recovery flag correctly in read_raw_super_block()
by Chengguang Xu via Linux-f2fs-devel
· 5 years ago
fe1897e
f2fs: fix to update time in lazytime mode
by Chao Yu
· 5 years ago
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
Next »