index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
2013-08-30
xfs: check correct status variable for xfs_inobt_get_rec() call
Brian Foster
2013-08-20
xfs: fix the comment of xfs_ialloc_ag_select()
Zhi Yong Wu
2013-08-12
xfs: fix issues that cause userspace warnings
Dave Chinner
2013-08-12
xfs: move unrelated definitions out of xfs_inode.h
Dave Chinner
2013-06-27
xfs: Use inode create transaction
Dave Chinner
2013-06-27
xfs: Inode create item recovery
Dave Chinner
2013-06-26
xfs: Remove the left function variable from xfs_ialloc_get_rec()
Jie Liu
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
2013-04-21
xfs: add version 3 inode format with CRCs
Christoph Hellwig
2013-04-21
xfs: add CRC checks to the AGI
Dave Chinner
2013-03-07
xfs: rename random32() to prandom_u32()
Akinobu Mita
2013-01-03
xfs: don't zero structure members after a memset(0)
Eric Sandeen
2012-11-26
xfs: inode allocation should use unmapped buffers.
Dave Chinner
2012-11-15
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 AGI blocks as they are read from disk
Dave Chinner
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-02
xfs: Update inode alloc comments
Carlos Maiolino
2012-10-18
xfs: zero allocation_args on the kernel stack
Mark Tinguely
2012-09-26
xfs: Fix m_agirotor reset during AG selection
Carlos Maiolino
2012-08-16
xfs: unlock the AGI buffer when looping in xfs_dialloc
Christoph Hellwig
2012-07-29
xfs: do not read the AGI buffer in xfs_dialloc until nessecary
Christoph Hellwig
2012-07-29
xfs: refactor xfs_ialloc_ag_select
Christoph Hellwig
2012-07-29
xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
Christoph Hellwig
2012-07-29
xfs: remove the alloc_done argument to xfs_dialloc
Christoph Hellwig
2012-07-29
xfs: split xfs_dialloc
Christoph Hellwig
2012-07-22
xfs: remove xfs_ialloc_find_free
Christoph Hellwig
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
xfs: kill XBF_LOCK
Dave Chinner
2012-01-03
xfs: propagate umode_t
Al Viro
2011-10-11
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
Christoph Hellwig
2011-10-11
xfs: Check the return value of xfs_trans_get_buf()
Chandra Seetharaman
2011-07-25
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
2011-07-08
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2011-03-07
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
2010-10-18
xfs: remove xfs_buf wrappers
Christoph Hellwig
2010-08-24
xfs: fix untrusted inode number lookup
Dave Chinner
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
2010-06-24
xfs: remove block number from inode lookup code
Dave Chinner
2010-06-24
xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED
Dave Chinner
2010-06-24
xfs: validate untrusted inode numbers during lookup
Dave Chinner
2010-01-21
xfs: remove duplicate buffer flags
Christoph Hellwig
2010-01-15
xfs: Replace per-ag array with a radix tree
Dave Chinner
2010-01-15
xfs: convert remaining direct references to m_perag
Dave Chinner
2009-12-11
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
2009-10-30
xfs: free temporary cursor in xfs_dialloc
Eric Sandeen
2009-09-01
xfs: un-static xfs_inobt_lookup
Christoph Hellwig
[next]