index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf
Qu Wenruo
2018-06-28
1
-1
/
+3
*
btrfs: qgroup: show more meaningful qgroup_rescan_init error message
Qu Wenruo
2018-05-30
1
-15
/
+18
*
btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
Qu Wenruo
2018-05-28
1
-0
/
+19
*
btrfs: qgroup: Search commit root for rescan to avoid missing extent
Qu Wenruo
2018-05-28
1
-3
/
+6
*
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid
Qu Wenruo
2018-05-28
1
-2
/
+2
*
btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value
Qu Wenruo
2018-05-28
1
-2
/
+2
*
btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
Qu Wenruo
2018-04-18
1
-2
/
+41
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: use lockdep_assert_held for spinlocks
David Sterba
2018-03-31
1
-1
/
+1
*
btrfs: Validate child tree block's level and first key
Qu Wenruo
2018-03-31
1
-2
/
+5
*
btrfs: use helper to set ulist aux from a qgroup
David Sterba
2018-03-31
1
-6
/
+6
*
Revert "btrfs: qgroups: Retry after commit on getting EDQUOT"
Qu Wenruo
2018-03-31
1
-23
/
+0
*
btrfs: qgroup: Update trace events for metadata reservation
Qu Wenruo
2018-03-31
1
-3
/
+4
*
btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space
Qu Wenruo
2018-03-31
1
-4
/
+62
*
btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS
Qu Wenruo
2018-03-31
1
-0
/
+56
*
btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup
Qu Wenruo
2018-03-31
1
-9
/
+24
*
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
Qu Wenruo
2018-03-31
1
-10
/
+12
*
btrfs: qgroup: Cleanup the remaining old reservation counters
Qu Wenruo
2018-03-31
1
-13
/
+0
*
btrfs: qgroup: Update trace events to use new separate rsv types
Qu Wenruo
2018-03-31
1
-15
/
+21
*
btrfs: qgroup: Fix wrong qgroup reservation update for relationship modification
Qu Wenruo
2018-03-31
1
-21
/
+23
*
btrfs: qgroup: Make qgroup_reserve and its callers to use separate reservatio...
Qu Wenruo
2018-03-31
1
-11
/
+9
*
btrfs: qgroup: Introduce helpers to update and access new qgroup rsv
Qu Wenruo
2018-03-31
1
-0
/
+68
*
btrfs: qgroup: Skeleton to support separate qgroup reservation type
Qu Wenruo
2018-03-31
1
-6
/
+10
*
btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents
Nikolay Borisov
2018-03-31
1
-2
/
+2
*
btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
Nikolay Borisov
2018-03-26
1
-25
/
+10
*
btrfs: Ignore errors from btrfs_qgroup_trace_extent_post
Nikolay Borisov
2018-02-02
1
-2
/
+7
*
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
2018-01-22
1
-2
/
+1
*
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
2017-11-01
1
-4
/
+4
*
btrfs: Report error on removing qgroup if del_qgroup_item fails
Sargun Dhillon
2017-09-26
1
-0
/
+2
*
btrfs: remove BTRFS_FS_QUOTA_DISABLING flag
Misono, Tomohiro
2017-09-26
1
-4
/
+0
*
btrfs: pass fs_info to btrfs_del_root instead of tree_root
Jeff Mahoney
2017-08-21
1
-2
/
+1
*
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
2017-08-16
1
-1
/
+1
*
btrfs: qgroups: Fix BUG_ON condition in tree level check
Nikolay Borisov
2017-08-16
1
-1
/
+1
*
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
2017-06-29
1
-1
/
+1
*
btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...
Qu Wenruo
2017-06-29
1
-5
/
+67
*
btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
Qu Wenruo
2017-06-29
1
-18
/
+33
*
btrfs: qgroup: Return actually freed bytes for qgroup release or free data
Qu Wenruo
2017-06-29
1
-0
/
+1
*
btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function
Qu Wenruo
2017-06-29
1
-33
/
+17
*
btrfs: qgroup: Add quick exit for non-fs extents
Qu Wenruo
2017-06-29
1
-2
/
+41
*
btrfs: add cond_resched to btrfs_qgroup_trace_leaf_items
Jeff Mahoney
2017-06-21
1
-0
/
+1
*
btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE
Sargun Dhillon
2017-06-19
1
-0
/
+5
*
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-10
1
-64
/
+38
|
\
|
*
btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space...
Qu Wenruo
2017-04-18
1
-5
/
+5
|
*
btrfs: qgroup: Add trace point for qgroup reserved space
Qu Wenruo
2017-04-18
1
-44
/
+8
|
*
btrfs: qgroups: Retry after commit on getting EDQUOT
Goldwyn Rodrigues
2017-04-18
1
-1
/
+23
|
*
btrfs: replace hardcoded value with SEQ_LAST macro
Edmund Nadolski
2017-04-18
1
-2
/
+2
|
*
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
2017-04-18
1
-12
/
+0
*
|
btrfs: qgroup: move noisy underflow warning to debugging build
David Sterba
2017-04-19
1
-4
/
+7
|
/
*
btrfs: Change qgroup_meta_rsv to 64bit
Goldwyn Rodrigues
2017-03-29
1
-5
/
+5
*
btrfs: qgroup: Move half of the qgroup accounting time out of commit trans
Qu Wenruo
2017-02-17
1
-4
/
+29
[prev]
[next]