Age | Commit message (Expand) | Author | Files | Lines |
2019-07-30 | Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -100/+81 |
2019-07-29 | f2fs: use EINVAL for superblock with invalid magic | Icenowy Zheng | 1 | -24/+24 |
2019-07-27 | f2fs: fix to read source block before invalidating it | Jaegeuk Kim | 1 | -36/+34 |
2019-07-19 | mm: migrate: remove unused mode argument | Keith Busch | 1 | -1/+1 |
2019-07-16 | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -6/+4 |
2019-07-13 | f2fs: remove redundant check from f2fs_setflags_common() | Eric Biggers | 1 | -8/+1 |
2019-07-13 | f2fs: use generic checking function for FS_IOC_FSSETXATTR | Eric Biggers | 1 | -31/+14 |
2019-07-13 | f2fs: use generic checking and prep function for FS_IOC_SETFLAGS | Eric Biggers | 1 | -1/+8 |
2019-07-13 | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 18 | -758/+1268 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
2019-07-12 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 1 | -3/+1 |
2019-07-11 | f2fs: improve print log in f2fs_sanity_check_ckpt() | Chao Yu | 1 | -1/+3 |
2019-07-11 | f2fs: avoid out-of-range memory access | Ocean Chen | 1 | -0/+5 |
2019-07-11 | f2fs: fix to avoid long latency during umount | Heng Xiao | 1 | -0/+4 |
2019-07-11 | f2fs: allow all the users to pin a file | Jaegeuk Kim | 1 | -3/+0 |
2019-07-10 | blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() | Tejun Heo | 1 | -2/+2 |
2019-07-03 | f2fs: support swap file w/ DIO | Jaegeuk Kim | 2 | -10/+137 |
2019-07-03 | f2fs: allocate blocks for pinned file | Jaegeuk Kim | 1 | -1/+6 |
2019-07-03 | f2fs: fix is_idle() check for discard type | Sahitya Tummala | 1 | -1/+1 |
2019-07-03 | f2fs: add a rw_sem to cover quota flag changes | Jaegeuk Kim | 3 | -27/+53 |
2019-07-03 | f2fs: set SBI_NEED_FSCK for xattr corruption case | Chao Yu | 1 | -0/+6 |
2019-07-03 | f2fs: use generic EFSBADCRC/EFSCORRUPTED | Chao Yu | 14 | -37/+46 |
2019-07-03 | f2fs: Use DIV_ROUND_UP() instead of open-coding | Geert Uytterhoeven | 3 | -6/+6 |
2019-07-03 | f2fs: print kernel message if filesystem is inconsistent | Chao Yu | 1 | -0/+2 |
2019-07-03 | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() | Joe Perches | 14 | -507/+351 |
2019-07-03 | f2fs: avoid get_valid_blocks() for cleanup | Chao Yu | 1 | -4/+2 |
2019-07-03 | f2fs: ioctl for removing a range from F2FS | Qiuyang Sun | 7 | -5/+260 |
2019-06-21 | f2fs: only set project inherit bit for directory | Wang Shilong | 2 | -1/+3 |
2019-06-21 | f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags | Eric Biggers | 2 | -118/+163 |
2019-06-21 | f2fs: replace ktype default_attrs with default_groups | Kimberly Brown | 1 | -2/+4 |
2019-06-13 | f2fs: replace ktype default_attrs with default_groups | Kimberly Brown | 1 | -2/+4 |
2019-06-03 | f2fs: Add option to limit required GC for checkpoint=disable | Daniel Rosenberg | 4 | -25/+73 |
2019-06-03 | f2fs: Fix accounting for unusable blocks | Daniel Rosenberg | 1 | -5/+10 |
2019-06-03 | f2fs: Fix root reserved on remount | Daniel Rosenberg | 1 | -1/+2 |
2019-06-03 | f2fs: Lower threshold for disable_cp_again | Daniel Rosenberg | 1 | -3/+5 |
2019-05-30 | f2fs: fix sparse warning | Chao Yu | 2 | -3/+3 |
2019-05-30 | f2fs: fix f2fs_show_options to show nodiscard mount option | Sahitya Tummala | 1 | -0/+2 |
2019-05-30 | f2fs: add error prints for debugging mount failure | Sahitya Tummala | 2 | -3/+7 |
2019-05-30 | f2fs: fix to do sanity check on segment bitmap of LFS curseg | Chao Yu | 1 | -0/+39 |
2019-05-28 | fscrypt: support encrypting multiple filesystem blocks per page | Eric Biggers | 1 | -2/+3 |
2019-05-28 | fscrypt: simplify bounce page handling | Eric Biggers | 1 | -7/+5 |
2019-05-23 | f2fs: fix to avoid deadloop if data_flush is on | Chao Yu | 4 | -0/+9 |
2019-05-23 | f2fs: always assume that the device is idle under gc_urgent | Park Ju Hyung | 1 | -0/+3 |
2019-05-23 | f2fs: add bio cache for IPU | Chao Yu | 3 | -10/+86 |
2019-05-23 | f2fs: allow ssr block allocation during checkpoint=disable period | Jaegeuk Kim | 1 | -1/+2 |
2019-05-23 | f2fs: fix to check layout on last valid checkpoint park | Chao Yu | 2 | -11/+9 |
2019-05-23 | f2fs: link f2fs quota ops for sysfile | Jaegeuk Kim | 2 | -8/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-14 | Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 16 | -299/+623 |
2019-05-09 | f2fs: fix to avoid accessing xattr across the boundary | Randall Huang | 2 | -9/+29 |