index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Commit message (
Expand
)
Author
Age
*
btrfs: move checks for DUMMY_ROOT into a helper
David Sterba
2014-10-02
*
btrfs: don't go readonly on existing qgroup items
Mark Fasheh
2014-09-17
*
btrfs: add trace for qgroup accounting
Mark Fasheh
2014-09-17
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
*
Btrfs: fix task hang under heavy compressed write
Liu Bo
2014-08-24
*
btrfs: fix leak in qgroup_subtree_accounting() error path
Eric Sandeen
2014-08-21
*
btrfs: correctly handle return from ulist_add
Mark Fasheh
2014-08-15
*
btrfs: qgroup: account shared subtrees during snapshot delete
Mark Fasheh
2014-08-15
*
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
2014-06-13
*
Btrfs: free tmp ulist for qgroup rescan
Josef Bacik
2014-06-09
*
Btrfs: add sanity tests for new qgroup accounting code
Josef Bacik
2014-06-09
*
Btrfs: rework qgroup accounting
Josef Bacik
2014-06-09
*
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
2014-03-10
*
btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.
Qu Wenruo
2014-03-10
*
Btrfs: fix qgroup rescan to work with skinny metadata
Josef Bacik
2014-01-28
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
*
btrfs: fix unused variables in qgroup.c
Valentina Giusti
2014-01-28
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
*
Btrfs: remove reduplicate check when disabling quota
Wang Shilong
2013-09-01
*
Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix comments
Wang Shilong
2013-09-01
*
Btrfs: fix oops when writing dirty qgroups to disk
Wang Shilong
2013-09-01
*
Btrfs: set qgroup_ulist to be null after calling ulist_free()
Wang Shilong
2013-09-01
*
Btrfs: fix qgroup rescan resume on mount
Jan Schmidt
2013-06-14
*
Btrfs: avoid double free of fs_info->qgroup_ulist
Jan Schmidt
2013-06-14
*
Btrfs: fix memory patcher through fs_info->qgroup_ulist
Jan Schmidt
2013-06-14
*
Btrfs: add ioctl to wait for qgroup rescan completion
Jan Schmidt
2013-06-14
*
Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist
Wang Shilong
2013-06-14
*
Btrfs: automatic rescan after "quota enable" command
Jan Schmidt
2013-05-06
*
Btrfs: rescan for qgroups
Jan Schmidt
2013-05-06
*
Btrfs: split btrfs_qgroup_account_ref into four functions
Jan Schmidt
2013-05-06
*
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
Jan Schmidt
2013-05-06
*
Btrfs: add all ioctl checks before user change for quota operations
Wang Shilong
2013-05-06
*
Btrfs: fix missing check about ulist_add() in qgroup.c
Wang Shilong
2013-05-06
*
Btrfs: fix confusing edquot happening case
Wang Shilong
2013-05-06
*
Btrfs: fix a warning when updating qgroup limit
Wang Shilong
2013-05-06
*
Btrfs: fix missing check in the btrfs_qgroup_inherit()
Wang Shilong
2013-05-06
*
Btrfs: fix missing check before creating a qgroup relation
Wang Shilong
2013-05-06
*
Btrfs: remove some unnecessary spin_lock usages
Wang Shilong
2013-05-06
*
Btrfs: introduce a mutex lock for btrfs quota operations
Wang Shilong
2013-05-06
*
Btrfs: creating the subvolume qgroup automatically when enabling quota
Wang Shilong
2013-05-06
*
Btrfs: fix a warning when disabling quota
Wang Shilong
2013-05-06
*
Btrfs: fix double free in the btrfs_qgroup_account_ref()
Wang Shilong
2013-03-28
*
Btrfs: return as soon as possible when edquot happens
Wang Shilong
2013-03-14
*
Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...
Wang Shilong
2013-03-01
*
Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path fails
Wang Shilong
2013-03-01
*
Btrfs: fix missing deleted items in btrfs_clean_quota_tree
Wang Shilong
2013-03-01
*
Btrfs: fix missing check before disabling quota
Wang Shilong
2013-02-20
*
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
Filipe Brandenburger
2013-02-20
*
Btrfs: prevent qgroup destroy when there are still relations
Arne Jansen
2013-01-21
*
Btrfs: ignore orphan qgroup relations
Arne Jansen
2013-01-21
[next]