summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-1/+3
* btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-171-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-1/+2
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-10/+10
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-1/+2
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-14/+17
* btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-251-2/+1
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-2/+2
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-6/+6
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* Btrfs: Show a warning message if one of objectid reaches its highest valueSatoru Takeuchi2016-03-111-0/+3
* Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-191-8/+1
|\
| * Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-151-8/+1
* | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
|\ \ | |/ |/|
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
* | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-1/+1
* | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-071-2/+2
|/
* btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-3/+3
* btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-211-3/+3
* Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-06-301-4/+11
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-06-301-1/+1
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-1/+1
* Btrfs: fix race between writing free space cache and trimmingFilipe Manana2014-12-021-0/+2
* btrfs: switch inode_cache option handling to pending changesDavid Sterba2014-11-121-1/+1
* btrfs: cleanup ino cache members of btrfs_rootDavid Sterba2014-09-171-34/+34
* btrfs: remove newline from inode cache kthread nameDavid Sterba2014-06-091-1/+1
* Btrfs: fix inode caching vs tree logMiao Xie2014-04-241-16/+2
* Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong2014-04-241-1/+5
* Btrfs: remove transaction from sendJosef Bacik2014-04-061-7/+7
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-3/+1
* Btrfs: Don't allocate inode that is already in useStefan Behrens2013-11-111-1/+1
* Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana2013-11-111-1/+1
* Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana2013-11-111-1/+1
* Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens2013-11-111-2/+1
* Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-171-2/+3
* Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie2013-05-171-1/+2
* Btrfs: improve the noflush reservationMiao Xie2012-12-111-2/+3
* Btrfs: show useful info in space reservation tracepointLiu Bo2012-03-291-4/+2
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-7/+12
* Btrfs: fix compiler warnings on 32 bit systemsChris Mason2012-02-241-2/+4
* Btrfs: space leak tracepointsJosef Bacik2012-01-161-0/+4
* Btrfs: fix no reserved space for writing out inode cacheMiao Xie2011-11-101-4/+24
* Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-191-2/+4
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-2/+1
* Btrfs: add mount -o inode_cacheChris Mason2011-06-041-0/+20
* Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik2011-06-041-0/+5
* Btrfs: don't save the inode cache in non-FS rootsliubo2011-06-041-0/+6
* Btrfs: setup free ino caching in a more asynchronous wayLi Zefan2011-05-261-6/+22
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-1/+1
|\