summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: allow quota to use reserved blocksJaegeuk Kim2018-01-221-3/+8
* f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu2018-01-221-0/+4
* f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-1/+28
* f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong2018-01-191-0/+1
* f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2018-01-171-2/+25
* f2fs: implement cgroup writeback supportYufen Yu2018-01-171-0/+1
* f2fs: remove unused pend_list_tagChao Yu2018-01-171-1/+0
* f2fs: add reserved blocks for root userJaegeuk Kim2018-01-171-4/+16
* f2fs: clean up unneeded declarationChao Yu2018-01-041-1/+0
* f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-031-0/+2
* f2fs: fix an error case of missing update inode pageYunlei He2018-01-031-2/+2
* f2fs: no need return value in restore summary processYunlei He2018-01-031-1/+1
* f2fs: use unlikely for release caseLiFan2018-01-031-1/+1
* f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-031-1/+1
* f2fs: clean up hash codesChao Yu2018-01-031-27/+19
* f2fs: inject fault to kvmallocChao Yu2018-01-031-0/+19
* f2fs: inject fault to kzallocChao Yu2018-01-031-0/+6
* f2fs: remove a redundant conditional expressionLiFan2018-01-031-4/+4
* f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-031-0/+2
* f2fs: remove unused parameterSheng Yong2018-01-031-2/+1
* f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-031-0/+1
* f2fs: reserve nid resource for quota sysfileChao Yu2018-01-031-0/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-47/+175
|\
| * f2fs: inject fault in inc_valid_node_countChao Yu2017-11-141-0/+7
| * f2fs: expose quota information in debugfsJaegeuk Kim2017-11-141-2/+8
| * f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-071-0/+12
| * f2fs: fix summary info corruptionChao Yu2017-11-061-0/+2
| * f2fs: support quota sys filesJaegeuk Kim2017-11-061-1/+8
| * f2fs: add quota_ino feature infraJaegeuk Kim2017-11-061-0/+6
| * Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2017-11-061-1/+0
| * f2fs: export SSR allocation thresholdChao Yu2017-11-061-0/+2
| * f2fs: give correct trimmed blocks in fstrimChao Yu2017-11-061-1/+0
| * f2fs: support bio allocation error injectionChao Yu2017-11-061-6/+17
| * f2fs: support get_page error injectionChao Yu2017-11-061-0/+14
| * f2fs: support soft block reservationYunlong Song2017-11-061-2/+11
| * f2fs: support flexible inline xattr sizeChao Yu2017-11-061-13/+26
| * f2fs: avoid using timespecArnd Bergmann2017-10-261-2/+1
| * f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-261-1/+1
| * f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-261-0/+3
| * f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-10-261-2/+8
| * f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-10-261-1/+1
| * f2fs: split discard policyChao Yu2017-10-261-5/+12
| * f2fs: wrap discard policyChao Yu2017-10-261-1/+11
| * f2fs: support issuing/waiting discard in rangeChao Yu2017-10-261-1/+2
| * f2fs: fix to flush multiple device in checkpointChao Yu2017-10-101-0/+3
| * f2fs: enhance multiple device flushChao Yu2017-10-101-3/+11
| * f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-10-101-6/+9
| * f2fs: show flush list status in sysfsChao Yu2017-10-101-1/+2
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-5/+4
|\ \ | |/ |/|