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
/
xfs
/
xfs_bmap_btree.c
Commit message (
Expand
)
Author
Age
*
xfs: fix static and extern sparse warnings
Dave Chinner
2013-10-30
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
*
xfs: = vs == typo in ASSERT()
Dan Carpenter
2013-09-12
*
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
*
xfs: swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
*
xfs: minor cleanups
Dave Chinner
2013-08-12
*
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-08-12
*
xfs: introduce CONFIG_XFS_WARN
Dave Chinner
2013-05-07
*
xfs: add support for large btree blocks
Christoph Hellwig
2013-04-21
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
*
xfs: connect up write verifiers to new buffers
Dave Chinner
2012-11-15
*
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
2012-11-15
*
xfs: verify btree blocks as they are read from disk
Dave Chinner
2012-11-15
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
*
xfs: remove leftovers of the old btree tracing code
Christoph Hellwig
2011-07-13
*
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-07-08
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
*
xfs: make several more functions static
Eric Sandeen
2010-01-15
*
xfs: event tracing support
Christoph Hellwig
2009-12-15
*
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
2009-12-11
*
xfs: add more statics & drop some unused functions
Eric Sandeen
2009-08-31
*
xfs: kill xfs_qmops
Christoph Hellwig
2009-06-08
*
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
2009-01-16
*
[XFS] Remove macro-to-function indirections in the mask code
Eric Sandeen
2009-01-08
*
[XFS] handle unaligned data in xfs_bmbt_disk_get_all
Christoph Hellwig
2008-12-22
*
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
2008-10-30
*
[XFS] cleanup btree record / key / ptr addressing macros.
Christoph Hellwig
2008-10-30
*
[XFS] Cleanup maxrecs calculation.
Christoph Hellwig
2008-10-30
*
[XFS] add keys_inorder and recs_inorder btree methods
Christoph Hellwig
2008-10-30
*
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_delete/delrec
Christoph Hellwig
2008-10-30
*
[XFS] move xfs_bmbt_killroot to common code
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_insert/insrec
Christoph Hellwig
2008-10-30
*
[XFS] move xfs_bmbt_newroot to common code
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_split
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_lshift
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_rshift
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_update
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_updkey
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_lookup
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_decrement
Christoph Hellwig
2008-10-30
*
[XFS] implement generic xfs_btree_increment
Christoph Hellwig
2008-10-30
*
[XFS] add helpers for addressing entities inside a btree block
Christoph Hellwig
2008-10-30
*
[XFS] add get_maxrecs btree operation
Christoph Hellwig
2008-10-30
*
[XFS] make btree tracing generic
Christoph Hellwig
2008-10-30
*
[XFS] refactor xfs_btree_readahead
Christoph Hellwig
2008-10-30
*
[XFS] add a long pointers flag to xfs_btree_cur
Christoph Hellwig
2008-10-30
*
[XFS] make btree root in inode support generic
Christoph Hellwig
2008-10-30
[next]