summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | f2fs: no need inc dirty pages under inode lockYunlei He2016-05-161-1/+1
| * | | f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu2016-05-161-2/+6
| * | | f2fs: fix i_current_depth during inline dentry conversionChao Yu2016-05-161-0/+1
| * | | f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-161-3/+3
| * | | f2fs: fix deadlock when flush inline dataChao Yu2016-05-111-1/+2
| * | | f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2016-05-111-2/+1
| * | | f2fs: show # of orphan inodesJaegeuk Kim2016-05-112-2/+5
| * | | f2fs: support in batch fzero in dnode pageChao Yu2016-05-111-16/+56
| * | | f2fs: support in batch multi blocks preallocationChao Yu2016-05-112-44/+108
| * | | f2fs: make atomic/volatile operation exclusiveChao Yu2016-05-111-0/+16
| * | | f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2016-05-111-30/+87
| * | | f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-071-2/+2
| * | | f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-072-25/+29
| * | | f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-071-29/+22
| * | | f2fs: fix inode cache leakChao Yu2016-05-073-43/+31
| * | | fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-073-44/+97
| * | | f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-071-1/+4
| * | | f2fs: fix incorrect mapping in ->bmapChao Yu2016-05-071-4/+7
| * | | f2fs: remove an obsolete variableJaegeuk Kim2016-05-071-3/+0
| * | | f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim2016-05-071-14/+2
| * | | f2fs: shrink size of struct seg_entryChao Yu2016-05-071-4/+5
| * | | f2fs: reuse get_extent_infoChao Yu2016-05-072-6/+5
| * | | f2fs: remove unneeded memset when updating xattrChao Yu2016-05-071-1/+0
| * | | f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu2016-05-071-2/+0
| * | | f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim2016-05-071-1/+7
| * | | f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-073-5/+5
| * | | f2fs: revisit error handling flowsJaegeuk Kim2016-05-072-32/+28
| * | | f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-075-0/+29
| * | | f2fs: inject page allocation failuresJaegeuk Kim2016-05-072-0/+10
| * | | f2fs: inject kmalloc failureJaegeuk Kim2016-05-072-0/+35
| * | | f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-073-0/+28
| * | | f2fs: use f2fs_grab_cache_page instead of grab_cache_pageJaegeuk Kim2016-05-073-9/+10
| * | | f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-075-5/+10
| * | | 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: factor out fsync inode entry operationsChao Yu2016-05-031-21/+38
| * | | f2fs: fix to clear page private flagChao Yu2016-05-031-0/+1
| * | | f2fs: fix to clear private data in pageChao Yu2016-05-031-0/+2
| * | | f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirYunlong Song2016-04-271-0/+1
| * | | f2fs: move node pages only in victim section during GCChao Yu2016-04-273-21/+36
| * | | f2fs: be aware of invalid filename lengthChao Yu2016-04-272-17/+11
| * | | f2fs: issue cache flush on direct IOJaegeuk Kim2016-04-261-2/+9
| * | | f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-264-20/+113
| * | | f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-262-8/+9
| * | | f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-265-33/+84
| * | | f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-261-2/+4
| * | | f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2016-04-261-3/+7
| * | | f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
| * | | f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-151-2/+3
| * | | f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-151-1/+1
OpenPOWER on IntegriCloud