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
/
backref.c
Age
Commit message (
Expand
)
Author
2019-07-30
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
2019-07-01
btrfs: fiemap: preallocate ulists for btrfs_check_shared
David Sterba
2019-04-29
Btrfs: do not start a transaction during fiemap
Filipe Manana
2019-04-29
Btrfs: do not start a transaction at iterate_extent_inodes()
Filipe Manana
2019-04-29
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-02-25
btrfs: honor path->skip_locking in backref code
Josef Bacik
2019-02-25
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_extrefs
Nikolay Borisov
2018-12-17
btrfs: Remove needless tree locking in iterate_inode_refs
Nikolay Borisov
2018-10-15
Btrfs: preftree: use rb_first_cached
Liu Bo
2018-10-15
Btrfs: delayed-refs: use rb_first_cached for ref_tree
Liu Bo
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-08-06
btrfs: backref: Use ERR_CAST to return error code
Misono Tomohiro
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-31
btrfs: Validate child tree block's level and first key
Qu Wenruo
2018-03-31
btrfs: Remove unused op_key var from add_delayed_refs
Nikolay Borisov
2018-03-26
btrfs: add more __cold annotations
David Sterba
2018-03-14
btrfs: add missing initialization in btrfs_check_shared
Edmund Nadolski
2018-02-02
btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
Zygo Blaxell
2018-01-22
btrfs: make function update_share_count static
Colin Ian King
2017-11-01
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
2017-11-01
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-08-21
Btrfs: convert to use btrfs_get_extent_inline_ref_type
Liu Bo
2017-08-16
btrfs: clean up extraneous computations in add_delayed_refs
Edmund Nadolski
2017-08-16
btrfs: allow backref search checks for shared extents
Edmund Nadolski
2017-08-16
btrfs: add cond_resched() calls when resolving backrefs
Edmund Nadolski
2017-08-16
btrfs: backref, add tracepoints for prelim_ref insertion and merging
Jeff Mahoney
2017-08-16
btrfs: add a node counter to each of the rbtrees
Jeff Mahoney
2017-08-16
btrfs: convert prelimary reference tracking to use rbtrees
Edmund Nadolski
2017-08-16
btrfs: remove ref_tree implementation from backref.c
Edmund Nadolski
2017-08-16
btrfs: btrfs_check_shared should manage its own transaction
Edmund Nadolski
2017-08-16
btrfs: backref, cleanup __ namespace abuse
Jeff Mahoney
2017-08-16
btrfs: backref, add unode_aux_to_inode_list helper
Jeff Mahoney
2017-08-16
btrfs: backref, constify some arguments
Jeff Mahoney
2017-06-19
btrfs: use GFP_KERNEL in init_ipath
David Sterba
2017-04-18
btrfs: replace hardcoded value with SEQ_LAST macro
Edmund Nadolski
2017-04-18
btrfs: provide enumeration for __merge_refs mode argument
Edmund Nadolski
2017-04-18
btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t
Elena Reshetova
2017-02-17
btrfs: remove unused parameter from __add_inline_refs
David Sterba
2017-02-14
Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head
Liu Bo
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-09-26
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
btrfs: fix check_shared for fiemap ioctl
Lu Fengqi
2016-08-25
btrfs: backref: Fix soft lockup in __merge_refs function
Qu Wenruo
[next]