index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: remove subdirectories
Christoph Hellwig
2011-08-12
1
-1499
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-07-22
1
-0
/
+3
|
\
|
*
fs: move inode_dio_done to the end_io handler
Christoph Hellwig
2011-07-20
1
-0
/
+3
*
|
xfs: add size update tracepoint to IO completion
Dave Chinner
2011-07-20
1
-0
/
+1
*
|
xfs: re-enable non-blocking behaviour in xfs_map_blocks
Christoph Hellwig
2011-07-08
1
-1
/
+1
*
|
xfs: PF_FSTRANS should never be set in ->writepage
Christoph Hellwig
2011-07-08
1
-14
/
+3
|
/
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
1
-3
/
+1
|
\
|
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-2
/
+1
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-1
/
+0
*
|
xfs: Convert linux-2.6/ files to new logging interface
Dave Chinner
2011-03-07
1
-3
/
+3
|
/
*
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
[next]