index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_btree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
Dave Chinner
2014-06-10
1
-10
/
+2
|
\
|
*
xfs: kill xfs_buf_geterror()
Dave Chinner
2014-06-06
1
-10
/
+2
*
|
Merge branch 'xfs-free-inode-btree' into for-next
Dave Chinner
2014-05-15
1
-2
/
+4
|
\
\
|
*
|
xfs: support the XFS_BTNUM_FINOBT free inode btree type
Brian Foster
2014-04-24
1
-2
/
+4
|
|
/
*
|
xfs: remove unused length arg from alloc_block ops
Eric Sandeen
2014-04-14
1
-3
/
+3
*
|
xfs: remove unused level arg from xfs_btree_read_buf_block()
Eric Sandeen
2014-04-14
1
-19
/
+13
|
/
*
xfs: add helper for updating checksums on xfs_bufs
Eric Sandeen
2014-02-27
1
-4
/
+2
*
xfs: add helper for verifying checksums on xfs_bufs
Eric Sandeen
2014-02-27
1
-4
/
+4
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-4
/
+1
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-2
/
+3
*
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-23
1
-1
/
+1
*
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
1
-12
/
+20
*
xfs: swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
1
-18
/
+144
*
xfs: btree block LSN escaping to disk uninitialised
Dave Chinner
2013-08-30
1
-0
/
+2
*
xfs: fix the comment of xfs_btree_get_iroot()
Zhi Yong Wu
2013-08-20
1
-1
/
+1
*
xfs: remove one blank line in xfs_btree_make_block_unfull()
Zhi Yong Wu
2013-08-20
1
-1
/
+0
*
xfs: fix the comment of xfs_btree_lookup()
Zhi Yong Wu
2013-08-20
1
-1
/
+1
*
xfs: ensure btree root split sets blkno correctly
Dave Chinner
2013-06-14
1
-0
/
+10
*
xfs: buffer type overruns blf_flags field
Dave Chinner
2013-04-27
1
-4
/
+4
*
xfs: add support for large btree blocks
Christoph Hellwig
2013-04-21
1
-45
/
+211
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-13
/
+13
*
xfs: connect up write verifiers to new buffers
Dave Chinner
2012-11-15
1
-0
/
+1
*
xfs: verify btree blocks as they are read from disk
Dave Chinner
2012-11-15
1
-32
/
+34
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-9
/
+12
*
xfs: use btree block initialisation functions in growfs
Dave Chinner
2012-11-13
1
-9
/
+24
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
Christoph Hellwig
2011-10-11
1
-4
/
+4
*
xfs: Check the return value of xfs_trans_get_buf()
Chandra Seetharaman
2011-10-11
1
-1
/
+2
*
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
2011-07-25
1
-11
/
+6
*
xfs: remove leftovers of the old btree tracing code
Christoph Hellwig
2011-07-13
1
-1
/
+0
*
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-07-08
1
-14
/
+14
*
xfs: connect up buffer reclaim priority hooks
Dave Chinner
2010-12-02
1
-5
/
+4
*
xfs: remove xfs_buf wrappers
Christoph Hellwig
2010-10-18
1
-2
/
+2
*
xfs: remove the ->kill_root btree operation
Christoph Hellwig
2010-10-18
1
-9
/
+43
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-4
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: remove duplicate buffer flags
Christoph Hellwig
2010-01-21
1
-2
/
+2
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-2
/
+3
*
xfs: add more statics & drop some unused functions
Eric Sandeen
2009-08-31
1
-41
/
+1
*
use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock
Eric Sandeen
2009-08-12
1
-2
/
+2
*
xfs: fix various typos
Malcolm Parsons
2009-03-29
1
-2
/
+2
*
Long btree pointers are still 64 bit on disk
Dave Chinner
2009-01-21
1
-5
/
+5
*
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
2009-01-16
1
-3
/
+3
*
[XFS] fix compile of xfs_btree_readahead_lblock on m68k
Christoph Hellwig
2009-01-09
1
-2
/
+2
*
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
2008-10-30
1
-41
/
+40
*
[XFS] Make xfs_btree_check_ptr() debug-only code.
Lachlan McIlroy
2008-10-30
1
-0
/
+2
*
[XFS] mark various functions in xfs_btree.c static
Christoph Hellwig
2008-10-30
1
-11
/
+11
*
[XFS] add keys_inorder and recs_inorder btree methods
Christoph Hellwig
2008-10-30
1
-134
/
+16
*
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
Christoph Hellwig
2008-10-30
1
-2
/
+2
*
[XFS] implement generic xfs_btree_get_rec
Christoph Hellwig
2008-10-30
1
-0
/
+41
[next]