Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b777b5de6aaa98df37c0fe1f7a33fa1c63d0e326
/
fs
/
f2fs
/
f2fs.h
4969c06
f2fs: support swap file w/ DIO
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
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
dcbb4c1
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
by Joe Perches
· 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
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
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
0d28544
Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
93770ab
f2fs: introduce DATA_GENERIC_ENHANCE
by Chao Yu
· 6 years ago
f824deb
f2fs: fix to consider multiple device for readonly check
by Chao Yu
· 6 years ago
b471eb9
f2fs: relocate chksum_offset for large_nat_bitmap feature
by Chao Yu
· 6 years ago
d02a6e6
f2fs: allow address pointer number of dnode aligning to specified size
by Chao Yu
· 6 years ago
6dc3a12
f2fs: fix wrong __is_meta_io() macro
by Chao Yu
· 6 years ago
ea6d7e7
f2fs: fix to avoid panic in dec_valid_node_count()
by Chao Yu
· 6 years ago
5e159cd
f2fs: fix to avoid panic in dec_valid_block_count()
by Chao Yu
· 6 years ago
622927f
f2fs: fix to use inline space only if inline_xattr is enable
by Chao Yu
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
d75f773
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
by Sakari Ailus
· 6 years ago
e1074d4
f2fs: add comment for conditional compilation statement
by Chao Yu
· 6 years ago
7f3d771
f2fs: improve discard handling with multi-device volumes
by Damien Le Moal
· 6 years ago
95175da
f2fs: Reduce zoned block device memory usage
by Damien Le Moal
· 6 years ago
0916878
f2fs: Fix use of number of devices
by Damien Le Moal
· 6 years ago
5160bcc
Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
240a591
f2fs: fix to add refcount once page is tagged PG_private
by Chao Yu
· 6 years ago
428e3bc
f2fs: give random value to i_generation
by Jaegeuk Kim
· 6 years ago
0af725f
f2fs: fix wrong #endif
by Jaegeuk Kim
· 6 years ago
d1cae94
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
500e0b2
f2fs: fix to check inline_xattr_size boundary correctly
by Chao Yu
· 6 years ago
c42d28c
f2fs: fix potential data inconsistence of checkpoint
by Chao Yu
· 6 years ago
11ac8ef
f2fs: avoid null pointer exception in dcc_info
by Jaegeuk Kim
· 6 years ago
db610a6
f2fs: add quick mode of checkpoint=disable for QA
by Jaegeuk Kim
· 6 years ago
03f2c02
f2fs: run discard jobs when put_super
by Jaegeuk Kim
· 6 years ago
643fa96
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
62230e0d
f2fs: use IS_ENCRYPTED() to check encryption status
by Chandan Rajendra
· 6 years ago
2010987
f2fs: fix to set sbi dirty correctly
by Chao Yu
· 6 years ago
2f84bab
f2fs: add brackets for macros
by Sheng Yong
· 6 years ago
21acc07
f2fs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
c20e57b
f2fs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
5d53924
f2fs: export FS_NOCOW_FL flag to user
by Jaegeuk Kim
· 6 years ago
bae0ee7
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
c036211
f2fs: clean up structure extent_node
by Chao Yu
· 6 years ago
e4589fa
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
72691af
f2fs: correct wrong spelling, issing_*
by Jaegeuk Kim
· 6 years ago
5222595
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
af56b48
f2fs: remove redundant comment of unused wio_mutex
by Yunlong Song
· 6 years ago
0cd6d9b
f2fs: add an ioctl() to explicitly trigger fsck later
by Jaegeuk Kim
· 6 years ago
a742fd4
f2fs: avoid frequent costly fsck triggers
by Jaegeuk Kim
· 6 years ago
19880e6
f2fs: make "f2fs_fault_name[]" const char *
by Alexey Dobriyan
· 6 years ago
f5d5510
f2fs: avoid build warn of fall_through
by Jaegeuk Kim
· 6 years ago
f9d6d05
f2fs: fix out-place-update DIO write
by Chao Yu
· 6 years ago
fef4129
f2fs: fix to be aware discard/preflush/dio command in is_idle()
by Chao Yu
· 6 years ago
02b16d0
f2fs: add to account direct IO
by Chao Yu
· 6 years ago
e3080b0
f2fs: support subsectional garbage collection
by Chao Yu
· 6 years ago
2c70c5e
f2fs: introduce __is_large_section() for cleanup
by Chao Yu
· 6 years ago
7beb01f
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
089842d
f2fs: remove codes of unused wio_mutex
by Yunlong Song
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
7813081
f2fs: fix to keep project quota consistent
by Chao Yu
· 6 years ago
af033b2
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
1e78e8b
f2fs: fix data corruption issue with hardware encryption
by Sahitya Tummala
· 6 years ago
9149a5e
f2fs: spread f2fs_set_inode_flags()
by Chao Yu
· 6 years ago
5f9abab
f2fs: account read IOs and use IO counts for is_idle
by Jaegeuk Kim
· 6 years ago
5ec2d99
f2fs: Convert to XArray
by Matthew Wilcox
· 7 years ago
b93f654
f2fs: remove request_list check in is_idle()
by Jens Axboe
· 6 years ago
850971b
f2fs: remove unused sbi->trigger_ssr_threshold
by Chao Yu
· 6 years ago
4dada3f
f2fs: use rb_*_cached friends
by Chao Yu
· 6 years ago
48018b4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
4354994
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
f847c69
f2fs: allow out-place-update for direct IO in LFS mode
by Chao Yu
· 6 years ago
39a8695
f2fs: refactor ->page_mkwrite() flow
by Chao Yu
· 6 years ago
bab475c
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
d440c52
f2fs: support superblock checksum
by Junling Zheng
· 6 years ago
274bd9b
f2fs: add to account skip count of background GC
by Chao Yu
· 6 years ago
b63e7be
f2fs: add to account meta IO
by Chao Yu
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
0a4daae
f2fs: update i_size after DIO completion
by Jaegeuk Kim
· 6 years ago
a7d10cf
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
6f5c2ed
f2fs: split IO error injection according to RW
by Chao Yu
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
b430f72
f2fs: avoid sleeping under spin_lock
by Zhikang Zhang
· 6 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
0ded69f
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 6 years ago
22d7ea1
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 6 years ago
7d20c8a
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 6 years ago
fe6f0ed
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
6f8d445
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
by Jaegeuk Kim
· 6 years ago
853137c
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 6 years ago
7fa750a
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
d494500
f2fs: support fault_type mount option
by Chao Yu
· 6 years ago
b83dcfe
f2fs: support discard submission error injection
by Chao Yu
· 6 years ago
35ec7d5
f2fs: split discard command in prior to block layer
by Chao Yu
· 6 years ago
2296915
f2fs: refresh recent accessed nat entry in lru list
by Chao Yu
· 6 years ago
Next »