linux/fs/f2fs
Jaegeuk Kim c7b7e54aee Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19
* aosp/upstream-f2fs-stable-linux-4.19.y:
  f2fs: fix race conditions in ->d_compare() and ->d_hash()
  f2fs: fix dcache lookup of !casefolded directories
  f2fs: Add f2fs stats to sysfs
  f2fs: delete duplicate information on sysfs nodes
  f2fs: change to use rwsem for gc_mutex
  f2fs: update f2fs document regarding to fsync_mode
  f2fs: add a way to turn off ipu bio cache
  f2fs: code cleanup for f2fs_statfs_project()
  f2fs: fix miscounted block limit in f2fs_statfs_project()
  f2fs: show the CP_PAUSE reason in checkpoint traces
  f2fs: fix deadlock allocating bio_post_read_ctx from mempool
  f2fs: remove unneeded check for error allocating bio_post_read_ctx
  f2fs: convert inline_dir early before starting rename
  f2fs: fix memleak of kobject
  f2fs: fix to add swap extent correctly
  mm: export add_swap_extent()
  f2fs: run fsck when getting bad inode during GC
  f2fs: support data compression
  f2fs: free sysfs kobject
  f2fs: declare nested quota_sem and remove unnecessary sems
  f2fs: don't put new_page twice in f2fs_rename
  f2fs: set I_LINKABLE early to avoid wrong access by vfs
  f2fs: don't keep META_MAPPING pages used for moving verity file blocks
  f2fs: introduce private bioset
  f2fs: cleanup duplicate stats for atomic files
  f2fs: set GFP_NOFS when moving inline dentries
  f2fs: should avoid recursive filesystem ops
  f2fs: keep quota data on write_begin failure
  f2fs: call f2fs_balance_fs outside of locked page
  f2fs: preallocate DIO blocks when forcing buffered_io

Bug: 148667616
Change-Id: Ic885bdb3ef3a8b5d264497b9972b41bcd26b4e85
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
2020-02-07 22:43:48 +00:00
..
acl.c f2fs: Replace spaces with tab 2019-05-08 21:35:15 -07:00
acl.h f2fs: add SPDX license identifiers 2018-11-20 13:58:35 -08:00
checkpoint.c f2fs: don't keep META_MAPPING pages used for moving verity file blocks 2020-01-28 10:36:47 -08:00
compress.c f2fs: support data compression 2020-01-28 10:36:48 -08:00
data.c Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-02-07 22:43:48 +00:00
debug.c f2fs: Add f2fs stats to sysfs 2020-01-28 10:36:50 -08:00
dir.c f2fs: fix race conditions in ->d_compare() and ->d_hash() 2020-01-28 10:36:50 -08:00
extent_cache.c f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() 2019-07-11 18:47:33 -07:00
f2fs.h Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-02-07 22:43:48 +00:00
file.c Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-02-07 22:43:48 +00:00
gc.c f2fs: Add f2fs stats to sysfs 2020-01-28 10:36:50 -08:00
gc.h f2fs: add SPDX license identifiers 2018-11-20 13:58:35 -08:00
hash.c f2fs: Support case-insensitive file name lookups 2019-09-23 14:11:59 -07:00
inline.c Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-02-07 22:43:48 +00:00
inode.c f2fs: support data compression 2020-01-28 10:36:48 -08:00
Kconfig f2fs: Add f2fs stats to sysfs 2020-01-28 10:36:50 -08:00
Makefile f2fs: support data compression 2020-01-28 10:36:48 -08:00
namei.c f2fs: convert inline_dir early before starting rename 2020-01-28 10:36:49 -08:00
node.c f2fs: show f2fs instance in printk_ratelimited 2019-12-02 15:05:28 -08:00
node.h f2fs: check PageWriteback flag for ordered case 2019-01-02 15:38:01 -08:00
recovery.c f2fs: support aligned pinned file 2019-12-02 15:04:08 -08:00
segment.c f2fs: change to use rwsem for gc_mutex 2020-01-28 10:36:50 -08:00
segment.h f2fs: update f2fs document regarding to fsync_mode 2020-01-28 10:36:50 -08:00
shrinker.c f2fs: fix sbi->extent_list corruption issue 2019-02-12 19:47:17 +01:00
super.c Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-4.19.y' into android-4.19 2020-02-07 22:43:48 +00:00
sysfs.c f2fs: Add f2fs stats to sysfs 2020-01-28 10:36:50 -08:00
trace.c f2fs: do not use mutex lock in atomic context 2019-04-05 22:32:59 +02:00
trace.h f2fs: add SPDX license identifiers 2018-11-20 13:58:35 -08:00
verity.c f2fs: add fs-verity support 2019-09-23 14:11:57 -07:00
xattr.c f2fs: fix to avoid memory leakage in f2fs_listxattr 2019-12-02 15:04:04 -08:00
xattr.h f2fs: add fs-verity support 2019-09-23 14:11:57 -07:00