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
/
linux-2.6
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-16
xfs: don't warn about page discards on shutdown
Dave Chinner
1
-3
/
+10
2010-03-05
xfs: truncate delalloc extents when IO fails in writeback
Dave Chinner
1
-10
/
+114
2010-03-05
xfs: Fix a build warning in xfs_aops.c
Dave Chinner
1
-1
/
+1
2010-03-02
xfs: Non-blocking inode locking in IO completion
Dave Chinner
1
-37
/
+56
2010-03-02
xfs: implement optimized fdatasync
Christoph Hellwig
1
-2
/
+2
2009-12-16
direct-io: cleanup blockdev_direct_IO locking
Christoph Hellwig
1
-13
/
+7
2009-12-15
xfs: event tracing support
Christoph Hellwig
1
-47
/
+5
2009-12-12
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-77
/
+37
2009-12-12
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
1
-1
/
+1
2009-12-12
xfs: cleanup data end I/O handlers
Christoph Hellwig
1
-69
/
+26
2009-12-12
xfs: use WRITE_SYNC_PLUG for synchronous writeout
Christoph Hellwig
1
-7
/
+10
2009-12-03
writeback: remove unused nonblocking and congestion checks
Wu Fengguang
1
-8
/
+1
2009-10-10
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-10
/
+28
2009-10-08
xfs: mark inodes dirty before issuing I/O
Dave Chinner
1
-9
/
+28
2009-10-08
xfs: implement ->dirty_inode to fix timestamp handling
Christoph Hellwig
1
-1
/
+0
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-0
/
+1
2009-09-16
HWPOISON: Enable .remove_error_page for migration aware file systems
Andi Kleen
1
-0
/
+1
2009-09-01
xfs: merge fsync and O_SYNC handling
Christoph Hellwig
1
-1
/
+0
2009-07-31
xfs: bump up nr_to_write in xfs_vm_writepage
Eric Sandeen
1
-0
/
+8
2009-04-06
xfs: prevent unwritten extent conversion from blocking I/O completion
Dave Chinner
1
-17
/
+21
2009-03-29
xfs: pagecache usage optimization
Hisashi Hifumi
1
-0
/
+1
2008-12-04
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
1
-2
/
+36
2008-12-04
kill vn_ioerror
Christoph Hellwig
1
-4
/
+13
2008-12-04
kill dead inode flags
Christoph Hellwig
1
-8
/
+3
2008-10-30
[XFS] Never call mark_inode_dirty_sync() directly
David Chinner
1
-1
/
+1
2008-09-17
[XFS] Prevent direct I/O from mapping extents beyond eof
Lachlan McIlroy
1
-0
/
+4
2008-08-13
[XFS] XFS: Kill xfs_vtoi()
David Chinner
1
-2
/
+1
2008-08-05
fs: rename buffer trylock
Nick Piggin
1
-1
/
+1
2008-08-05
mm: rename page trylock
Nick Piggin
1
-2
/
+2
2008-07-28
[XFS] Remove unused wbc parameter from xfs_start_page_writeback()
Denys Vlasenko
1
-3
/
+2
2008-04-18
[XFS] Catch unwritten extent conversion errors.
David Chinner
1
-2
/
+6
2008-04-18
[XFS] kill xfs_rwlock/xfs_rwunlock
Christoph Hellwig
1
-2
/
+2
2008-02-07
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
1
-1
/
+1
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
1
-2
/
+2
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
1
-2
/
+2
2008-02-07
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
1
-2
/
+3
2008-02-07
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
1
-11
/
+16
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
1
-2
/
+1
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
1
-30
/
+27
2007-10-17
writeback: remove pages_skipped accounting in __block_write_full_page()
Fengguang Wu
1
-3
/
+2
2007-10-16
xfs: convert to new aops
Nick Piggin
1
-7
/
+12
2007-10-16
[XFS] no longer using io_vnode, as was remaining from 23 cherrypick
Tim Shimmin
1
-1
/
+1
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
1
-13
/
+10
2007-10-16
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
1
-7
/
+4
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-11
/
+14
2007-10-12
Fix up more bio fallout
Al Viro
1
-2
/
+1
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-4
/
+0
2007-09-18
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
1
-0
/
+1
2007-09-05
[XFS] fix sparse shadowed variable warnings
Christoph Hellwig
1
-4
/
+4
[next]