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
/
linux-2.6
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-04
fs: rename buffer trylock
Nick Piggin
1
-1
/
+1
2008-08-04
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
2007-07-14
[XFS] Map unwritten extents correctly for I/o completion processing
David Chinner
1
-1
/
+12
2007-07-14
[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().
David Chinner
1
-0
/
+2
2007-07-14
[XFS] Block on unwritten extent conversion during synchronous direct I/O.
David Chinner
1
-8
/
+20
2007-05-29
[XFS] Write at EOF may not update filesize correctly.
David Chinner
1
-9
/
+17
2007-05-08
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
1
-12
/
+77
2007-02-12
[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
David Chinner
1
-3
/
+0
2007-02-10
[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.
David Chinner
1
-4
/
+9
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
1
-1
/
+1
2006-12-21
[PATCH] Fix XFS after clear_page_dirty() removal
David Chinner
1
-2
/
+2
2006-12-10
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
Zach Brown
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-9
/
+12
2006-09-28
[XFS] Remove a no-longer-correct debug assert from dio completion
Nathan Scott
1
-1
/
+0
2006-09-28
[XFS] Fix sparse warning found when page tracing enabled, due to
Nathan Scott
1
-4
/
+4
2006-09-07
[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling
Lachlan McIlroy
1
-5
/
+13
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
1
-18
/
+15
[next]