index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-25
libxfs: move source files
Dave Chinner
1
-2189
/
+0
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
1
-8
/
+8
2014-06-10
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
Dave Chinner
1
-1
/
+0
2014-06-06
xfs: kill xfs_buf_geterror()
Dave Chinner
1
-1
/
+0
2014-05-20
Merge branch 'xfs-feature-bit-cleanup' into for-next
Dave Chinner
1
-3
/
+1
2014-05-20
Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next
Dave Chinner
1
-5
/
+5
2014-05-20
xfs: fix compile error when libxfs header used in C++ code
Roger Willcocks
1
-3
/
+3
2014-05-20
xfs: turn NLINK feature on by default
Dave Chinner
1
-3
/
+1
2014-04-24
xfs: update the finobt on inode free
Brian Foster
1
-0
/
+102
2014-04-24
xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
Brian Foster
1
-65
/
+96
2014-04-24
xfs: use and update the finobt on inode allocation
Brian Foster
1
-5
/
+290
2014-04-24
xfs: insert newly allocated inode chunks into the finobt
Brian Foster
1
-23
/
+70
2014-04-24
xfs: support the XFS_BTNUM_FINOBT free inode btree type
Brian Foster
1
-6
/
+32
2014-04-24
xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
Brian Foster
1
-4
/
+4
2014-03-13
Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next
Dave Chinner
1
-0
/
+12
2014-03-07
xfs: avoid AGI/AGF deadlock scenario for inode chunk allocation
Brian Foster
1
-0
/
+12
2014-02-27
xfs: modify verifiers to differentiate CRC from other errors
Eric Sandeen
1
-11
/
+10
2014-02-27
xfs: add helper for updating checksums on xfs_bufs
Eric Sandeen
1
-1
/
+1
2014-02-27
xfs: add helper for verifying checksums on xfs_bufs
Eric Sandeen
1
-2
/
+2
2014-02-27
xfs: Use defines for CRC offsets in all cases
Eric Sandeen
1
-3
/
+2
2013-12-13
xfs: use xfs_icluster_size_fsb in xfs_imap
Jie Liu
1
-2
/
+2
2013-12-13
xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init
Jie Liu
1
-15
/
+8
2013-12-13
xfs: get rid of XFS_IALLOC_BLOCKS macros
Jie Liu
1
-6
/
+6
2013-12-13
xfs: get rid of XFS_INODE_CLUSTER_SIZE macros
Jie Liu
1
-5
/
+5
2013-12-13
xfs: get rid of XFS_IALLOC_INODES macros
Jie Liu
1
-6
/
+6
2013-12-11
xfs: fix calculation of freed inode cluster blocks
Ben Myers
1
-1
/
+1
2013-11-06
xfs: add tracepoints to AGF/AGI read operations
Dave Chinner
1
-1
/
+5
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-4
/
+2
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+4
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
1
-1
/
+2
2013-08-30
xfs: check correct status variable for xfs_inobt_get_rec() call
Brian Foster
1
-1
/
+1
2013-08-20
xfs: fix the comment of xfs_ialloc_ag_select()
Zhi Yong Wu
1
-1
/
+1
2013-08-12
xfs: fix issues that cause userspace warnings
Dave Chinner
1
-1
/
+1
2013-08-12
xfs: move unrelated definitions out of xfs_inode.h
Dave Chinner
1
-0
/
+1
2013-06-27
xfs: Use inode create transaction
Dave Chinner
1
-9
/
+23
2013-06-27
xfs: Inode create item recovery
Dave Chinner
1
-9
/
+28
2013-06-26
xfs: Remove the left function variable from xfs_ialloc_get_rec()
Jie Liu
1
-4
/
+3
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
1
-1
/
+1
2013-04-21
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-03
xfs: don't zero structure members after a memset(0)
Eric Sandeen
1
-4
/
+0
2012-11-26
xfs: inode allocation should use unmapped buffers.
Dave Chinner
1
-1
/
+2
2012-11-15
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-8
/
+10
2012-11-15
xfs: connect up write verifiers to new buffers
Dave Chinner
1
-2
/
+3
2012-11-15
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
1
-1
/
+16
2012-11-15
xfs: verify AGI blocks as they are read from disk
Dave Chinner
1
-21
/
+35
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-1
/
+1
2012-11-02
xfs: Update inode alloc comments
Carlos Maiolino
1
-3
/
+3
2012-10-18
xfs: zero allocation_args on the kernel stack
Mark Tinguely
1
-0
/
+1
[next]