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_inode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
2007-10-16
1
-2
/
+3
*
[XFS] kill struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-3
/
+2
*
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-0
/
+3
*
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-0
/
+1
*
[XFS] Create xfs_iflags_test_and_clear helper function
Christoph Hellwig
2007-10-16
1
-0
/
+13
*
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-0
/
+3
*
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
2007-10-16
1
-9
/
+3
*
[XFS] Radix tree based inode caching
David Chinner
2007-10-15
1
-44
/
+12
*
[XFS] dinode endianess annotations
Christoph Hellwig
2007-10-15
1
-4
/
+48
*
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
Christoph Hellwig
2007-10-15
1
-5
/
+5
*
[XFS] Fix lockdep annotations for xfs_lock_inodes
David Chinner
2007-07-14
1
-6
/
+9
*
[XFS] Concurrent Multi-File Data Streams
David Chinner
2007-07-14
1
-0
/
+1
*
[XFS] Add lockdep support for XFS
Lachlan McIlroy
2007-05-08
1
-14
/
+46
*
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-05-08
1
-0
/
+3
*
[XFS] propogate return codes from flush routines
Lachlan McIlroy
2007-05-08
1
-1
/
+1
*
[XFS] Clean up i_flags and i_flags_lock handling.
David Chinner
2006-11-11
1
-0
/
+41
*
[XFS] Really fix use after free in xfs_iunpin.
David Chinner
2006-09-28
1
-0
/
+1
*
[XFS] Remove last bulkstat false-positives with debug kernels.
Nathan Scott
2006-09-28
1
-4
/
+7
*
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-3
/
+3
*
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-1
/
+0
*
[XFS] Fix inode reclaim scalability regression. When a filesystem has
David Chinner
2006-04-11
1
-0
/
+1
*
[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is
Nathan Scott
2006-03-17
1
-3
/
+4
*
[XFS] There are a few problems with the new
Mandy Kirkconnell
2006-03-17
1
-0
/
+1
*
[XFS] 929045 567344 This mod introduces multi-level in-core file extent
Mandy Kirkconnell
2006-03-14
1
-5
/
+47
*
[XFS] 929045 567344 This mod re-organizes some of the in-core file extent
Mandy Kirkconnell
2006-03-14
1
-6
/
+12
*
[XFS] add helper to get xfs_inode from vnode
Christoph Hellwig
2006-01-11
1
-0
/
+2
*
[XFS] fix, speedup and simplify atime handling let the VFS handle atime
Christoph Hellwig
2006-01-11
1
-0
/
+2
*
[XFS] Remove unused type, xfs_gap_t.
Nathan Scott
2005-11-02
1
-18
/
+0
*
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
2005-11-02
1
-25
/
+11
*
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
2005-11-02
1
-65
/
+10
*
[XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT.
Nathan Scott
2005-11-02
1
-1
/
+2
*
[XFS] rewrite xfs_iflush_all
Christoph Hellwig
2005-06-21
1
-6
/
+1
*
[XFS] mark various symbols static Patch from Adrian Bunk
Christoph Hellwig
2005-06-21
1
-2
/
+0
*
[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...
Nathan Scott
2005-05-05
1
-3
/
+3
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+554