summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: allow write page cache when writting cpYunlei He2017-03-251-0/+1
* f2fs: show the max number of volatile operationsChao Yu2017-03-241-1/+17
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-211-2/+0
* f2fs: cover update_free_nid_bitmap with nid_list_lockChao Yu2017-03-211-1/+0
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-03-211-7/+1
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-03-211-0/+1
* f2fs: allocate a bio for discarding when actually issuing itJaegeuk Kim2017-03-211-1/+3
* f2fs: remove dead macro PGOFS_OF_NEXT_DNODEKinglong Mee2017-03-211-6/+0
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-211-0/+2
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-201-0/+2
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-258/+386
|\
| * f2fs: introduce free nid bitmapChao Yu2017-02-271-0/+2
| * f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-02-271-0/+6
| * f2fs: kill __is_extent_sameChao Yu2017-02-271-7/+0
| * f2fs: show simple call stack in fault injection messageChao Yu2017-02-271-7/+13
| * f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-271-2/+29
| * f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-02-271-1/+1
| * f2fs: much larger batched trim_fs jobJaegeuk Kim2017-02-271-1/+1
| * f2fs: avoid very large discard commandJaegeuk Kim2017-02-271-1/+2
| * f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-02-231-0/+3
| * f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-02-231-0/+1
| * f2fs: change recovery policy of xattr node blockChao Yu2017-02-231-2/+1
| * f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-02-231-2/+2
| * f2fs: check io submission more preciselyJaegeuk Kim2017-02-231-0/+1
| * f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-02-221-1/+1
| * f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin2017-02-221-228/+270
| * f2fs: fix 3 coding style errors in f2fs.hDongOh Shin2017-02-221-3/+3
| * f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim2017-02-221-0/+1
| * f2fs: show # of on-going flush and discard biosJaegeuk Kim2017-02-221-1/+2
| * f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2017-02-221-0/+12
| * f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-02-221-6/+10
| * f2fs: clean up flush/discard command namingsJaegeuk Kim2017-02-221-11/+9
| * f2fs: check in-memory nat version bitmapChao Yu2017-02-221-0/+3
| * f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-221-0/+6
| * f2fs: return fs_trim if there is no candidateJaegeuk Kim2017-02-221-0/+1
| * f2fs: relax async discard commands moreJaegeuk Kim2017-01-291-1/+3
| * f2fs: show the max number of atomic operationsJaegeuk Kim2017-01-291-0/+17
| * f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-1/+3
* | fscrypt: split supp and notsupp declarations into their own headersEric Biggers2017-02-061-25/+5
* | fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-081-9/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-2/+2
|\
| * fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-2/+2
* | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2016-12-141-65/+132
|\ \
| * | f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2016-12-071-1/+1
| * | Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2016-12-051-5/+5
| * | f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2016-11-291-17/+21
| * | f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2016-11-281-10/+16
| * | f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim2016-11-251-1/+2
| * | f2fs: fix fdatasyncChao Yu2016-11-251-1/+10