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
/
backref.c
Commit message (
Expand
)
Author
Age
*
Btrfs: remove transaction from send
Josef Bacik
2014-04-06
*
Btrfs: take into account total references when doing backref lookup
Josef Bacik
2014-03-21
*
Btrfs: skip locking when searching commit root
Wang Shilong
2014-03-10
*
Btrfs: switch to btrfs_previous_extent_item()
Wang Shilong
2014-03-10
*
Btrfs: only add roots if necessary in find_parent_nodes()
Wang Shilong
2014-03-10
*
Btrfs: fix memory leaks on walking backrefs failure
Wang Shilong
2014-01-29
*
Btrfs: add a reschedule point in btrfs_find_all_roots()
Wang Shilong
2014-01-29
*
Btrfs: fix to catch all errors when resolving indirect ref
Wang Shilong
2014-01-29
*
Btrfs: fix protection between walking backrefs and root deletion
Wang Shilong
2014-01-29
*
Btrfs: only process as many file extents as there are refs
Josef Bacik
2014-01-28
*
Btrfs: fix extent_from_logical to deal with skinny metadata
Josef Bacik
2014-01-28
*
Btrfs: attach delayed ref updates to delayed ref heads
Josef Bacik
2014-01-28
*
Btrfs: fix deadlock when iterating inode refs and running delayed inodes
Filipe David Borba Manana
2014-01-28
*
btrfs: bootstrap generic btrfs_find_item interface
Kelley Nielsen
2014-01-28
*
btrfs: replace path->slots[0] with otherwise unused variable 'slot'
Valentina Giusti
2014-01-28
*
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
2013-11-11
*
Btrfs: fix a crash when running balance and defrag concurrently
Liu Bo
2013-11-11
*
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
2013-11-11
*
Btrfs: allocate prelim_ref with a slab allocater
Wang Shilong
2013-09-01
*
Btrfs: pass gfp_t to __add_prelim_ref() to avoid always using GFP_ATOMIC
Wang Shilong
2013-09-01
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
*
Btrfs: get rid of sparse warnings
Stefan Behrens
2013-09-01
*
Btrfs: fix possible memory leak in find_parent_nodes()
Wang Shilong
2013-09-01
*
Btrfs: add missing error check to find_parent_nodes
Filipe David Borba Manana
2013-09-01
*
Btrfs: make sure the backref walker catches all refs to our extent
Josef Bacik
2013-08-09
*
Btrfs: fix backref walking when we hit a compressed extent
Josef Bacik
2013-08-09
*
Btrfs: make backref walking code handle skinny metadata
Josef Bacik
2013-07-02
*
Btrfs: cleanup backref search commit root flag stuff
Josef Bacik
2013-07-01
*
Btrfs: fix possible memory leak in the find_parent_nodes()
Wang Shilong
2013-05-17
*
btrfs: make static code static & remove dead code
Eric Sandeen
2013-05-06
*
Btrfs: fix all callers of read_tree_block
Josef Bacik
2013-05-06
*
Btrfs: remove unused variable in the iterate_extent_inodes()
Wang Shilong
2013-05-06
*
Btrfs: do not continue if out of memory happens
Wang Shilong
2013-05-06
*
Btrfs: make __merge_refs() return type be void
Wang Shilong
2013-05-06
*
Btrfs: remove some BUG_ONs() when walking backref tree
Wang Shilong
2013-05-06
*
Btrfs: fix double free in the iterate_extent_inodes()
Wang Shilong
2013-05-06
*
Btrfs: kill some BUG_ONs() in the find_parent_nodes()
Wang Shilong
2013-05-06
*
Btrfs: fix backref walking race with tree deletions
Jan Schmidt
2013-02-26
*
Btrfs: merge inode_list in __merge_refs
Alexander Block
2012-12-12
*
fs/btrfs: drop if around WARN_ON
Julia Lawall
2012-12-12
*
Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstable
Chris Mason
2012-10-25
|
\
|
*
Btrfs: determine level of old roots
Jan Schmidt
2012-10-24
*
|
Btrfs: extended inode refs support for send mechanism
Jan Schmidt
2012-10-25
*
|
Fix a sign bug causing invalid memory access in the ino_paths ioctl.
Gabriel de Perthuis
2012-10-25
|
/
*
btrfs: extended inode ref iteration
Mark Fasheh
2012-10-09
*
btrfs: extended inode refs
Mark Fasheh
2012-10-09
*
Btrfs: use larger limit for translation of logical to inode
Liu Bo
2012-10-01
*
Btrfs: fix a bug in parsing return value in logical resolve
Liu Bo
2012-10-01
*
Btrfs: fix gcc warnings for 32bit compiles
Jan Schmidt
2012-10-01
*
Btrfs: make aux field of ulist 64 bit
Alexander Block
2012-10-01
[next]