Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a1677e3902a9a8a060728331063dd6ee999764fa
/
fs
/
xfs
/
xfs_aops.c
1aef882
Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
b9d5984
xfs: DIO write completion size updates race
by Dave Chinner
· 10 years ago
a06c277
xfs: DIO writes within EOF don't need an ioend
by Dave Chinner
· 10 years ago
6dfa1b6
xfs: handle DIO overwrite EOF update completion correctly
by Dave Chinner
· 10 years ago
d5cc2e3
xfs: DIO needs an ioend for writes
by Dave Chinner
· 10 years ago
1fdca9c
xfs: move DIO mapping size calculation
by Dave Chinner
· 10 years ago
a719370
xfs: factor DIO write mapping from get_blocks
by Dave Chinner
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
2ba6623
xfs: don't allocate an ioend for direct I/O completions
by Christoph Hellwig
· 10 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6889e78
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
by Dave Chinner
· 10 years ago
07d0868
xfs: restore buffer_head unwritten bit on ioend cancel
by Brian Foster
· 10 years ago
0d085a5
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
by Dave Chinner
· 10 years ago
22e757a
xfs: don't dirty buffers beyond EOF
by Dave Chinner
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
7691283
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
by Dave Chinner
· 10 years ago
448011e
xfs: tone down writepage/releasepage WARN_ONs
by Christoph Hellwig
· 10 years ago
8695d27
xfs: fix infinite loop at xfs_vm_writepage on 32bit system
by Jie Liu
· 10 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
0e1f789
xfs: don't map ranges that span EOF for direct IO
by Dave Chinner
· 11 years ago
aad3f37
xfs: xfs_vm_write_end truncates too much on failure
by Dave Chinner
· 11 years ago
72ab70a
xfs: write failure beyond EOF truncates too much data
by Dave Chinner
· 11 years ago
4ab9ed5
xfs: kill buffers over failed write ranges properly
by Dave Chinner
· 11 years ago
a6cf33b
Merge branch 'xfs-bug-fixes-for-3.15-3' into for-next
by Dave Chinner
· 11 years ago
805eeb8
xfs: extra semi-colon breaks a condition
by Dan Carpenter
· 11 years ago
5f44e4c1
Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next
by Dave Chinner
· 11 years ago
a49935f
xfs: xfs_check_page_type buffer checks need help
by Dave Chinner
· 11 years ago
9862f62
xfs: allow appending aio writes
by Christoph Hellwig
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
309ecac
xfs: rename xfs_ilock_map_shared
by Christoph Hellwig
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 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
· 12 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
Next »