summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-191-5/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+0
|\
| * drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-151-0/+2
* | f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-17/+26
* | f2fs: fix incorrect f_bfree calculation in ->statfsChao Yu2016-07-081-1/+1
* | f2fs: use percpu_rw_semaphoreJaegeuk Kim2016-07-081-1/+5
* | f2fs: add nodiscard mount optionChao Yu2016-07-081-0/+4
* | f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-061-6/+10
* | f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-061-15/+1
* | f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+28
* | f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-081-0/+2
* | f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-071-1/+1
* | f2fs: avoid wrong count on dirty inodesJaegeuk Kim2016-06-071-2/+2
* | f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-021-0/+1
* | f2fs: remove writepages lockJaegeuk Kim2016-06-021-1/+0
* | f2fs: set flush_merge by defaultJaegeuk Kim2016-06-021-0/+6
* | f2fs: add lazytime mount optionJaegeuk Kim2016-06-021-0/+14
* | f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-021-0/+4
* | f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-021-2/+52
* | f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-1/+1
* | f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-6/+1
|/
* f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-181-5/+5
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-181-3/+8
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-181-2/+5
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-1/+6
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-181-4/+27
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-2/+1
* f2fs: add fault injection to sysfsSheng Yong2016-05-161-5/+65
* f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-161-3/+3
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-071-0/+13
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-071-1/+1
* f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-071-0/+4
* f2fs: inject page allocation failuresJaegeuk Kim2016-05-071-0/+1
* f2fs: inject kmalloc failureJaegeuk Kim2016-05-071-0/+6
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-071-0/+19
* f2fs: add proc entry to show valid block bitmapJaegeuk Kim2016-05-071-1/+31
* f2fs: introduce macros for proc entriesJaegeuk Kim2016-05-071-11/+14
* f2fs: treat as a normal umount when remounting roJaegeuk Kim2016-04-151-8/+10
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-151-2/+12
* f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-151-9/+27
* f2fs: give RO message when recovering superblockJaegeuk Kim2016-04-151-1/+4
* Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-04-041-38/+66
|\
| * f2fs: retrieve IO write stat from the right placeShuoran Liu2016-03-301-1/+1
| * f2fs: cover large section in sanity check of superJaegeuk Kim2016-03-281-37/+65
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* f2fs: use cryptoapi crc32 functionsKeith Mok2016-03-171-0/+13
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-17/+38
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2016-02-261-5/+2
* f2fs: show more info about superblock recoveryChao Yu2016-02-221-2/+4