Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
309ecac8e7c937c5811ef8f0efc14b3d1bd18775
/
fs
/
xfs
/
xfs_aops.c
309ecac
xfs: rename xfs_ilock_map_shared
by Christoph Hellwig
· 11 years ago
ad22c7a
xfs: prevent stack overflows from page cache allocation
by Dave Chinner
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
0799a3e
xfs: get rid of count from xfs_iomap_write_allocate()
by Jie Liu
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
300893b
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
7b7a866
direct-io: Implement generic deferred AIO completions
by Christoph Hellwig
· 11 years ago
c7c1a7d
xfs: rename bio_add_buffer() to xfs_bio_add_buffer()
by Zhi Yong Wu
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
c24b5df
xfs: kill xfs_vnodeops.[ch]
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago
58e5985
xfs: fix assertion failure in xfs_vm_write_failed()
by Jie Liu
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
480d746
xfs: fix sub-page blocksize data integrity writes
by Dave Chinner
· 11 years ago
34097df
xfs: use ->invalidatepage() length argument
by Lukas Czerner
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
ff9a28f
xfs: Fix WARN_ON(delalloc) in xfs_vm_releasepage()
by Jan Kara
· 12 years ago
4b05d09
xfs: Fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
437a255
xfs: fix direct IO nested transaction deadlock.
by Dave Chinner
· 12 years ago
4bc1ea6
xfs: remove xfs_flush_pages
by Dave Chinner
· 12 years ago
7bf7f35
xfs: fix broken error handling in xfs_vm_writepage
by Dave Chinner
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d9457dc
xfs: Convert to new freezing code
by Jan Kara
· 12 years ago
0d882a3
Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.
by Alain Renaud
· 12 years ago
6b7a03f
xfs: handle EOF correctly in xfs_vm_writepage
by Christoph Hellwig
· 12 years ago
66f9311
xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)
by Alain Renaud
· 12 years ago
d2c2819
xfs: m_maxioffset is redundant
by Dave Chinner
· 12 years ago
7d0fa3e
xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)
by Alain Renaud
· 12 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
aff3a9e
xfs: Use preallocation for inodes with extsz hints
by Dave Chinner
· 13 years ago
d3bc815
xfs: punch new delalloc blocks out of failed writes inside EOF.
by Dave Chinner
· 13 years ago
6ffc4db
xfs: page type check in writeback only checks last buffer
by Dave Chinner
· 13 years ago
01c84d2
xfs: punch all delalloc blocks beyond EOF on write failure.
by Dave Chinner
· 13 years ago
507630b
xfs: use shared ilock mode for direct IO writes by default
by Dave Chinner
· 13 years ago
281627d
xfs: log file size updates at I/O completion time
by Christoph Hellwig
· 13 years ago
84803fb
xfs: log file size updates as part of unwritten extent conversion
by Christoph Hellwig
· 13 years ago
6923e68
xfs: do not require an ioend for new EOF calculation
by Christoph Hellwig
· 13 years ago
aa6bf01
xfs: use per-filesystem I/O completion workqueues
by Christoph Hellwig
· 13 years ago
2813d68
xfs: remove the i_new_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
ce7ae151
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
810627d
xfs: fix force shutdown handling in xfs_end_io
by Christoph Hellwig
· 13 years ago
94054fa
xfs: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
04f658e
xfs: improve ioend error handling
by Christoph Hellwig
· 13 years ago
4a06fd2
xfs: remove i_iocount
by Christoph Hellwig
· 13 years ago
fc0063c
xfs: reduce ioend latency
by Christoph Hellwig
· 13 years ago
c859cdd
xfs: defer AIO/DIO completions
by Christoph Hellwig
· 13 years ago
398d25e
xfs: remove dead ENODEV handling in xfs_destroy_ioend
by Christoph Hellwig
· 13 years ago
2d2422a
xfs: fix a use after free in xfs_end_io_direct_write
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_aops.c]
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
72c5052
fs: move inode_dio_done to the end_io handler
by Christoph Hellwig
· 13 years ago
55fb25d5
xfs: add size update tracepoint to IO completion
by Dave Chinner
· 13 years ago
dbcdde3
xfs: re-enable non-blocking behaviour in xfs_map_blocks
by Christoph Hellwig
· 13 years ago
680a647
xfs: PF_FSTRANS should never be set in ->writepage
by Christoph Hellwig
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
4f10700
xfs: Convert linux-2.6/ files to new logging interface
by Dave Chinner
· 14 years ago
ecff71e
xfs: simplify xfs_map_at_offset
by Christoph Hellwig
· 14 years ago
aeea1b1
xfs: refactor xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
2fa24f9
xfs: remove the all_bh flag from xfs_convert_page
by Christoph Hellwig
· 14 years ago
ed1e7b7
xfs: remove xfs_probe_cluster
by Christoph Hellwig
· 14 years ago
8ff2957
xfs: simplify xfs_map_blocks
by Christoph Hellwig
· 14 years ago
a206c81
xfs: kill xfs_iomap
by Christoph Hellwig
· 14 years ago
6ac7248
xfs: a few small tweaks for overwrites in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
221cb25
xfs: remove some dead bio handling code
by Christoph Hellwig
· 14 years ago
85da94c
xfs: improve mapping type check in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
c726de4
xfs: fix failed write truncation handling.
by Dave Chinner
· 14 years ago
ece413f
xfs: remove incorrect assert in xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
b5420f2
xfs: do not discard page cache data on EAGAIN
by Christoph Hellwig
· 14 years ago
efceab1
xfs: handle negative wbc->nr_to_write during sync writeback
by Dave Chinner
· 14 years ago
fa9b227
xfs: new truncate sequence
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
209fb87
xfs simplify and speed up direct I/O completions
by Christoph Hellwig
· 14 years ago
fb511f2
xfs: move aio completion after unwritten extent conversion
by Christoph Hellwig
· 14 years ago
40e2e97
direct-io: move aio_complete into ->end_io
by Christoph Hellwig
· 14 years ago
aea1b95
xfs: use GFP_NOFS for page cache allocation
by Dave Chinner
· 14 years ago
78558fe
xfs: writepage always has buffers
by Christoph Hellwig
· 14 years ago
d4f7a5c
xfs: allow writeback from kswapd
by Christoph Hellwig
· 14 years ago
cca28fb
xfs: split xfs_itrace_entry
by Christoph Hellwig
· 14 years ago
f2bde9b
xfs: small cleanups for xfs_iomap / __xfs_get_blocks
by Christoph Hellwig
· 14 years ago
20cb52e
xfs: simplify xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
89f3b363
xfs: simplify xfs_vm_releasepage
by Christoph Hellwig
· 14 years ago
3d9b02e
xfs: fix corruption case for block size < page size
by Eric Sandeen
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
254c8c2
xfs: remove nr_to_write writeback windup.
by Dave Chinner
· 14 years ago
070ecdc
xfs: skip writeback from reclaim context
by Christoph Hellwig
· 14 years ago
bd1556a
xfs: clean up end index calculation in xfs_page_state_convert
by Christoph Hellwig
· 15 years ago
2b8f12b
xfs: clean up mapping size calculation in __xfs_get_blocks
by Christoph Hellwig
· 15 years ago
Next »