| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | f2fs: read contiguous sit entry pages by merging for mount performance | Chao Yu | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: adds a tracepoint for f2fs_submit_read_bio | Chao Yu | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: adds a tracepoint for submit_read_page | Chao Yu | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: simplify IS_DATASEG and IS_NODESEG macro | Changman Lee | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: merge read IOs at ra_nat_pages() | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: add a new function to support for merging contiguous read | Chao Yu | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: move the list_head initialization into the lock protection region | Gu Zheng | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: simplify write_orphan_inodes for better readable | Gu Zheng | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: convert inc/dec_valid_node_count to inc/dec one count | Gu Zheng | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: convert dev_valid_block_count to void | Gu Zheng | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: convert remove_inode_page to void | Gu Zheng | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: introduce a bio array for per-page write bios | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: disable the extent cache ops on high fragmented files | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: use sbi->write_mutex for write bios | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: clean up the do_submit_bio flow | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: use f2fs_put_page to release page for uniform style | Chao Yu | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: add a tracepoint for f2fs_issue_discard | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: introduce f2fs_issue_discard() to clean up | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: add a sysfs entry to control max_discards | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: add key functions for small discards | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: add a slab cache entry for small discards | Jaegeuk Kim | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: improve searching speed of __next_free_blkoff | Changman Lee | 2013-12-23 | |
| | * | | | | | | | | | | | | | | | | f2fs: introduce __find_rev_next(_zero)_bit | Changman Lee | 2013-12-23 | |
| * | | | | | | | | | | | | | | | | | Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-01-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | Merge branch 'xfs-extent-list-locking-fixes' into for-next | Ben Myers | 2014-01-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | xfs: assert that we hold the ilock for extent map access | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: use xfs_ilock_attr_map_shared in xfs_attr_get | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: reinstate the ilock in xfs_readdir | Ben Myers | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: add xfs_ilock_attr_map_shared | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: rename xfs_ilock_map_shared | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: remove xfs_iunlock_map_shared | Christoph Hellwig | 2013-12-18 | |
| | | * | | | | | | | | | | | | | | | | xfs: no need to lock the inode in xfs_find_handle | Christoph Hellwig | 2013-12-18 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | Merge branch 'xfs-misc' into for-next | Ben Myers | 2014-01-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu | 2014-01-09 | |
| | | * | | | | | | | | | | | | | | | | xfs: fix off-by-one error in xfs_attr3_rmt_verify | Jie Liu | 2014-01-06 | |
| | | |/ / / / / / / / / / / / / / / | ||||
| | * | | | | | | | | | | | | | | | | Merge branch 'xfs-for-linus-v3.13-rc5' into for-next | Ben Myers | 2013-12-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'xfs-factor-icluster-macros' into for-next | Ben Myers | 2013-12-13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | xfs: use xfs_icluster_size_fsb in xfs_imap | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: use xfs_icluster_size_fsb in xfs_ifree_cluster | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: use xfs_icluster_size_fsb in xfs_bulkstat | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: introduce a common helper xfs_icluster_size_fsb | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: get rid of XFS_IALLOC_BLOCKS macros | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: get rid of XFS_INODE_CLUSTER_SIZE macros | Jie Liu | 2013-12-13 | |
| | | * | | | | | | | | | | | | | | | | | xfs: get rid of XFS_IALLOC_INODES macros | Jie Liu | 2013-12-13 | |
| | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | xfs: remove the quotaoff log format from the quotaoff log item | Christoph Hellwig | 2013-12-13 | |
