summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: don't need to collect dirty sit entries and flush journal when there's ...Wanpeng Li2015-04-101-3/+3
| * f2fs: fix block_ops trace pointWanpeng Li2015-04-101-2/+3
| * f2fs: check its block allocation to avoid producing wrong dirty pagesJaegeuk Kim2015-04-101-1/+9
| * f2fs: clear page's up-to-date if block was deallocatedJaegeuk Kim2015-04-103-1/+8
| * f2fs: fix the number of orphan inode blocksWanpeng Li2015-04-101-4/+4
| * f2fs: introduce macro __cp_payloadWanpeng Li2015-04-102-5/+9
| * f2fs: support fs shutdownJaegeuk Kim2015-04-102-0/+46
| * f2fs: avoid wrong error during recoveryJaegeuk Kim2015-03-031-1/+3
| * f2fs: remove obsolete codeJaegeuk Kim2015-03-031-2/+0
| * f2fs: use extent cache for dirChao Yu2015-03-031-0/+14
| * f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cacheChao Yu2015-03-031-12/+6
| * f2fs: support fast lookup in extent cacheChao Yu2015-03-032-3/+17
| * f2fs: add trace for rb-tree extent cache opsChao Yu2015-03-031-2/+14
| * f2fs: show extent tree, node stat info in debugfsChao Yu2015-03-032-1/+8
| * f2fs: enable rb-tree extent cacheChao Yu2015-03-034-1/+25
| * f2fs: add a mount option for rb-tree extent cacheChao Yu2015-03-032-0/+8
| * f2fs: add core functions for rb-tree extent cacheChao Yu2015-03-033-1/+451
| * f2fs: introduce infra macro and data structure of rb-tree extent cacheChao Yu2015-03-032-4/+33
| * f2fs: introduce universal lookup/update interface for extent cacheChao Yu2015-03-035-30/+44
| * f2fs: introduce f2fs_map_bh to clean codes of check_extent_cacheChao Yu2015-03-031-14/+21
| * f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu2015-03-032-10/+9
| * f2fs: move ext_lock out of struct extent_infoChao Yu2015-03-034-12/+15
| * f2fs: fix incorrectly stat number of inline data inodeChao Yu2015-03-031-0/+2
| * f2fs: use ->writepage in sync_meta_pagesChao Yu2015-03-031-1/+1
| * f2fs: introduce f2fs_update_dentry to clean up duplicated codesChao Yu2015-03-033-22/+31
| * f2fs: remove unused inline_dentry_addrChao Yu2015-03-031-6/+0
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-8/+8
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
|/
* Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2015-02-1222-481/+986
|\
| * f2fs: use spinlock for segmap_lock instead of rwlockChao Yu2015-02-112-12/+12
| * f2fs: fix accessing wrong indexed data blocksJaegeuk Kim2015-02-111-1/+9
| * f2fs: avoid variable length arrayJaegeuk Kim2015-02-113-2/+10
| * f2fs: fix sparse warningsJaegeuk Kim2015-02-114-6/+5
| * f2fs: allocate data blocks in advance for f2fs_direct_IOJaegeuk Kim2015-02-111-3/+54
| * f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim2015-02-113-10/+8
| * f2fs: call set_buffer_new for get_blockJaegeuk Kim2015-02-111-1/+3
| * f2fs: check node page contents all the timeJaegeuk Kim2015-02-111-4/+3
| * f2fs: avoid data offset overflow when lseeking huge fileChao Yu2015-02-111-1/+1
| * f2fs: fix to use highmem for pages of newly created directoryChao Yu2015-02-111-1/+1
| * f2fs: introduce a batched trimJaegeuk Kim2015-02-113-5/+21
| * f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu2015-02-114-51/+22
| * f2fs: show the number of writeback pages in statJaegeuk Kim2015-02-112-3/+4
| * f2fs: keep PagePrivate during releasepageJaegeuk Kim2015-02-113-0/+12
| * f2fs: should fail mount when trying to recover data on read-only devJaegeuk Kim2015-02-111-0/+9
| * f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-115-17/+44
| * f2fs: avoid write_checkpoint if f2fs is mounted readonlyJaegeuk Kim2015-02-111-0/+2
| * f2fs: support norecovery mount optionJaegeuk Kim2015-02-111-0/+8
OpenPOWER on IntegriCloud