summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * f2fs: export SSR allocation thresholdChao Yu2017-11-061-0/+2
| * f2fs: give correct trimmed blocks in fstrimChao Yu2017-11-061-1/+0Star
| * 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/+1Star
| * 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/+4Star
|\ \ | |/ |/|
| * fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-191-0/+1
| * fscrypt: clean up include file messDave Chinner2017-10-191-5/+3Star
* | f2fs: fix potential panic during fstrimChao Yu2017-10-031-1/+1
|/
* f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-09-121-0/+1
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-09-081-0/+1
* f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-09-061-2/+1Star
* f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-09-061-0/+5
* f2fs: introduce discard_granularity sysfs entryChao Yu2017-08-221-0/+12
* f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun2017-08-221-6/+7
* f2fs: support journalled quotaChao Yu2017-08-221-0/+9
* f2fs: add app/fs io statChao Yu2017-08-101-3/+56
* f2fs: support inode checksumChao Yu2017-08-041-0/+32
* f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song2017-08-041-1/+2
* f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2017-08-011-0/+3
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-08-011-4/+4
* f2fs: support project quotaChao Yu2017-08-011-0/+29
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-08-011-17/+55
* f2fs: make max inline size changeableChao Yu2017-08-011-8/+40
* f2fs: add ioctl to expose current featuresJaegeuk Kim2017-08-011-0/+2
* f2fs: don't give partially written atomic data from process crashJaegeuk Kim2017-07-291-0/+1
* f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2017-07-271-1/+4
* f2fs: remove unused input parameterYunlei He2017-07-271-2/+1Star