aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c
AgeCommit message (Expand)Author
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-11Btrfs: Show a warning message if one of objectid reaches its highest valueSatoru Takeuchi
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-06-30Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana
2015-06-30Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: Don't allocate inode that is already in useStefan Behrens
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason
2012-01-16Btrfs: space leak tracepointsJosef Bacik
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-06-04Btrfs: add mount -o inode_cacheChris Mason
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo
2011-05-26Btrfs: setup free ino caching in a more asynchronous wayLi Zefan
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason