summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: don't allow volatile writes for non-regular fileChao Yu2017-03-211-0/+3
| * | f2fs: don't allow atomic writes for not regular filesJaegeuk Kim2017-03-211-0/+3
| * | f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-213-1/+33
| * | f2fs: build stat_info before orphan inode recoveryJaegeuk Kim2017-03-211-5/+5
| * | f2fs: fix the fault of calculating blkstart twiceKinglong Mee2017-03-211-1/+2
| * | f2fs: fix the fault of checking F2FS_LINK_MAX for rename inodeKinglong Mee2017-03-211-2/+2
| * | f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim2017-03-211-0/+3
| * | f2fs: fix wrong error injection for evict_inodeJaegeuk Kim2017-03-211-7/+6
| * | f2fs: le32_to_cpu for ckpt->cp_pack_total_block_countKinglong Mee2017-03-211-1/+2
| * | f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim2017-03-211-1/+3
| * | f2fs: don't need to invalidate wrong node pageJaegeuk Kim2017-03-211-1/+4
| * | f2fs: fix an error return value in truncate_partial_data_pageYunlei He2017-03-211-1/+1
| |/
* | f2fs: switch to using fscrypt_match_name()Eric Biggers2017-05-041-24/+4
* | fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-041-2/+2
* | f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-044-20/+31
* | f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-041-3/+4
|/
* f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-201-78/+47
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-203-6/+30
* f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-202-10/+10
* f2fs: declare static functionsJaegeuk Kim2017-03-201-3/+4
* f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-5/+5
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-5/+5
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-0118-752/+1858
|\
| * f2fs: avoid to flush nat journal entriesJaegeuk Kim2017-02-281-1/+1
| * f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-02-271-0/+2
| * f2fs: fix a plint compile warningHou Pengyang2017-02-271-1/+1
| * f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-2/+5
| * f2fs: Fix zoned block device supportMasato Suzuki2017-02-271-23/+44
| * f2fs: remove redundant set_page_dirty()Yunlei He2017-02-271-2/+1
| * f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu2017-02-271-1/+1
| * f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu2017-02-271-1/+1
| * f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-02-271-1/+2
| * f2fs: use MAX_FREE_NIDS for the free nids targetKinglong Mee2017-02-271-5/+3
| * f2fs: introduce free nid bitmapChao Yu2017-02-273-10/+119
| * f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpointKinglong Mee2017-02-274-19/+15
| * f2fs: update the comment of default nr_pages to skippingKinglong Mee2017-02-271-2/+2
| * f2fs: drop the duplicate pval in f2fs_getxattrKinglong Mee2017-02-271-3/+0
| * f2fs: Don't update the xattr data that same as the existKinglong Mee2017-02-271-4/+16
| * f2fs: kill __is_extent_sameChao Yu2017-02-272-12/+3
| * f2fs: avoid bggc->fggc when enough free segments are avaliable after cpHou Pengyang2017-02-271-8/+9
| * f2fs: select target segment with closer temperature in SSR modeChao Yu2017-02-271-6/+17
| * f2fs: show simple call stack in fault injection messageChao Yu2017-02-278-13/+32
| * f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-02-271-2/+5
| * f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-275-20/+230
| * f2fs: replace rw semaphore extent_tree_lock with mutex lockYunlei He2017-02-272-12/+12
| * f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-02-271-1/+1
| * f2fs: remove unsafe bitmap checkingHou Pengyang2017-02-271-6/+0
| * f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-02-272-5/+5