Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9393996761e23280f259d706133c8f0cd139fd58
/
fs
/
btrfs
/
qgroup.c
9c8b35b
btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations.
by Qu Wenruo
· 10 years ago
8ea0ec9
btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.
by Dongsheng Yang
· 10 years ago
53b7cde
btrfs: Update btrfs qgroup status item when rescan is done.
by Qu Wenruo
· 10 years ago
3393168
btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.
by Qu Wenruo
· 10 years ago
8465ece
btrfs: Check qgroup level in kernel qgroup assign.
by Qu Wenruo
· 10 years ago
f5a6b1c
btrfs: qgroup: allow to remove qgroup which has parent but no child.
by Dongsheng Yang
· 10 years ago
09870d2
btrfs: qgroup: return EINVAL if level of parent is not higher than child's.
by Dongsheng Yang
· 10 years ago
e2d1f92
btrfs: qgroup: do a reservation in a higher level.
by Dongsheng Yang
· 10 years ago
3119321
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
by Dongsheng Yang
· 10 years ago
4087cf2
Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().
by Dongsheng Yang
· 10 years ago
03477d9
btrfs: qgroup: fix limit args override whole limit struct
by Dongsheng Yang
· 10 years ago
d3001ed
btrfs: qgroup: update limit info in function btrfs_run_qgroups().
by Dongsheng Yang
· 10 years ago
1510e71
btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().
by Dongsheng Yang
· 10 years ago
e8c8541
btrfs: qgroup: update qgroup in memory at the same time when we update it in btree.
by Dongsheng Yang
· 10 years ago
3eeb4d5
btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.
by Dongsheng Yang
· 10 years ago
bf69196
Btrfs: change the insertion criteria for the qgroup operations rbtree
by Filipe Manana
· 10 years ago
fc4c3c8
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
by Chris Mason
· 10 years ago
9deed22
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
by Chris Mason
· 10 years ago
48da5f0
Btrfs: fix comp_oper to get right order
by Liu Bo
· 10 years ago
3284da7
btrfs: use explicit initializer for seq_elem
by David Sterba
· 10 years ago
01d5847
Btrfs: disk-io: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
0ee13fe
btrfs: qgroup: move WARN_ON() to the correct location.
by Yang Dongsheng
· 10 years ago
fccb84c
btrfs: move checks for DUMMY_ROOT into a helper
by David Sterba
· 10 years ago
0b4699d
btrfs: don't go readonly on existing qgroup items
by Mark Fasheh
· 10 years ago
d398210
btrfs: add trace for qgroup accounting
by Mark Fasheh
· 10 years ago
707e8a0
btrfs: use nodesize everywhere, kill leafsize
by David Sterba
· 10 years ago
9e0af23
Btrfs: fix task hang under heavy compressed write
by Liu Bo
· 10 years ago
a3c1089
btrfs: fix leak in qgroup_subtree_accounting() error path
by Eric Sandeen
· 10 years ago
f90e579
btrfs: correctly handle return from ulist_add
by Mark Fasheh
· 10 years ago
1152651
btrfs: qgroup: account shared subtrees during snapshot delete
by Mark Fasheh
· 10 years ago
d737278
btrfs: free ulist in qgroup_shared_accounting() error path
by Eric Sandeen
· 10 years ago
2a10840
Btrfs: free tmp ulist for qgroup rescan
by Josef Bacik
· 11 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 11 years ago
fcebe45
Btrfs: rework qgroup accounting
by Josef Bacik
· 11 years ago
d458b05
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
by Qu Wenruo
· 11 years ago
fc97fab
btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
3a6d75e
Btrfs: fix qgroup rescan to work with skinny metadata
by Josef Bacik
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
a3df41e
btrfs: fix unused variables in qgroup.c
by Valentina Giusti
· 11 years ago
c1c9ff7
Btrfs: Remove superfluous casts from u64 to unsigned long long
by Geert Uytterhoeven
· 11 years ago
b006b2e
Btrfs: remove reduplicate check when disabling quota
by Wang Shilong
· 11 years ago
e685da1
Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix comments
by Wang Shilong
· 11 years ago
4082bd3
Btrfs: fix oops when writing dirty qgroups to disk
by Wang Shilong
· 11 years ago
1e7bac1
Btrfs: set qgroup_ulist to be null after calling ulist_free()
by Wang Shilong
· 11 years ago
b382a32
Btrfs: fix qgroup rescan resume on mount
by Jan Schmidt
· 11 years ago
eb1716a
Btrfs: avoid double free of fs_info->qgroup_ulist
by Jan Schmidt
· 11 years ago
4373519
Btrfs: fix memory patcher through fs_info->qgroup_ulist
by Jan Schmidt
· 11 years ago
57254b6e
Btrfs: add ioctl to wait for qgroup rescan completion
by Jan Schmidt
· 12 years ago
1e8f915
Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist
by Wang Shilong
· 12 years ago
3d7b5a2
Btrfs: automatic rescan after "quota enable" command
by Jan Schmidt
· 12 years ago
2f23203
Btrfs: rescan for qgroups
by Jan Schmidt
· 12 years ago
46b665c
Btrfs: split btrfs_qgroup_account_ref into four functions
by Jan Schmidt
· 12 years ago
fc36ed7e
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
by Jan Schmidt
· 12 years ago
534e662
Btrfs: add all ioctl checks before user change for quota operations
by Wang Shilong
· 12 years ago
3c97185
Btrfs: fix missing check about ulist_add() in qgroup.c
by Wang Shilong
· 12 years ago
b4fcd6b
Btrfs: fix confusing edquot happening case
by Wang Shilong
· 12 years ago
ddb47af
Btrfs: fix a warning when updating qgroup limit
by Wang Shilong
· 12 years ago
3f5e2d3
Btrfs: fix missing check in the btrfs_qgroup_inherit()
by Wang Shilong
· 12 years ago
b7fef4f
Btrfs: fix missing check before creating a qgroup relation
by Wang Shilong
· 12 years ago
58400fc
Btrfs: remove some unnecessary spin_lock usages
by Wang Shilong
· 12 years ago
f2f6ed3
Btrfs: introduce a mutex lock for btrfs quota operations
by Wang Shilong
· 12 years ago
7708f02
Btrfs: creating the subvolume qgroup automatically when enabling quota
by Wang Shilong
· 12 years ago
c9a9dbf
Btrfs: fix a warning when disabling quota
by Wang Shilong
· 12 years ago
a797502
Btrfs: fix double free in the btrfs_qgroup_account_ref()
by Wang Shilong
· 12 years ago
720f1e2
Btrfs: return as soon as possible when edquot happens
by Wang Shilong
· 12 years ago
235fdb8
Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_tree
by Wang Shilong
· 12 years ago
84cbe2f
Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path fails
by Wang Shilong
· 12 years ago
06b3a86
Btrfs: fix missing deleted items in btrfs_clean_quota_tree
by Wang Shilong
· 12 years ago
683cebd
Btrfs: fix missing check before disabling quota
by Wang Shilong
· 12 years ago
55e301f
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
by Filipe Brandenburger
· 12 years ago
2cf6870
Btrfs: prevent qgroup destroy when there are still relations
by Arne Jansen
· 12 years ago
ff24858
Btrfs: ignore orphan qgroup relations
by Arne Jansen
· 12 years ago
5b7ff5b
Btrfs: fix memory leak in btrfs_quota_enable()
by Tsutomu Itoh
· 12 years ago
3d6b5c3
Btrfs: check return value of ulist_alloc() properly
by Tsutomu Itoh
· 12 years ago
995e01b
Btrfs: fix gcc warnings for 32bit compiles
by Jan Schmidt
· 12 years ago
34d73f5
Btrfs: make aux field of ulist 64 bit
by Alexander Block
· 12 years ago
f3a87f1
Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"
by Chris Mason
· 12 years ago
57a5a88
Btrfs: checking for NULL instead of IS_ERR
by Dan Carpenter
· 12 years ago
5986802
Btrfs: fix some error codes in btrfs_qgroup_inherit()
by Dan Carpenter
· 12 years ago
bed92ea
Btrfs: qgroup implementation and prototypes
by Arne Jansen
· 12 years ago