aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()Qu Wenruo1-2/+2
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-1/+1
2019-09-09Btrfs: wake up inode cache waiters sooner to reduce waiting timeFilipe Manana1-0/+1
2019-09-09Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana1-1/+3
2019-09-09Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2019-09-09Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana1-0/+1
2019-09-09Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik1-0/+1
2018-08-06btrfs: prune unused includesDavid Sterba1-1/+0
2018-08-06btrfs: Refactor count handling in btrfs_unpin_free_inoGeert Uytterhoeven1-7/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-2/+2
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-1/+2
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-1/+3
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-1/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-10/+10
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-1/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-14/+17
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-2/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-2/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-6/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-03-11Btrfs: Show a warning message if one of objectid reaches its highest valueSatoru Takeuchi1-0/+3
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-8/+1
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume rootsChandan Rajendra1-8/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba1-2/+2
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-3/+3
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo1-3/+3
2015-06-30Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-06-30Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-1/+1
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana1-0/+2
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-1/+1
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-34/+34
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba1-1/+1
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-7/+7
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-3/+1
2013-11-11Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens1-2/+1
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-2/+3
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for inode cacheMiao Xie1-1/+2