index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
1
-1
/
+1
2013-04-22
xfs: add version 3 inode format with CRCs
Christoph Hellwig
1
-9
/
+41
2013-04-21
xfs: add CRC checks to the AGI
Dave Chinner
1
-14
/
+43
2013-03-07
xfs: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-01-04
xfs: don't zero structure members after a memset(0)
Eric Sandeen
1
-4
/
+0
2012-11-27
xfs: inode allocation should use unmapped buffers.
Dave Chinner
1
-1
/
+2
2012-11-16
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-8
/
+10
2012-11-16
xfs: connect up write verifiers to new buffers
Dave Chinner
1
-2
/
+3
2012-11-16
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
1
-1
/
+16
2012-11-16
xfs: verify AGI blocks as they are read from disk
Dave Chinner
1
-21
/
+35
2012-11-16
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-1
/
+1
2012-11-03
xfs: Update inode alloc comments
Carlos Maiolino
1
-3
/
+3
2012-10-19
xfs: zero allocation_args on the kernel stack
Mark Tinguely
1
-0
/
+1
2012-09-27
xfs: Fix m_agirotor reset during AG selection
Carlos Maiolino
1
-1
/
+1
2012-08-17
xfs: unlock the AGI buffer when looping in xfs_dialloc
Christoph Hellwig
1
-8
/
+9
2012-07-30
xfs: do not read the AGI buffer in xfs_dialloc until nessecary
Christoph Hellwig
1
-58
/
+69
2012-07-30
xfs: refactor xfs_ialloc_ag_select
Christoph Hellwig
1
-51
/
+44
2012-07-30
xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
Christoph Hellwig
1
-21
/
+26
2012-07-30
xfs: remove the alloc_done argument to xfs_dialloc
Christoph Hellwig
1
-3
/
+0
2012-07-30
xfs: split xfs_dialloc
Christoph Hellwig
1
-175
/
+174
2012-07-22
xfs: remove xfs_ialloc_find_free
Christoph Hellwig
1
-8
/
+1
2012-05-15
xfs: clean up xfs_bit.h includes
Dave Chinner
1
-0
/
+7
2012-05-15
xfs: kill XBF_LOCK
Dave Chinner
1
-2
/
+1
2012-01-04
xfs: propagate umode_t
Al Viro
1
-2
/
+2
2011-10-12
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
Christoph Hellwig
1
-1
/
+1
2011-10-12
xfs: Check the return value of xfs_trans_get_buf()
Chandra Seetharaman
1
-5
/
+8
2011-07-25
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
1
-3
/
+2
2011-07-08
xfs: byteswap constants instead of variables
Christoph Hellwig
1
-7
/
+7
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
1
-26
/
+17
2011-03-07
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
1
-22
/
+17
2010-10-19
xfs: remove xfs_buf wrappers
Christoph Hellwig
1
-1
/
+1
2010-08-24
xfs: fix untrusted inode number lookup
Dave Chinner
1
-6
/
+10
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-3
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-06-24
xfs: remove block number from inode lookup code
Dave Chinner
1
-16
/
+0
2010-06-24
xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED
Dave Chinner
1
-4
/
+7
2010-06-24
xfs: validate untrusted inode numbers during lookup
Dave Chinner
1
-43
/
+78
2010-01-21
xfs: remove duplicate buffer flags
Christoph Hellwig
1
-1
/
+1
2010-01-16
xfs: Replace per-ag array with a radix tree
Dave Chinner
1
-23
/
+2
2010-01-16
xfs: convert remaining direct references to m_perag
Dave Chinner
1
-10
/
+25
2009-12-12
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
1
-1
/
+1
2009-10-30
xfs: free temporary cursor in xfs_dialloc
Eric Sandeen
1
-0
/
+1
2009-09-02
xfs: un-static xfs_inobt_lookup
Christoph Hellwig
1
-1
/
+1
2009-09-01
xfs: speed up free inode search
Dave Chinner
1
-27
/
+106
2009-09-01
xfs: rationalize xfs_inobt_lookup*
Christoph Hellwig
1
-55
/
+22
2009-09-01
xfs: untangle xfs_dialloc
Christoph Hellwig
1
-153
/
+138
2009-09-01
xfs: factor out debug checks from xfs_dialloc and xfs_difree
Dave Chinner
1
-75
/
+56
2009-09-01
xfs: improve xfs_inobt_update prototype
Christoph Hellwig
1
-12
/
+11
2009-09-01
xfs: improve xfs_inobt_get_rec prototype
Christoph Hellwig
1
-50
/
+31
2009-09-01
xfs: factor out inode initialisation
Dave Chinner
1
-80
/
+95
[next]