index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.c
Age
Commit message (
Expand
)
Author
2023-01-24
btrfs: fix race between quota rescan and disable leading to NULL pointer deref
Filipe Manana
2022-12-08
btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()
ChenXiaoSong
2022-12-08
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...
Nikolay Borisov
2022-10-26
btrfs: fix race between quota enable and quota rescan ioctl
Filipe Manana
2022-03-08
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
2022-02-08
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
2022-01-27
btrfs: fix deadlock between quota enable and other quota operations
Filipe Manana
2021-03-30
btrfs: fix sleep while in non-sleep context during qgroup removal
Filipe Manana
2021-03-11
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2021-01-19
btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
Filipe Manana
2021-01-12
btrfs: qgroup: don't try to wait flushing if we're already holding a transaction
Qu Wenruo
2020-11-23
btrfs: fix lockdep splat when enabling and disabling qgroups
Filipe Manana
2020-11-23
btrfs: do nofs allocations when adding and removing qgroup relations
Filipe Manana
2020-11-23
btrfs: fix lockdep splat when reading qgroup config on mount
Filipe Manana
2020-11-13
btrfs: qgroup: don't commit transaction when we already hold the handle
Qu Wenruo
2020-11-05
btrfs: clean up NULL checks in qgroup_unreserve_range()
Dan Carpenter
2020-10-26
btrfs: drop the path before adding qgroup items when enabling qgroups
Josef Bacik
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
2020-07-27
btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...
Qu Wenruo
2020-07-27
btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
Qu Wenruo
2020-07-27
btrfs: qgroup: allow to unreserve range without releasing other ranges
Qu Wenruo
2020-07-27
btrfs: qgroup: export qgroups in sysfs
Qu Wenruo
2020-07-27
btrfs: use __u16 for the return value of btrfs_qgroup_level()
Qu Wenruo
2020-07-27
btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make btrfs_qgroup_reserve_data take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make btrfs_qgroup_free_data take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make __btrfs_qgroup_release_data take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: make qgroup_free_reserved_data take btrfs_inode
Nikolay Borisov
2020-07-27
btrfs: qgroup: catch reserved space leaks at unmount time
Qu Wenruo
2020-05-25
btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...
Qu Wenruo
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
2020-03-23
btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running
Qu Wenruo
2020-03-23
btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...
Qu Wenruo
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
2020-02-19
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
2020-01-20
btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled
Marcos Paulo de Souza
2020-01-20
btrfs: qgroup: remove one-time use variables for quota_root checks
Marcos Paulo de Souza
2020-01-08
btrfs: fix memory leak in qgroup accounting
Johannes Thumshirn
2019-12-13
btrfs: Fix error messages in qgroup_rescan_init
Nikolay Borisov
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
btrfs: opencode extent_buffer_get
David Sterba
2019-11-18
btrfs: get rid of unique workqueue helper functions
Omar Sandoval
2019-11-18
btrfs: get rid of unnecessary memset() of work item
Omar Sandoval
2019-10-17
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
2019-09-27
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
Qu Wenruo
2019-09-27
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
Qu Wenruo
2019-09-24
Btrfs: fix race setting up and completing qgroup rescan workers
Filipe Manana
2019-09-09
btrfs: qgroup: Try our best to delete qgroup relations
Qu Wenruo
[next]