index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
/
xfs_aops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: convert to new aops
Nick Piggin
2007-10-16
1
-7
/
+12
*
Fix up more bio fallout
Al Viro
2007-10-12
1
-2
/
+1
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-4
/
+0
*
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
2007-09-18
1
-0
/
+1
*
[XFS] fix sparse shadowed variable warnings
Christoph Hellwig
2007-09-05
1
-4
/
+4
*
[XFS] Map unwritten extents correctly for I/o completion processing
David Chinner
2007-07-14
1
-1
/
+12
*
[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().
David Chinner
2007-07-14
1
-0
/
+2
*
[XFS] Block on unwritten extent conversion during synchronous direct I/O.
David Chinner
2007-07-14
1
-8
/
+20
*
[XFS] Write at EOF may not update filesize correctly.
David Chinner
2007-05-29
1
-9
/
+17
*
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-05-08
1
-12
/
+77
*
[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
David Chinner
2007-02-12
1
-3
/
+0
*
[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.
David Chinner
2007-02-10
1
-4
/
+9
*
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
2007-02-10
1
-1
/
+1
*
[PATCH] Fix XFS after clear_page_dirty() removal
David Chinner
2006-12-21
1
-2
/
+2
*
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
Zach Brown
2006-12-10
1
-1
/
+1
*
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-9
/
+12
*
[XFS] Remove a no-longer-correct debug assert from dio completion
Nathan Scott
2006-09-28
1
-1
/
+0
*
[XFS] Fix sparse warning found when page tracing enabled, due to
Nathan Scott
2006-09-28
1
-4
/
+4
*
[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling
Lachlan McIlroy
2006-09-07
1
-5
/
+13
*
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-28
1
-1
/
+1
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-18
/
+15
*
[XFS] Start writeout earlier (on last close) in the case where we have a
Nathan Scott
2006-06-09
1
-0
/
+13
*
[XFS] Make the pflags test/set wrappers more legible for us mere humans.
Nathan Scott
2006-06-09
1
-2
/
+2
*
[XFS] Shutdown the filesystem if all device paths have gone. Made
Nathan Scott
2006-06-09
1
-8
/
+7
*
[XFS] Fix a writepage regression where we accidentally stopped honouring
Nathan Scott
2006-04-11
1
-9
/
+9
*
[XFS] Cleanup in XFS after recent get_block_t interface tweaks.
Nathan Scott
2006-03-29
1
-29
/
+24
*
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
2006-03-29
1
-7
/
+7
*
[PATCH] remove ->get_blocks() support
Badari Pulavarty
2006-03-26
1
-3
/
+3
*
[PATCH] map multiple blocks for mpage_readpages()
Badari Pulavarty
2006-03-26
1
-2
/
+3
*
[PATCH] Make address_space_operations->invalidatepage return void
NeilBrown
2006-03-26
1
-2
/
+2
*
[XFS] Check that a page has dirty buffers before finding it acceptable for
David Chinner
2006-03-22
1
-1
/
+1
*
[XFS] Fixing KDB's xrwtrc command, also added the current process id into
Yingping Lu
2006-03-22
1
-1
/
+1
*
[XFS] Make couple names consitent, be more defensive on releasepage (and
Nathan Scott
2006-03-17
1
-4
/
+7
*
[XFS] Complete transition away from linvfs naming convention, finally.
Nathan Scott
2006-03-17
1
-6
/
+6
*
[XFS] Switch over from linvfs names for address space ops for consistent
Nathan Scott
2006-03-14
1
-33
/
+30
*
[XFS] Add xfs_map_buffer helper, use it in a couple of places.
Nathan Scott
2006-03-14
1
-24
/
+25
*
[XFS] Move some code around to avoid prototypes and prep for future
Nathan Scott
2006-03-14
1
-184
/
+183
*
[XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixes
Eric Sandeen
2006-02-28
1
-1
/
+1
*
[XFS] Account for the page we just wrote when we detect congestion during
David Chinner
2006-02-07
1
-1
/
+2
*
[PATCH] Direct Migration V9: Avoid writeback / page_migrate() method
Christoph Lameter
2006-02-01
1
-0
/
+1
*
[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O for
David Chinner
2006-01-18
1
-3
/
+26
*
[XFS] add helper to get xfs_inode from vnode
Christoph Hellwig
2006-01-11
1
-3
/
+1
*
[XFS] fix writeback control handling fix a reversed condition on where to
Christoph Hellwig
2006-01-11
1
-3
/
+12
*
[XFS] cluster rewrites We can cluster mapped pages aswell, this improves
Christoph Hellwig
2006-01-11
1
-16
/
+47
*
[XFS] pass full 64bit offsets to xfs_add_to_ioend
Christoph Hellwig
2006-01-11
1
-12
/
+6
*
[XFS] consolidate some code in xfs_page_state_convert The unmapped buffer
Christoph Hellwig
2006-01-11
1
-57
/
+34
*
[XFS] various fixes for xfs_convert_page fix various bogusities in
Christoph Hellwig
2006-01-11
1
-37
/
+52
*
[XFS] clean up the xfs_offset_to_map interface Currently we pass a struct
Christoph Hellwig
2006-01-11
1
-83
/
+53
*
[XFS] use pagevec lookups This reduces the time spend in the radix tree
Christoph Hellwig
2006-01-11
1
-56
/
+88
[next]