aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode-map.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-1/+0
2018-08-06btrfs: Refactor count handling in btrfs_unpin_free_inoGravatar Geert Uytterhoeven 1-7/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocGravatar Qu Wenruo 1-2/+2
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 1-1/+2
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-1/+3
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-1/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-10/+10
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 1-1/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-14/+17
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyGravatar Wang Xiaoguang 1-2/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-2/+2
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-6/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-5/+5
2016-03-11Btrfs: Show a warning message if one of objectid reaches its highest valueGravatar Satoru Takeuchi 1-0/+3
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-8/+1
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Gravatar Chandan Rajendra 1-8/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaGravatar David Sterba 1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersGravatar David Sterba 1-2/+2
2016-01-07Btrfs: use linux/sizes.h to represent constantsGravatar Byongho Lee 1-1/+1
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesGravatar Qu Wenruo 1-3/+3
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseGravatar Qu Wenruo 1-3/+3
2015-06-30Btrfs: fix race between caching kthread and returning inode to inode cacheGravatar Filipe Manana 1-4/+11
2015-06-30Btrfs: use kmem_cache_free when freeing entry in inode cacheGravatar Filipe Manana 1-1/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitGravatar Chris Mason 1-1/+1
2014-12-02Btrfs: fix race between writing free space cache and trimmingGravatar Filipe Manana 1-0/+2
2014-11-12btrfs: switch inode_cache option handling to pending changesGravatar David Sterba 1-1/+1
2014-09-17btrfs: cleanup ino cache members of btrfs_rootGravatar David Sterba 1-34/+34
2014-06-09btrfs: remove newline from inode cache kthread nameGravatar David Sterba 1-1/+1
2014-04-24Btrfs: fix inode caching vs tree logGravatar Miao Xie 1-16/+2
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskGravatar Wang Shilong 1-1/+5
2014-04-06Btrfs: remove transaction from sendGravatar Josef Bacik 1-7/+7
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-3/+1
2013-11-11Btrfs: Don't allocate inode that is already in useGravatar Stefan Behrens 1-1/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheGravatar Filipe David Borba Manana 1-1/+1
2013-11-11Btrfs: remove duplicated ino cache's inode lookupGravatar Filipe David Borba Manana 1-1/+1
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Gravatar Stefan Behrens 1-2/+1
2013-05-17Btrfs: don't use global block reservation for inode cache truncationGravatar Miao Xie 1-2/+3
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for in...Gravatar Miao Xie 1-1/+2
2012-12-11Btrfs: improve the noflush reservationGravatar Miao Xie 1-2/+3
2012-03-29Btrfs: show useful info in space reservation tracepointGravatar Liu Bo 1-4/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-7/+12
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsGravatar Chris Mason 1-2/+4
2012-01-16Btrfs: space leak tracepointsGravatar Josef Bacik 1-0/+4
2011-11-10Btrfs: fix no reserved space for writing out inode cacheGravatar Miao Xie 1-4/+24
2011-10-19Btrfs: handle enospc accounting for free space inodesGravatar Josef Bacik 1-2/+4
2011-06-04btrfs: add helper for fs_info->closingGravatar David Sterba 1-2/+1