| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -1/+1 |
* | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -47/+175 |
|\ |
|
| * | f2fs: inject fault in inc_valid_node_count | Chao Yu | 2017-11-13 | 1 | -0/+7 |
| * | f2fs: expose quota information in debugfs | Jaegeuk Kim | 2017-11-13 | 1 | -2/+8 |
| * | f2fs: trace checkpoint reason in fsync() | Chao Yu | 2017-11-06 | 1 | -0/+12 |
| * | f2fs: fix summary info corruption | Chao Yu | 2017-11-05 | 1 | -0/+2 |
| * | f2fs: support quota sys files | Jaegeuk Kim | 2017-11-05 | 1 | -1/+8 |
| * | f2fs: add quota_ino feature infra | Jaegeuk Kim | 2017-11-05 | 1 | -0/+6 |
| * | Revert "f2fs: handle dirty segments inside refresh_sit_entry" | Yunlong Song | 2017-11-05 | 1 | -1/+0 |
| * | f2fs: export SSR allocation threshold | Chao Yu | 2017-11-05 | 1 | -0/+2 |
| * | f2fs: give correct trimmed blocks in fstrim | Chao Yu | 2017-11-05 | 1 | -1/+0 |
| * | f2fs: support bio allocation error injection | Chao Yu | 2017-11-05 | 1 | -6/+17 |
| * | f2fs: support get_page error injection | Chao Yu | 2017-11-05 | 1 | -0/+14 |
| * | f2fs: support soft block reservation | Yunlong Song | 2017-11-05 | 1 | -2/+11 |
| * | f2fs: support flexible inline xattr size | Chao Yu | 2017-11-05 | 1 | -13/+26 |
| * | f2fs: avoid using timespec | Arnd Bergmann | 2017-10-26 | 1 | -2/+1 |
| * | f2fs: remove obsolete pointer for truncate_xattr_node | Jaegeuk Kim | 2017-10-26 | 1 | -1/+1 |
| * | f2fs: limit # of inmemory pages | Jaegeuk Kim | 2017-10-26 | 1 | -0/+3 |
| * | f2fs: fix to avoid race when accessing last_disk_size | Chao Yu | 2017-10-26 | 1 | -2/+8 |
| * | f2fs: give up CP_TRIMMED_FLAG if it drops discards | Chao Yu | 2017-10-26 | 1 | -1/+1 |
| * | f2fs: split discard policy | Chao Yu | 2017-10-26 | 1 | -5/+12 |
| * | f2fs: wrap discard policy | Chao Yu | 2017-10-26 | 1 | -1/+11 |
| * | f2fs: support issuing/waiting discard in range | Chao Yu | 2017-10-26 | 1 | -1/+2 |
| * | f2fs: fix to flush multiple device in checkpoint | Chao Yu | 2017-10-10 | 1 | -0/+3 |
| * | f2fs: enhance multiple device flush | Chao Yu | 2017-10-10 | 1 | -3/+11 |
| * | f2fs: obsolete ALLOC_NID_LIST list | Chao Yu | 2017-10-10 | 1 | -6/+9 |
| * | f2fs: show flush list status in sysfs | Chao Yu | 2017-10-10 | 1 | -1/+2 |
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-14 | 1 | -5/+4 |
|\ \
| |/
|/| |
|
| * | fs, fscrypt: add an S_ENCRYPTED inode flag | Eric Biggers | 2017-10-18 | 1 | -0/+1 |
| * | fscrypt: clean up include file mess | Dave Chinner | 2017-10-18 | 1 | -5/+3 |
* | | f2fs: fix potential panic during fstrim | Chao Yu | 2017-10-03 | 1 | -1/+1 |
|/ |
|
* | f2fs: speed up gc_urgent mode with SSR | Jaegeuk Kim | 2017-09-11 | 1 | -0/+1 |
* | f2fs: avoid race in between read xattr & write xattr | Yunlei He | 2017-09-07 | 1 | -0/+1 |
* | f2fs: use generic terms used for encrypted block management | Jaegeuk Kim | 2017-09-05 | 1 | -2/+1 |
* | f2fs: introduce f2fs_encrypted_file for clean-up | Jaegeuk Kim | 2017-09-05 | 1 | -0/+5 |
* | f2fs: introduce discard_granularity sysfs entry | Chao Yu | 2017-08-21 | 1 | -0/+12 |
* | f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] | Qiuyang Sun | 2017-08-21 | 1 | -6/+7 |
* | f2fs: support journalled quota | Chao Yu | 2017-08-21 | 1 | -0/+9 |
* | f2fs: add app/fs io stat | Chao Yu | 2017-08-09 | 1 | -3/+56 |
* | f2fs: support inode checksum | Chao Yu | 2017-08-03 | 1 | -0/+32 |
* | f2fs: provide f2fs_balance_fs to __write_node_page | Yunlong Song | 2017-08-03 | 1 | -1/+2 |
* | f2fs: support F2FS_IOC_FS{GET,SET}XATTR | Chao Yu | 2017-07-31 | 1 | -0/+3 |
* | f2fs: avoid naming confusion of sysfs init | Jaegeuk Kim | 2017-07-31 | 1 | -4/+4 |
* | f2fs: support project quota | Chao Yu | 2017-07-31 | 1 | -0/+29 |
* | f2fs: enhance on-disk inode structure scalability | Chao Yu | 2017-07-31 | 1 | -17/+55 |
* | f2fs: make max inline size changeable | Chao Yu | 2017-07-31 | 1 | -8/+40 |
* | f2fs: add ioctl to expose current features | Jaegeuk Kim | 2017-07-31 | 1 | -0/+2 |
* | f2fs: don't give partially written atomic data from process crash | Jaegeuk Kim | 2017-07-28 | 1 | -0/+1 |
* | f2fs: spread struct f2fs_dentry_ptr for inline path | Chao Yu | 2017-07-26 | 1 | -1/+4 |
* | f2fs: remove unused input parameter | Yunlei He | 2017-07-26 | 1 | -2/+1 |