index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-14
CRED: Introduce credential access wrappers
David Howells
1
-2
/
+2
2008-08-13
[XFS] Use KM_NOFS for debug trace buffers
Lachlan McIlroy
1
-6
/
+6
2008-08-13
[XFS] update timestamp in xfs_ialloc manually
Christoph Hellwig
1
-1
/
+8
2008-08-13
[XFS] replace inode flush semaphore with a completion
David Chinner
1
-6
/
+5
2008-08-13
[XFS] use get_unaligned_* helpers
Harvey Harrison
1
-2
/
+2
2008-08-13
[XFS] sanitize xfs_initialize_vnode
Christoph Hellwig
1
-3
/
+1
2008-08-13
[XFS] kill bhv_vnode_t
Christoph Hellwig
1
-1
/
+1
2008-08-13
[XFS] remove some easy bhv_vnode_t instances
Christoph Hellwig
1
-7
/
+3
2008-08-13
[XFS] Use KM_NOFS for incore inode extent tree allocation V2
David Chinner
1
-9
/
+7
2008-08-13
[XFS] Kill shouty XFS_ITOV() macro
David Chinner
1
-1
/
+1
2008-08-13
[XFS] kill shouty XFS_ITOV_NULL macro
David Chinner
1
-2
/
+2
2008-07-28
[XFS] fix extent corruption in xfs_iext_irec_compact_full()
Lachlan McIlroy
1
-23
/
+47
2008-07-28
[XFS] make inode reclaim wait for log I/O to complete
Lachlan McIlroy
1
-2
/
+0
2008-07-28
[XFS] kill xfs_igrow_start and xfs_igrow_finish
Christoph Hellwig
1
-61
/
+0
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-18
/
+16
2008-05-23
[XFS] Fix inode list allocation size in writeback.
David Chinner
1
-3
/
+4
2008-05-23
[XFS] Don't allow memory reclaim to wait on the filesystem in inode
David Chinner
1
-1
/
+1
2008-04-29
[XFS] shrink mrlock_t
Christoph Hellwig
1
-14
/
+11
2008-04-18
[XFS] Ensure the inode is joined in xfs_itruncate_finish
David Chinner
1
-72
/
+65
2008-04-18
[XFS] xfs_iflush_fork() never returns an error.
David Chinner
1
-17
/
+8
2008-04-18
[XFS] Ensure xfs_bawrite() errors are checked.
David Chinner
1
-1
/
+1
2008-04-18
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
1
-30
/
+22
2008-04-18
[XFS] Use xfs_inode_clean() in more places
David Chinner
1
-22
/
+5
2008-04-18
[XFS] Remove the xfs_icluster structure
David Chinner
1
-115
/
+153
2008-04-18
[XFS] Don't block pdflush when writing back inodes
David Chinner
1
-53
/
+82
2008-04-18
[XFS] Factor xfs_itobp() and xfs_inotobp().
David Chinner
1
-155
/
+106
2008-04-10
[XFS] remove shouting-indirection macros from xfs_sb.h
Eric Sandeen
1
-3
/
+3
2008-02-07
[XFS] use generic_permission
Christoph Hellwig
1
-63
/
+0
2008-02-07
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
Christoph Hellwig
1
-3
/
+5
2008-02-07
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
Robert P. J. Day
1
-28
/
+4
2008-02-07
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
1
-1
/
+4
2008-02-07
[XFS] Fix inode allocation latency
David Chinner
1
-33
/
+1
2008-02-07
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
Vlad Apostolov
1
-18
/
+25
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
1
-3
/
+1
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
1
-13
/
+9
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
1
-6
/
+2
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
1
-3
/
+3
2007-12-18
[XFS] Don't wait for pending I/Os when purging blocks beyond eof.
Lachlan McIlroy
1
-2
/
+4
2007-10-16
[XFS] get_bulkall() could return incorrect inode state
Vlad Apostolov
1
-6
/
+20
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
1
-0
/
+7
2007-10-16
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
1
-1
/
+2
2007-10-16
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-3
/
+6
2007-10-15
[XFS] Radix tree based inode caching
David Chinner
1
-23
/
+19
2007-10-15
[XFS] dinode endianess annotations
Christoph Hellwig
1
-106
/
+107
2007-10-15
[XFS] move linux/log2.h header to xfs_linux.h
Eric Sandeen
1
-2
/
+0
2007-10-15
[XFS] endianess annotations for xfs_bmbt_rec_t
Christoph Hellwig
1
-8
/
+4
2007-10-15
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
Christoph Hellwig
1
-43
/
+28
[next]