aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAge
...
| * f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2016-05-11
| * f2fs: show # of orphan inodesJaegeuk Kim2016-05-11
| * f2fs: support in batch fzero in dnode pageChao Yu2016-05-11
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-11
| * f2fs: make atomic/volatile operation exclusiveChao Yu2016-05-11
| * f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2016-05-11
| * f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-07
| * f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-07
| * f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-07
| * f2fs: fix inode cache leakChao Yu2016-05-07
| * fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-07
| * f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-07
| * f2fs: fix incorrect mapping in ->bmapChao Yu2016-05-07
| * f2fs: remove an obsolete variableJaegeuk Kim2016-05-07
| * f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim2016-05-07
| * f2fs: shrink size of struct seg_entryChao Yu2016-05-07
| * f2fs: reuse get_extent_infoChao Yu2016-05-07
| * f2fs: remove unneeded memset when updating xattrChao Yu2016-05-07
| * f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu2016-05-07
| * f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim2016-05-07
| * f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-07
| * f2fs: revisit error handling flowsJaegeuk Kim2016-05-07
| * f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-07
| * f2fs: inject page allocation failuresJaegeuk Kim2016-05-07
| * f2fs: inject kmalloc failureJaegeuk Kim2016-05-07
| * f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-07
| * f2fs: use f2fs_grab_cache_page instead of grab_cache_pageJaegeuk Kim2016-05-07
| * f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-07
| * f2fs: add proc entry to show valid block bitmapJaegeuk Kim2016-05-07
| * f2fs: introduce macros for proc entriesJaegeuk Kim2016-05-07
| * f2fs: factor out fsync inode entry operationsChao Yu2016-05-03
| * f2fs: fix to clear page private flagChao Yu2016-05-03
| * f2fs: fix to clear private data in pageChao Yu2016-05-03
| * f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirYunlong Song2016-04-27
| * f2fs: move node pages only in victim section during GCChao Yu2016-04-27
| * f2fs: be aware of invalid filename lengthChao Yu2016-04-27
| * f2fs: issue cache flush on direct IOJaegeuk Kim2016-04-26
| * f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-26
| * f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-26
| * f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-26
| * f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-26
| * f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2016-04-26
| * f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-15
| * f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-15
| * f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-15
| * f2fs: remove redundant condition checkJaegeuk Kim2016-04-15
| * f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-15
| * f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-15
| * f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim2016-04-15
| * f2fs: use PGP_LOCK to check its truncationJaegeuk Kim2016-04-15