aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/qgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-64/+38
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba1-4/+7
2017-04-18btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepointQu Wenruo1-5/+5
2017-04-18btrfs: qgroup: Add trace point for qgroup reserved spaceQu Wenruo1-44/+8
2017-04-18btrfs: qgroups: Retry after commit on getting EDQUOTGoldwyn Rodrigues1-1/+23
2017-04-18btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski1-2/+2
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-12/+0
2017-03-29btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues1-5/+5
2017-02-17btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo1-4/+29
2017-02-17btrfs: remove unused parameter from adjust_slots_upwardsDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-1/+1
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba1-4/+4
2017-02-17btrfs: remove pointless rcu protection from btrfs_qgroup_inheritDavid Sterba1-2/+0
2017-02-17btrfs: qgroups: opencode qgroup_free helperDavid Sterba1-9/+9
2017-02-17btrfs: check quota status earlier and don't do unnecessary freesDavid Sterba1-2/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba1-15/+9
2017-02-17btrfs: qgroups: make __del_qgroup_relation staticDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relationDavid Sterba1-2/+2
2017-02-17btrfs: use GFP_KERNEL in btrfs_quota_enableDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in btrfs_read_qgroup_configDavid Sterba1-1/+1
2017-02-14btrfs: allow unlink to exceed subvolume quotaJeff Mahoney1-14/+19
2017-02-14btrfs: Add WARN_ON for qgroup reserved underflowQu Wenruo1-5/+26
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-4/+1
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-4/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-8/+6
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-18/+24
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-5/+5
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo1-0/+213
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo1-4/+4
2016-11-30btrfs: rename helper macros for qgroup and aux data castsDavid Sterba1-14/+21
2016-11-25Btrfs: fix qgroup rescan worker initializationFilipe Manana1-4/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-5/+6
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-6/+5
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-25/+30
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo1-6/+35
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-3/+9
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney1-1/+8
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney1-1/+1
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-2/+2
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney1-9/+10
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-8/+8
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba1-2/+1
2016-04-29btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba1-3/+2
2016-04-04btrfs: Add qgroup tracingMark Fasheh1-0/+9
2016-04-04btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh1-22/+32
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh1-0/+2
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard1-1/+2
2015-11-05Btrfs: fix sleeping inside atomic context in qgroup rescan workerFilipe Manana1-1/+0
2015-11-05Btrfs: fix race waiting for qgroup rescan workerFilipe Manana1-2/+1
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard1-3/+6