ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
[platform/kernel/linux-rpi.git] / fs / f2fs /
2020-02-11 Chengguang Xuf2fs: code cleanup for f2fs_statfs_project()
2020-02-11 Chengguang Xuf2fs: fix miscounted block limit in f2fs_statfs_project()
2020-02-11 Chengguang Xuf2fs: choose hardlimit when softlimit is larger than...
2020-01-27 Chao Yuf2fs: fix to avoid accessing uninitialized field of...
2020-01-27 Chao Yuf2fs: fix error path of f2fs_convert_inline_page()
2020-01-27 Chao Yuf2fs: fix wrong error injection path in inc_valid_block...
2020-01-17 Chao Yuf2fs: fix potential overflow
2020-01-17 Sheng Yongf2fs: check if file namelen exceeds max value
2020-01-17 Jaegeuk Kimf2fs: check memory boundary by insane namelen
2020-01-17 Ben Hutchingsf2fs: Move err variable to function scope in f2fs_fill_...
2020-01-04 Chao Yuf2fs: fix to update dir's i_pino during cross_rename
2020-01-04 Chao Yuf2fs: fix to update time in lazytime mode
2019-12-13 Sahitya Tummalaf2fs: fix to allow node segment for GC by ioctl path
2019-12-13 Yunlong Songf2fs: change segment to section in f2fs_ioc_gc_range
2019-12-13 Yunlong Songf2fs: fix count of seg_freed to make sec_freed correct
2019-12-13 Chao Yuf2fs: fix to account preflush command for noflush_merge...
2019-12-05 Chao Yuf2fs: fix to dirty inode synchronously
2019-12-05 Qiuyang Sunf2fs: fix block address for __check_sit_bitmap
2019-12-01 Chao Yuf2fs: spread f2fs_set_inode_flags()
2019-12-01 Chao Yuf2fs: fix to spread clear_cold_data()
2019-11-24 Jaegeuk Kimf2fs: keep lazytime on remount
2019-11-24 Jaegeuk Kimf2fs: return correct errno in f2fs_gc
2019-11-20 Chao Yuf2fs: mark inode dirty explicitly in recover_inode()
2019-11-20 Chao Yuf2fs: fix to recover inode's project id during POR
2019-11-20 Jaegeuk Kimf2fs: update i_size after DIO completion
2019-11-20 Chengguang Xuf2fs: fix remount problem of option io_bits
2019-11-20 Chao Yuf2fs: fix to recover inode's uid/gid during POR
2019-11-20 Jaegeuk Kimf2fs: avoid infinite loop in f2fs_alloc_nid
2019-11-20 Wang Shilongf2fs: fix setattr project check upon fssetxattr ioctl
2019-11-20 Chao Yuf2fs: fix memory leak of percpu counter in fill_super()
2019-11-20 Chao Yuf2fs: fix memory leak of write_io in fill_super()
2019-11-20 Jaegeuk Kimf2fs: submit bio after shutdown
2019-11-20 Jaegeuk Kimf2fs: avoid wrong decrypted data from disk
2019-11-06 Chao Yuf2fs: fix to recover inode->i_flags of inode block...
2019-11-06 Chao Yuf2fs: fix to recover inode's i_gc_failures during POR
2019-11-06 Jaegeuk Kimf2fs: flush quota blocks after turnning it off
2019-10-17 Icenowy Zhengf2fs: use EINVAL for superblock with invalid magic
2019-10-01 Chao Yuf2fs: use generic EFSBADCRC/EFSCORRUPTED
2019-10-01 Chao Yuf2fs: fix to do sanity check on segment bitmap of LFS...
2019-10-01 Chao YuRevert "f2fs: avoid out-of-range memory access"
2019-10-01 Surbhi Palandef2fs: check all the data segments against all node...
2019-07-31 Ocean Chenf2fs: avoid out-of-range memory access
2019-07-10 Jaegeuk Kimf2fs: don't access node/meta inode mapping after iput
2019-06-19 Randall Huangf2fs: fix to avoid accessing xattr across the boundary
2019-06-15 Chao Yuf2fs: fix to do checksum even if inode page is uptodate
2019-06-15 Chao Yuf2fs: fix to do sanity check on valid block count of...
2019-06-15 Chao Yuf2fs: fix to use inline space only if inline_xattr...
2019-06-15 Chao Yuf2fs: fix to avoid panic in dec_valid_block_count()
2019-06-15 Chao Yuf2fs: fix to clear dirty inode in error path of f2fs_iget()
2019-06-15 Chao Yuf2fs: fix to do sanity check on free nid
2019-06-15 Chao Yuf2fs: fix to avoid panic in f2fs_remove_inode_page()
2019-06-15 Chao Yuf2fs: fix to avoid panic in f2fs_inplace_write_data()
2019-06-15 Chao Yuf2fs: fix to avoid panic in do_recover_data()
2019-05-31 Damien Le Moalf2fs: Fix use of number of devices
2019-04-20 Chao Yuf2fs: fix to dirty inode for i_mode recovery
2019-04-20 Sheng Yongf2fs: cleanup dirty pages if recover failed
2019-04-20 Chao Yuf2fs: fix to do sanity check with current segment number
2019-04-20 Chao Yuf2fs: fix to avoid NULL pointer dereference on se-...
2019-04-05 Sheng Yongf2fs: UBSAN: set boolean value iostat_enable correctly
2019-04-05 Chao Yuf2fs: fix to check inline_xattr_size boundary correctly
2019-04-05 Sahitya Tummalaf2fs: do not use mutex lock in atomic context
2019-04-05 Chao Yuf2fs: fix to avoid deadlock in f2fs_read_inline_dir()
2019-04-05 Chao Yuf2fs: fix to adapt small inline xattr space in __find_i...
2019-03-27 Chao Yuf2fs: fix to avoid deadlock of atomic file operations
2019-03-19 Jaegeuk Kimf2fs: wait on atomic writes to count F2FS_CP_WB_DATA
2019-02-12 Sahitya Tummalaf2fs: fix sbi->extent_list corruption issue
2019-02-12 Sahitya Tummalaf2fs: fix use-after-free issue when accessing sbi-...
2019-02-12 Tiezhu Yangf2fs: fix wrong return value of f2fs_acl_create
2019-02-12 Sheng Yongf2fs: fix race between write_checkpoint and write_begin
2019-02-12 Yunlei Hef2fs: move dir data flush to write checkpoint process
2019-01-09 Jaegeuk Kimf2fs: sanity check of xattr entry size
2019-01-09 Martin Blumenstinglf2fs: fix validation of the block count in sanity_check...
2019-01-09 Pan Bianf2fs: read page index before freeing
2018-11-13 Chao Yuf2fs: fix to account IO correctly
2018-11-13 Chao Yuf2fs: fix to recover cold bit of inode block during POR
2018-11-13 Jaegeuk Kimf2fs: fix missing up_read
2018-11-13 Jaegeuk KimRevert "f2fs: fix to clear PG_checked flag in set_page_...
2018-11-13 Chao Yuf2fs: fix to flush all dirty inodes recovered in readon...
2018-11-13 Yunlei Hef2fs: report error if quota off error during umount
2018-11-13 Zhikang Zhangf2fs: avoid sleeping under spin_lock
2018-11-13 Chao Yuf2fs: fix to recover inode's i_flags during POR
2018-11-13 Chao Yuf2fs: fix to recover inode's crtime during POR
2018-11-13 Jaegeuk Kimf2fs: clear PageError on the read path
2018-11-13 Chao Yuf2fs: fix to account IO correctly for cgroup writeback
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-16 Greg Kroah-HartmanMerge tag 'selinux-pr-20181015' of git://git./linux...
2018-10-12 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-04 Dave AirlieMerge branch 'drm-tda9950-fixes' of git://git.armlinux...
2018-10-03 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2018-09-29 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-09-29 Greg Kroah-HartmanMerge tag 'spi-fix-v4.19-rc5' of https://git./linux...
2018-09-26 Bartlomiej Zolnier... Merge tag 'v4.19-rc5' of https://git./linux/kernel...
2018-09-17 Greg Kroah-HartmanMerge tag 'spi-fix-v4.19-rc4' of https://git./linux...
2018-09-17 Takashi IwaiMerge tag 'asoc-v4.19-rc4' of https://git./linux/kernel...
2018-09-17 Greg Kroah-HartmanMerge tag 'ext4_for_linus_stable' of git://git./linux...
2018-09-15 Linus TorvaldsMerge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org...
2018-09-14 Linus TorvaldsMerge tag 'printk-for-4.19-rc4' of git://git./linux...
2018-09-12 David S. MillerMerge git://git./pub/scm/linux/kernel/git/pablo/nf
2018-09-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next