index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: fix task hang under heavy compressed write
Liu Bo
2014-08-24
1
-0
/
+1
*
btrfs: fix leak in qgroup_subtree_accounting() error path
Eric Sandeen
2014-08-21
1
-1
/
+1
*
btrfs: correctly handle return from ulist_add
Mark Fasheh
2014-08-15
1
-4
/
+9
*
btrfs: qgroup: account shared subtrees during snapshot delete
Mark Fasheh
2014-08-15
1
-0
/
+164
*
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
2014-06-13
1
-1
/
+3
*
Btrfs: free tmp ulist for qgroup rescan
Josef Bacik
2014-06-09
1
-0
/
+1
*
Btrfs: add sanity tests for new qgroup accounting code
Josef Bacik
2014-06-09
1
-0
/
+23
*
Btrfs: rework qgroup accounting
Josef Bacik
2014-06-09
1
-243
/
+672
*
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
2014-03-10
1
-1
/
+1
*
btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-8
/
+9
*
Btrfs: fix qgroup rescan to work with skinny metadata
Josef Bacik
2014-01-28
1
-5
/
+13
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-13
/
+15
*
btrfs: fix unused variables in qgroup.c
Valentina Giusti
2014-01-28
1
-9
/
+2
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
1
-6
/
+4
*
Btrfs: remove reduplicate check when disabling quota
Wang Shilong
2013-09-01
1
-5
/
+0
*
Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix comments
Wang Shilong
2013-09-01
1
-3
/
+6
*
Btrfs: fix oops when writing dirty qgroups to disk
Wang Shilong
2013-09-01
1
-28
/
+13
*
Btrfs: set qgroup_ulist to be null after calling ulist_free()
Wang Shilong
2013-09-01
1
-0
/
+6
*
Btrfs: fix qgroup rescan resume on mount
Jan Schmidt
2013-06-14
1
-69
/
+121
*
Btrfs: avoid double free of fs_info->qgroup_ulist
Jan Schmidt
2013-06-14
1
-2
/
+6
*
Btrfs: fix memory patcher through fs_info->qgroup_ulist
Jan Schmidt
2013-06-14
1
-1
/
+1
*
Btrfs: add ioctl to wait for qgroup rescan completion
Jan Schmidt
2013-06-14
1
-0
/
+21
*
Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist
Wang Shilong
2013-06-14
1
-34
/
+36
*
Btrfs: automatic rescan after "quota enable" command
Jan Schmidt
2013-05-06
1
-0
/
+11
*
Btrfs: rescan for qgroups
Jan Schmidt
2013-05-06
1
-14
/
+304
*
Btrfs: split btrfs_qgroup_account_ref into four functions
Jan Schmidt
2013-05-06
1
-105
/
+148
*
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
Jan Schmidt
2013-05-06
1
-5
/
+8
*
Btrfs: add all ioctl checks before user change for quota operations
Wang Shilong
2013-05-06
1
-5
/
+41
*
Btrfs: fix missing check about ulist_add() in qgroup.c
Wang Shilong
2013-05-06
1
-18
/
+44
*
Btrfs: fix confusing edquot happening case
Wang Shilong
2013-05-06
1
-2
/
+2
*
Btrfs: fix a warning when updating qgroup limit
Wang Shilong
2013-05-06
1
-5
/
+5
*
Btrfs: fix missing check in the btrfs_qgroup_inherit()
Wang Shilong
2013-05-06
1
-0
/
+15
*
Btrfs: fix missing check before creating a qgroup relation
Wang Shilong
2013-05-06
1
-0
/
+8
*
Btrfs: remove some unnecessary spin_lock usages
Wang Shilong
2013-05-06
1
-21
/
+6
*
Btrfs: introduce a mutex lock for btrfs quota operations
Wang Shilong
2013-05-06
1
-25
/
+57
*
Btrfs: creating the subvolume qgroup automatically when enabling quota
Wang Shilong
2013-05-06
1
-0
/
+55
*
Btrfs: fix a warning when disabling quota
Wang Shilong
2013-05-06
1
-2
/
+0
*
Btrfs: fix double free in the btrfs_qgroup_account_ref()
Wang Shilong
2013-03-28
1
-2
/
+1
*
Btrfs: return as soon as possible when edquot happens
Wang Shilong
2013-03-14
1
-4
/
+6
*
Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...
Wang Shilong
2013-03-01
1
-3
/
+0
*
Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path fails
Wang Shilong
2013-03-01
1
-3
/
+9
*
Btrfs: fix missing deleted items in btrfs_clean_quota_tree
Wang Shilong
2013-03-01
1
-13
/
+21
*
Btrfs: fix missing check before disabling quota
Wang Shilong
2013-02-20
1
-0
/
+4
*
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
Filipe Brandenburger
2013-02-20
1
-1
/
+1
*
Btrfs: prevent qgroup destroy when there are still relations
Arne Jansen
2013-01-21
1
-1
/
+12
*
Btrfs: ignore orphan qgroup relations
Arne Jansen
2013-01-21
1
-0
/
+7
*
Btrfs: fix memory leak in btrfs_quota_enable()
Tsutomu Itoh
2012-10-25
1
-4
/
+13
*
Btrfs: check return value of ulist_alloc() properly
Tsutomu Itoh
2012-10-01
1
-0
/
+8
*
Btrfs: fix gcc warnings for 32bit compiles
Jan Schmidt
2012-10-01
1
-16
/
+16
*
Btrfs: make aux field of ulist 64 bit
Alexander Block
2012-10-01
1
-10
/
+10
[next]