| Commit message (Expand) | Author | Age |
... | |
| * | f2fs: don't need to collect dirty sit entries and flush journal when there's ... | Wanpeng Li | 2015-04-10 |
| * | f2fs: fix block_ops trace point | Wanpeng Li | 2015-04-10 |
| * | f2fs: check its block allocation to avoid producing wrong dirty pages | Jaegeuk Kim | 2015-04-10 |
| * | f2fs: clear page's up-to-date if block was deallocated | Jaegeuk Kim | 2015-04-10 |
| * | f2fs: fix the number of orphan inode blocks | Wanpeng Li | 2015-04-10 |
| * | f2fs: introduce macro __cp_payload | Wanpeng Li | 2015-04-10 |
| * | f2fs: support fs shutdown | Jaegeuk Kim | 2015-04-10 |
| * | f2fs: avoid wrong error during recovery | Jaegeuk Kim | 2015-03-03 |
| * | f2fs: remove obsolete code | Jaegeuk Kim | 2015-03-03 |
| * | f2fs: use extent cache for dir | Chao Yu | 2015-03-03 |
| * | f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache | Chao Yu | 2015-03-03 |
| * | f2fs: support fast lookup in extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: add trace for rb-tree extent cache ops | Chao Yu | 2015-03-03 |
| * | f2fs: show extent tree, node stat info in debugfs | Chao Yu | 2015-03-03 |
| * | f2fs: enable rb-tree extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: add a mount option for rb-tree extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: add core functions for rb-tree extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: introduce infra macro and data structure of rb-tree extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: introduce universal lookup/update interface for extent cache | Chao Yu | 2015-03-03 |
| * | f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache | Chao Yu | 2015-03-03 |
| * | f2fs: simplfy a field name in struct f2fs_extent,extent_info | Chao Yu | 2015-03-03 |
| * | f2fs: move ext_lock out of struct extent_info | Chao Yu | 2015-03-03 |
| * | f2fs: fix incorrectly stat number of inline data inode | Chao Yu | 2015-03-03 |
| * | f2fs: use ->writepage in sync_meta_pages | Chao Yu | 2015-03-03 |
| * | f2fs: introduce f2fs_update_dentry to clean up duplicated codes | Chao Yu | 2015-03-03 |
| * | f2fs: remove unused inline_dentry_addr | Chao Yu | 2015-03-03 |
* | | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 |
* | | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 |
* | | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 2015-04-11 |
* | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 |
* | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 |
|/ |
|
* | Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2015-02-12 |
|\ |
|
| * | f2fs: use spinlock for segmap_lock instead of rwlock | Chao Yu | 2015-02-11 |
| * | f2fs: fix accessing wrong indexed data blocks | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: avoid variable length array | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: fix sparse warnings | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: allocate data blocks in advance for f2fs_direct_IO | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: introduce macros to convert bytes and blocks in f2fs | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: call set_buffer_new for get_block | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: check node page contents all the time | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: avoid data offset overflow when lseeking huge file | Chao Yu | 2015-02-11 |
| * | f2fs: fix to use highmem for pages of newly created directory | Chao Yu | 2015-02-11 |
| * | f2fs: introduce a batched trim | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: merge {invalidate,release}page for meta/node/data pages | Chao Yu | 2015-02-11 |
| * | f2fs: show the number of writeback pages in stat | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: keep PagePrivate during releasepage | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: should fail mount when trying to recover data on read-only dev | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: split UMOUNT and FASTBOOT flags | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: avoid write_checkpoint if f2fs is mounted readonly | Jaegeuk Kim | 2015-02-11 |
| * | f2fs: support norecovery mount option | Jaegeuk Kim | 2015-02-11 |