summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2020-01-23f2fs: fix potential overflowChao Yu
2019-02-12f2fs: move dir data flush to write checkpoint processYunlei He
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter
2018-08-03f2fs: fix race in between GC and atomic openChao Yu
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2017-01-06f2fs: fix overflow due to condition check orderJaegeuk Kim
2017-01-06Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-14f2fs: exclude special cases for f2fs_move_file_rangeFan Li
2016-09-13f2fs: fix parameters of __exchange_data_blockFan Li
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-12f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim
2016-08-29f2fs: remove unnecessary initializationSheng Yong
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu