Age | Commit message (Expand) | Author |
2016-05-07 | f2fs: add mount option to select fault injection ratio | Jaegeuk Kim |
2016-05-07 | f2fs: use f2fs_grab_cache_page instead of grab_cache_page | Jaegeuk Kim |
2016-05-07 | f2fs: introduce f2fs_kmalloc to wrap kmalloc | Jaegeuk Kim |
2016-05-07 | f2fs: add proc entry to show valid block bitmap | Jaegeuk Kim |
2016-05-07 | f2fs: introduce macros for proc entries | Jaegeuk Kim |
2016-05-03 | f2fs: factor out fsync inode entry operations | Chao Yu |
2016-05-03 | f2fs: fix to clear page private flag | Chao Yu |
2016-05-03 | f2fs: fix to clear private data in page | Chao Yu |
2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro |
2016-05-01 | fs: simplify the generic_write_sync prototype | Christoph Hellwig |
2016-05-01 | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig |
2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig |
2016-04-27 | f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir | Yunlong Song |
2016-04-27 | f2fs: move node pages only in victim section during GC | Chao Yu |
2016-04-27 | f2fs: be aware of invalid filename length | Chao Yu |
2016-04-26 | f2fs: issue cache flush on direct IO | Jaegeuk Kim |
2016-04-26 | f2fs: set fsync mark only for the last dnode | Jaegeuk Kim |
2016-04-26 | f2fs: report unwritten status in fsync_node_pages | Jaegeuk Kim |
2016-04-26 | f2fs: split sync_node_pages with fsync_node_pages | Jaegeuk Kim |
2016-04-26 | f2fs: avoid writing 0'th page in volatile writes | Jaegeuk Kim |
2016-04-26 | f2fs: avoid needless lock for node pages when fsyncing a file | Jaegeuk Kim |
2016-04-15 | f2fs: flush dirty pages before starting atomic writes | Jaegeuk Kim |
2016-04-15 | f2fs: don't invalidate atomic page if successful | Jaegeuk Kim |
2016-04-15 | f2fs: give -E2BIG for no space in xattr | Jaegeuk Kim |
2016-04-15 | f2fs: remove redundant condition check | Jaegeuk Kim |
2016-04-15 | f2fs: unset atomic/volatile flag in f2fs_release_file | Jaegeuk Kim |
2016-04-15 | f2fs: fix dropping inmemory pages in a wrong time | Jaegeuk Kim |
2016-04-15 | f2fs: add BUG_ON to avoid unnecessary flow | Jaegeuk Kim |
2016-04-15 | f2fs: use PGP_LOCK to check its truncation | Jaegeuk Kim |
2016-04-15 | f2fs: fix to convert inline directory correctly | Chao Yu |
2016-04-15 | f2fs: show current mount status | Jaegeuk Kim |
2016-04-15 | f2fs: treat as a normal umount when remounting ro | Jaegeuk Kim |
2016-04-15 | f2fs: give -EINVAL for norecovery and rw mount | Jaegeuk Kim |
2016-04-15 | f2fs: recover superblock at RW remounts | Jaegeuk Kim |
2016-04-15 | f2fs: give RO message when recovering superblock | Jaegeuk Kim |
2016-04-12 | fscrypto: don't let data integrity writebacks fail with ENOMEM | Jaegeuk Kim |
2016-04-12 | f2fs: use dget_parent and file_dentry in f2fs_file_open | Jaegeuk Kim |
2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro |
2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro |
2016-04-04 | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher |
2016-03-30 | f2fs: retrieve IO write stat from the right place | Shuoran Liu |
2016-03-30 | f2fs crypto: fix corrupted symlink in encrypted case | Jaegeuk Kim |
2016-03-28 | f2fs: cover large section in sanity check of super | Jaegeuk Kim |
2016-03-17 | f2fs: submit node page write bios when really required | Jaegeuk Kim |
2016-03-17 | f2fs: add missing argument to f2fs_setxattr stub | Arnd Bergmann |
2016-03-17 | f2fs: fix to avoid unneeded unlock_new_inode | Chao Yu |
2016-03-17 | f2fs: clean up opened code with f2fs_update_dentry | Chao Yu |
2016-03-17 | f2fs: declare static functions | Jaegeuk Kim |