OSDN Git Service

f2fs: trace f2fs_ioc_shutdown
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / fs / f2fs / file.c
2019-03-14 Chao Yuf2fs: trace f2fs_ioc_shutdown
2019-03-14 Chao Yuf2fs: fix to dirty inode for i_mode recovery
2019-02-04 Chao Yuf2fs: fix potential data inconsistence of checkpoint
2019-02-04 Jaegeuk Kimf2fs: add quick mode of checkpoint=disable for QA
2019-02-04 Jaegeuk Kimf2fs: export FS_NOCOW_FL flag to user
2019-01-04 Jaegeuk Kimf2fs: wait on atomic writes to count F2FS_CP_WB_DATA
2019-01-03 Chao Yuf2fs: check PageWriteback flag for ordered case
2019-01-03 Jaegeuk Kimf2fs: add an ioctl() to explicitly trigger fsck later
2019-01-03 Jia Zhuf2fs: fix m_may_create to make OPU DIO write correctly
2019-01-03 Chao Yuf2fs: fix out-place-update DIO write
2019-01-02 Yunlei Hef2fs: move dir data flush to write checkpoint process
2019-01-02 Yunlong Songf2fs: change segment to section in f2fs_ioc_gc_range
2019-01-02 Chao Yuf2fs: introduce __is_large_section() for cleanup
2019-01-02 Chao Yuf2fs: clean up f2fs_sb_has_##feature_name
2018-10-30 Chao Yuf2fs: guarantee journalled quota data by checkpoint
2018-10-30 Sahitya Tummalaf2fs: do not update REQ_TIME in case of error conditions
2018-10-30 Daniel Rosenbergf2fs: checkpoint disabling
2018-10-30 Chao Yuf2fs: allow out-place-update for direct IO in LFS mode
2018-10-27 Chao Yuf2fs: refactor ->page_mkwrite() flow
2018-10-27 Chao Yuf2fs: add SPDX license identifiers
2018-10-27 Jaegeuk Kimf2fs: avoid wrong decrypted data from disk
2018-10-27 Chao Yuf2fs: fix to avoid NULL pointer dereference on se-...
2018-09-18 Jaegeuk Kimf2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
2018-09-18 Arnd Bergmannf2fs: rework fault injection handling to avoid a warning
2018-09-18 Chao Yuf2fs: fix avoid race between truncate and background GC
2018-09-18 Chao Yuf2fs: avoid race between zero_range and background GC
2018-09-18 Chao Yuf2fs: fix to reset i_gc_failures correctly
2018-09-18 Chao Yuf2fs: fix to avoid broken of dnode block list
2018-09-18 Jaegeuk Kimf2fs: don't allow any writes on aborted atomic writes
2018-09-18 Chao Yuf2fs: clean up ioctl interface naming
2018-09-18 Chao Yuf2fs: clean up with f2fs_encrypted_inode()
2018-09-18 Chao Yuf2fs: fix to propagate error from __get_meta_page()
2018-09-18 Chao Yuf2fs: fix to do sanity check with block address in...
2018-09-18 Chao Yuf2fs: introduce and spread verify_blkaddr
2018-09-18 Dan Carpenterf2fs: Fix uninitialized return in f2fs_ioc_shutdown()
2018-09-18 Jaegeuk Kimf2fs: indicate shutdown f2fs to allow unmount successfully
2018-07-09 Kees Cooktreewide: Use array_size in f2fs_kvzalloc()
2018-07-09 Chao Yuf2fs: fix to clear FI_VOLATILE_FILE correctly
2018-07-09 Chao Yuf2fs: let sync node IO interrupt async one
2018-07-09 youngjun yoofs: f2fs: insert space around that ':' and ', '
2018-07-09 youngjun yoofs: f2fs: add missing blank lines after declarations
2018-07-09 youngjun yoofs: f2fs: changed variable type of offset "unsigned...
2018-07-09 Chao Yuf2fs: clean up symbol namespace
2018-07-09 Chao Yuf2fs: fix to avoid accessing cross the boundary
2018-07-09 Chao Yuf2fs: avoid stucking GC due to atomic write
2018-07-09 Sahitya Tummalaf2fs: Fix deadlock in shutdown ioctl
2018-07-09 Jan Karaf2fs: use find_get_pages_tag() for looking up single...
2018-07-09 Chao Yuf2fs: clean up with is_valid_blkaddr()
2018-07-09 Chao Yuf2fs: treat volatile file's data as hot one
2018-07-09 Chao Yuf2fs: rename dio_rwsem to i_gc_rwsem
2018-07-09 Yunlei Hef2fs: move mnt_want_write_file after range check
2018-07-09 Yunlei Hef2fs: fix missing clear FI_NO_PREALLOC in some error...
2018-07-09 Chao Yuf2fs: fix return value in f2fs_ioc_commit_atomic_write
2018-07-09 Yunlei Hef2fs: allocate hot_data for atomic write more strictly
2018-07-09 Chao Yuf2fs: fix race in between GC and atomic open
2018-07-09 Chao Yuf2fs: fix to show missing bits in FS_IOC_GETFLAGS
2018-07-09 Chao Yuf2fs: remove unneeded F2FS_PROJINHERIT_FL
2018-07-09 Chao Yuf2fs: remove redundant block plug
2018-07-09 Chao Yuf2fs: introduce private inode status mapping
2018-05-30 Jaegeuk Kimf2fs: add fsync_mode=nobarrier for non-atomic files
2018-04-20 Eric Biggersf2fs: refactor read path to allow multiple postprocessi...
2018-04-08 Jaegeuk Kimf2fs: truncate preallocated blocks in error case
2018-04-08 Chao Yuf2fs: clean up with F2FS_BLK_ALIGN
2018-04-08 Qiuyang Sunf2fs: release locks before return in f2fs_ioc_gc_range()
2018-04-08 Hyunchul Leef2fs: add nowait aio support
2018-04-08 Chao Yuf2fs: wrap all options with f2fs_sb_info.mount_opt
2018-04-08 Junling Zhengf2fs: introduce mount option for fsync mode
2018-04-08 Chao Yuf2fs: fix to avoid race in between atomic write and...
2018-04-08 Chao Yuf2fs: expose extension_list sysfs entry
2018-04-08 Chao Yuf2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
2018-04-08 Chao Yuf2fs: introduce sb_lock to make encrypt pwsalt update...
2018-04-08 Sheng Yongf2fs: clean up f2fs_sb_has_xxx functions
2018-02-08 Chao Yuf2fs: support inode creation time
2018-02-08 Chao Yuf2fs: stop gc/discard thread after fs shutdown
2018-02-08 Chao Yuf2fs: hanlde error case in f2fs_ioc_shutdown
2018-02-08 Chao Yuf2fs: split need_inplace_update
2018-02-08 Chao Yuf2fs: speed up defragment on sparse file
2018-02-08 Chao Yuf2fs: support F2FS_IOC_PRECACHE_EXTENTS
2018-02-08 Jaegeuk Kimf2fs: add an ioctl to disable GC for specific file
2018-02-08 Chao Yuf2fs: fix to caclulate required free section correctly
2018-02-08 Jaegeuk Kimf2fs: recover directory operations by fsync
2018-02-08 Chao Yuf2fs: don't return value in truncate_data_blocks_range
2018-02-08 Chao Yuf2fs: inject fault to kvmalloc
2018-02-08 Hyunchul Leef2fs: apply write hints to select the type of segment...
2018-02-08 Eric Biggersf2fs: switch to fscrypt_prepare_setattr()
2018-02-08 Eric Biggersf2fs: switch to fscrypt_file_open()
2018-02-08 Chao Yuf2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
2017-11-16 Chao Yuf2fs: deny accessing encryption policy if encryption...
2017-11-16 Chao Yuf2fs: fix to clear FI_NO_PREALLOC
2017-11-16 Chao Yuf2fs: trace checkpoint reason in fsync()
2017-11-16 Chao Yuf2fs: keep isize once block is reserved cross EOF
2017-11-16 Chao Yuf2fs: avoid race in between GC and block exchange
2017-11-16 Jaegeuk Kimf2fs: stop all the operations by cp_error flag
2017-11-16 Weichao Guof2fs: skip searching non-exist range in truncate_hole
2017-11-16 Jaegeuk Kimf2fs: expose some sectors to user in inline data or...
2017-11-16 Chao Yuf2fs: fix to avoid race when accessing last_disk_size
2017-11-16 Chao Yuf2fs: enhance multiple device flush
2017-11-16 Chao Yuf2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
2017-09-21 Jaegeuk Kimf2fs: use generic terms used for encrypted block management
2017-09-21 Jaegeuk Kimf2fs: introduce f2fs_encrypted_file for clean-up
next