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: simplify xfs_map_at_offset
Christoph Hellwig
2010-12-16
1
-11
/
+4
*
xfs: refactor xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-58
/
+39
*
xfs: remove the all_bh flag from xfs_convert_page
Christoph Hellwig
2010-12-16
1
-20
/
+13
*
xfs: remove xfs_probe_cluster
Christoph Hellwig
2010-12-16
1
-107
/
+4
*
xfs: simplify xfs_map_blocks
Christoph Hellwig
2010-12-16
1
-52
/
+25
*
xfs: kill xfs_iomap
Christoph Hellwig
2010-12-16
1
-60
/
+151
*
xfs: a few small tweaks for overwrites in xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-8
/
+7
*
xfs: remove some dead bio handling code
Christoph Hellwig
2010-12-16
1
-11
/
+2
*
xfs: improve mapping type check in xfs_vm_writepage
Christoph Hellwig
2010-12-16
1
-9
/
+12
*
xfs: fix failed write truncation handling.
Dave Chinner
2010-12-01
1
-54
/
+40
*
xfs: remove incorrect assert in xfs_vm_writepage
Christoph Hellwig
2010-11-10
1
-3
/
+4
*
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
2010-10-26
1
-2
/
+1
*
xfs: do not discard page cache data on EAGAIN
Christoph Hellwig
2010-08-24
1
-3
/
+6
*
xfs: handle negative wbc->nr_to_write during sync writeback
Dave Chinner
2010-08-24
1
-2
/
+2
*
xfs: new truncate sequence
Christoph Hellwig
2010-08-09
1
-6
/
+36
*
get rid of block_write_begin_newtrunc
Christoph Hellwig
2010-08-09
1
-3
/
+11
*
sort out blockdev_direct_IO variants
Christoph Hellwig
2010-08-09
1
-8
/
+8
*
xfs simplify and speed up direct I/O completions
Christoph Hellwig
2010-07-26
1
-82
/
+76
*
xfs: move aio completion after unwritten extent conversion
Christoph Hellwig
2010-07-26
1
-3
/
+16
*
direct-io: move aio_complete into ->end_io
Christoph Hellwig
2010-07-26
1
-1
/
+6
*
xfs: use GFP_NOFS for page cache allocation
Dave Chinner
2010-07-26
1
-2
/
+2
*
xfs: writepage always has buffers
Christoph Hellwig
2010-07-26
1
-7
/
+0
*
xfs: allow writeback from kswapd
Christoph Hellwig
2010-07-26
1
-5
/
+4
*
xfs: split xfs_itrace_entry
Christoph Hellwig
2010-07-26
1
-1
/
+1
*
xfs: small cleanups for xfs_iomap / __xfs_get_blocks
Christoph Hellwig
2010-07-26
1
-8
/
+9
*
xfs: simplify xfs_vm_writepage
Christoph Hellwig
2010-07-26
1
-94
/
+45
*
xfs: simplify xfs_vm_releasepage
Christoph Hellwig
2010-07-26
1
-247
/
+107
*
xfs: fix corruption case for block size < page size
Eric Sandeen
2010-07-26
1
-0
/
+10
*
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
2010-07-26
1
-2
/
+2
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-6
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: remove nr_to_write writeback windup.
Dave Chinner
2010-06-08
1
-8
/
+0
*
xfs: skip writeback from reclaim context
Christoph Hellwig
2010-06-03
1
-0
/
+15
*
xfs: clean up end index calculation in xfs_page_state_convert
Christoph Hellwig
2010-05-19
1
-8
/
+15
*
xfs: clean up mapping size calculation in __xfs_get_blocks
Christoph Hellwig
2010-05-19
1
-9
/
+16
*
xfs: clean up xfs_iomap_valid
Christoph Hellwig
2010-05-19
1
-23
/
+23
*
xfs: move I/O type flags into xfs_aops.c
Christoph Hellwig
2010-05-19
1
-21
/
+30
*
xfs: kill struct xfs_iomap
Christoph Hellwig
2010-05-19
1
-44
/
+46
*
xfs: report iomap_bn in block base
Christoph Hellwig
2010-05-19
1
-8
/
+11
*
xfs: report iomap_offset and iomap_bsize in block base
Christoph Hellwig
2010-05-19
1
-11
/
+25
*
xfs: remove iomap_delta
Christoph Hellwig
2010-05-19
1
-2
/
+4
*
xfs: remove iomap_target
Christoph Hellwig
2010-05-19
1
-21
/
+18
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
xfs: don't warn about page discards on shutdown
Dave Chinner
2010-03-16
1
-3
/
+10
*
xfs: truncate delalloc extents when IO fails in writeback
Dave Chinner
2010-03-05
1
-10
/
+114
*
xfs: Fix a build warning in xfs_aops.c
Dave Chinner
2010-03-05
1
-1
/
+1
*
xfs: Non-blocking inode locking in IO completion
Dave Chinner
2010-03-01
1
-37
/
+56
*
xfs: implement optimized fdatasync
Christoph Hellwig
2010-03-01
1
-2
/
+2
*
direct-io: cleanup blockdev_direct_IO locking
Christoph Hellwig
2009-12-16
1
-13
/
+7
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-47
/
+5
[next]