| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-04 | 2 | -108/+26 |
|\ |
|
| * | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() | Eric Biggers | 2018-01-12 | 1 | -1/+1 |
| * | f2fs: switch to fscrypt_get_symlink() | Eric Biggers | 2018-01-12 | 1 | -57/+9 |
| * | f2fs: switch to fscrypt ->symlink() helper functions | Eric Biggers | 2018-01-12 | 1 | -50/+16 |
* | | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds | 2018-02-01 | 1 | -5/+1 |
|\ \ |
|
| * | | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at | Adam Borowski | 2018-01-01 | 1 | -5/+1 |
| |/ |
|
* | | Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-01-31 | 20 | -443/+1037 |
|\ \ |
|
| * | | f2fs: support inode creation time | Chao Yu | 2018-01-25 | 5 | -1/+40 |
| * | | f2fs: rebuild sit page from sit info in mem | Yunlei He | 2018-01-25 | 2 | -16/+32 |
| * | | f2fs: stop issuing discard if fs is readonly | Chao Yu | 2018-01-25 | 1 | -0/+2 |
| * | | f2fs: clean up duplicated assignment in init_discard_policy | Chao Yu | 2018-01-25 | 1 | -8/+3 |
| * | | f2fs: use GFP_F2FS_ZERO for cleanup | Chao Yu | 2018-01-25 | 1 | -4/+2 |
| * | | f2fs: allow to recover node blocks given updated checkpoint | Jaegeuk Kim | 2018-01-22 | 2 | -0/+5 |
| * | | f2fs: recover some i_inline flags | Jaegeuk Kim | 2018-01-22 | 1 | -2/+19 |
| * | | f2fs: correct removexattr behavior for null valued extended attribute | Daeho Jeong | 2018-01-22 | 1 | -1/+1 |
| * | | f2fs: drop page cache after fs shutdown | Chao Yu | 2018-01-22 | 3 | -17/+21 |
| * | | f2fs: stop gc/discard thread after fs shutdown | Chao Yu | 2018-01-22 | 3 | -0/+13 |
| * | | f2fs: hanlde error case in f2fs_ioc_shutdown | Chao Yu | 2018-01-22 | 1 | -2/+8 |
| * | | f2fs: split need_inplace_update | Chao Yu | 2018-01-22 | 4 | -50/+75 |
| * | | f2fs: fix to update last_disk_size correctly | Chao Yu | 2018-01-22 | 1 | -4/+8 |
| * | | f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup | Chao Yu | 2018-01-22 | 2 | -5/+4 |
| * | | f2fs: clean up error path of fill_super | Chao Yu | 2018-01-22 | 1 | -4/+6 |
| * | | f2fs: avoid hungtask when GC encrypted block if io_bits is set | Sheng Yong | 2018-01-22 | 1 | -1/+6 |
| * | | f2fs: allow quota to use reserved blocks | Jaegeuk Kim | 2018-01-22 | 1 | -3/+8 |
| * | | f2fs: fix to drop all inmem pages correctly | Chao Yu | 2018-01-22 | 1 | -2/+3 |
| * | | f2fs: speed up defragment on sparse file | Chao Yu | 2018-01-22 | 2 | -6/+11 |
| * | | f2fs: support F2FS_IOC_PRECACHE_EXTENTS | Chao Yu | 2018-01-22 | 3 | -2/+85 |
| * | | f2fs: add an ioctl to disable GC for specific file | Jaegeuk Kim | 2018-01-22 | 6 | -1/+128 |
| * | | f2fs: prevent newly created inode from being dirtied incorrectly | Daeho Jeong | 2018-01-19 | 3 | -2/+6 |
| * | | f2fs: support FIEMAP_FLAG_XATTR | Chao Yu | 2018-01-19 | 1 | -1/+68 |
| * | | f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock | Chao Yu | 2018-01-19 | 1 | -3/+3 |
| * | | f2fs: check node page again in write end io | Yunlei He | 2018-01-19 | 1 | -0/+4 |
| * | | f2fs: fix to caclulate required free section correctly | Chao Yu | 2018-01-19 | 1 | -7/+10 |
| * | | f2fs: handle newly created page when revoking inmem pages | Daeho Jeong | 2018-01-19 | 1 | -1/+5 |
| * | | f2fs: add resgid and resuid to reserve root blocks | Jaegeuk Kim | 2018-01-17 | 2 | -4/+69 |
| * | | f2fs: implement cgroup writeback support | Yufen Yu | 2018-01-17 | 4 | -2/+13 |
| * | | f2fs: remove unused pend_list_tag | Chao Yu | 2018-01-17 | 1 | -1/+0 |
| * | | f2fs: avoid high cpu usage in discard thread | Chao Yu | 2018-01-17 | 1 | -0/+3 |
| * | | f2fs: make local functions static | Wei Yongjun | 2018-01-17 | 2 | -3/+3 |
| * | | f2fs: add reserved blocks for root user | Jaegeuk Kim | 2018-01-17 | 3 | -6/+54 |
| * | | f2fs: check segment type in __f2fs_replace_block | Yunlong Song | 2018-01-17 | 1 | -0/+1 |
| * | | f2fs: update inode info to inode page for new file | Yunlei He | 2018-01-17 | 1 | -1/+3 |
| * | | f2fs: show precise # of blocks that user/root can use | Jaegeuk Kim | 2018-01-17 | 1 | -4/+3 |
| * | | f2fs: clean up unneeded declaration | Chao Yu | 2018-01-04 | 1 | -1/+0 |
| * | | f2fs: continue to do direct IO if we only preallocate partial blocks | Chao Yu | 2018-01-04 | 1 | -12/+18 |
| * | | f2fs: enable quota at remount from r to w | Jaegeuk Kim | 2018-01-04 | 1 | -1/+1 |
| * | | f2fs: skip stop_checkpoint for user data writes | Jaegeuk Kim | 2018-01-03 | 1 | -1/+2 |
| * | | f2fs: fix missing error number for xattr operation | Jaegeuk Kim | 2018-01-03 | 1 | -0/+2 |
| * | | f2fs: recover directory operations by fsync | Jaegeuk Kim | 2018-01-03 | 4 | -0/+11 |
| * | | f2fs: return error during fill_super | Jaegeuk Kim | 2018-01-03 | 2 | -8/+30 |