index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ialloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: use xfs_icluster_size_fsb in xfs_imap
Jie Liu
2013-12-13
1
-2
/
+2
*
xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init
Jie Liu
2013-12-13
1
-15
/
+8
*
xfs: get rid of XFS_IALLOC_BLOCKS macros
Jie Liu
2013-12-13
1
-6
/
+6
*
xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
Jie Liu
2013-12-13
1
-5
/
+5
*
xfs: get rid of XFS_IALLOC_INODES macros
Jie Liu
2013-12-13
1
-6
/
+6
*
xfs: fix calculation of freed inode cluster blocks
Ben Myers
2013-12-11
1
-1
/
+1
*
xfs: add tracepoints to AGF/AGI read operations
Dave Chinner
2013-11-06
1
-1
/
+5
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-4
/
+2
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-3
/
+4
*
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-23
1
-1
/
+2
*
xfs: check correct status variable for xfs_inobt_get_rec() call
Brian Foster
2013-08-30
1
-1
/
+1
*
xfs: fix the comment of xfs_ialloc_ag_select()
Zhi Yong Wu
2013-08-20
1
-1
/
+1
*
xfs: fix issues that cause userspace warnings
Dave Chinner
2013-08-12
1
-1
/
+1
*
xfs: move unrelated definitions out of xfs_inode.h
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: Use inode create transaction
Dave Chinner
2013-06-27
1
-9
/
+23
*
xfs: Inode create item recovery
Dave Chinner
2013-06-27
1
-9
/
+28
*
xfs: Remove the left function variable from xfs_ialloc_get_rec()
Jie Liu
2013-06-26
1
-4
/
+3
*
xfs: buffer type overruns blf_flags field
Dave Chinner
2013-04-27
1
-1
/
+1
*
xfs: add version 3 inode format with CRCs
Christoph Hellwig
2013-04-21
1
-9
/
+41
*
xfs: add CRC checks to the AGI
Dave Chinner
2013-04-21
1
-14
/
+43
*
xfs: rename random32() to prandom_u32()
Akinobu Mita
2013-03-07
1
-1
/
+1
*
xfs: don't zero structure members after a memset(0)
Eric Sandeen
2013-01-03
1
-4
/
+0
*
xfs: inode allocation should use unmapped buffers.
Dave Chinner
2012-11-26
1
-1
/
+2
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-8
/
+10
*
xfs: connect up write verifiers to new buffers
Dave Chinner
2012-11-15
1
-2
/
+3
*
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
2012-11-15
1
-1
/
+16
*
xfs: verify AGI blocks as they are read from disk
Dave Chinner
2012-11-15
1
-21
/
+35
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-1
/
+1
*
xfs: Update inode alloc comments
Carlos Maiolino
2012-11-02
1
-3
/
+3
*
xfs: zero allocation_args on the kernel stack
Mark Tinguely
2012-10-18
1
-0
/
+1
*
xfs: Fix m_agirotor reset during AG selection
Carlos Maiolino
2012-09-26
1
-1
/
+1
*
xfs: unlock the AGI buffer when looping in xfs_dialloc
Christoph Hellwig
2012-08-16
1
-8
/
+9
*
xfs: do not read the AGI buffer in xfs_dialloc until nessecary
Christoph Hellwig
2012-07-29
1
-58
/
+69
*
xfs: refactor xfs_ialloc_ag_select
Christoph Hellwig
2012-07-29
1
-51
/
+44
*
xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
Christoph Hellwig
2012-07-29
1
-21
/
+26
*
xfs: remove the alloc_done argument to xfs_dialloc
Christoph Hellwig
2012-07-29
1
-3
/
+0
*
xfs: split xfs_dialloc
Christoph Hellwig
2012-07-29
1
-175
/
+174
*
xfs: remove xfs_ialloc_find_free
Christoph Hellwig
2012-07-22
1
-8
/
+1
*
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
1
-0
/
+7
*
xfs: kill XBF_LOCK
Dave Chinner
2012-05-14
1
-2
/
+1
*
xfs: propagate umode_t
Al Viro
2012-01-03
1
-2
/
+2
*
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
Christoph Hellwig
2011-10-11
1
-1
/
+1
*
xfs: Check the return value of xfs_trans_get_buf()
Chandra Seetharaman
2011-10-11
1
-5
/
+8
*
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
2011-07-25
1
-3
/
+2
*
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-07-08
1
-7
/
+7
*
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2011-03-07
1
-26
/
+17
*
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
2011-03-07
1
-22
/
+17
*
xfs: remove xfs_buf wrappers
Christoph Hellwig
2010-10-18
1
-1
/
+1
*
xfs: fix untrusted inode number lookup
Dave Chinner
2010-08-24
1
-6
/
+10
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-3
/
+0
[next]