Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
47af77b1dced92d853913694415c7f6a8bbcf4e3
/
fs
/
xfs
/
xfs_aops.c
f374505
xfs: trim writepage mapping to within eof
by Brian Foster
· 7 years ago
245262c
xfs: cancel dirty pages on invalidation
by Dave Chinner
· 7 years ago
0eebfed
xfs: update i_size after unwritten conversion in dio completion
by Eryu Guan
· 7 years ago
772003c
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
by Christoph Hellwig
· 7 years ago
621d0b7
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 7 years ago
61604a2
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
54894ea
xfs: fix use-after-free in xfs_finish_page_writeback
by Eryu Guan
· 8 years ago
d07b585
xfs: fix and streamline error handling in xfs_end_io
by Christoph Hellwig
· 8 years ago
3b83a02
xfs: only reclaim unwritten COW extents periodically
by Christoph Hellwig
· 8 years ago
5bbf5ba
xfs: reject all unaligned direct writes to reflinked files
by Christoph Hellwig
· 8 years ago
e02f0ff
xfs: mark speculative prealloc CoW fork extents unwritten
by Darrick J. Wong
· 8 years ago
6ba35da
xfs: Timely free truncated dirty pages
by Jan Kara
· 8 years ago
3978c5bb
xfs: don't BUG() on mixed direct and mapped I/O
by Brian Foster
· 8 years ago
feac470
xfs: convert COW blocks to real blocks before unwritten extent conversion
by Christoph Hellwig
· 8 years ago
0613f16
xfs: implement CoW for directio writes
by Darrick J. Wong
· 8 years ago
db1327b
xfs: report shared extent mappings to userspace correctly
by Darrick J. Wong
· 8 years ago
43caeb1
xfs: move mappings from cow fork to data fork after copy-write
by Darrick J. Wong
· 8 years ago
ef47366
xfs: allocate delayed extents in CoW fork
by Darrick J. Wong
· 8 years ago
60b4984
xfs: support allocating delayed extents in CoW fork
by Darrick J. Wong
· 8 years ago
e372843
xfs: refactor xfs_setfilesize
by Christoph Hellwig
· 8 years ago
0e6acf0
Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
f2bdfda
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
by Dave Chinner
· 8 years ago
28b783e
xfs: bufferhead chains are invalid after end_page_writeback
by Dave Chinner
· 8 years ago
99579cc
xfs: skip dirty pages in ->releasepage()
by Brian Foster
· 8 years ago
b47ec80
Merge branch 'xfs-4.8-split-dax-dio' into for-next
by Dave Chinner
· 8 years ago
fa8d972
xfs: direct calls in the direct I/O path
by Christoph Hellwig
· 8 years ago
6e8a27a
xfs: remove buffered write support from __xfs_get_blocks
by Christoph Hellwig
· 8 years ago
68a9f5e
xfs: implement iomap based buffered write path
by Christoph Hellwig
· 8 years ago
50bfcd0
xfs: use bio op accessors
by Mike Christie
· 8 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 8 years ago
0b9210c
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
d6bd961
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
by Dave Chinner
· 8 years ago
690a787
xfs: fix warning in xfs_finish_page_writeback for non-debug builds
by Christoph Hellwig
· 8 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
0e51a8e
xfs: optimize bio handling in the buffer writeback path
by Christoph Hellwig
· 9 years ago
37992c1
xfs: don't release bios on completion immediately
by Dave Chinner
· 9 years ago
bb18782
xfs: build bios directly in xfs_add_to_ioend
by Dave Chinner
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
53d2e69
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
62cccb8
mm: simplify lock_page_memcg()
by Johannes Weiner
· 9 years ago
81f8c3a
mm: memcontrol: generalize locking for the page->mem_cgroup binding
by Johannes Weiner
· 9 years ago
2cdb958
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
by Dave Chinner
· 9 years ago
801cc4e
xfs: debug mode forced buffered write failure
by Brian Foster
· 9 years ago
3d93ec0
Merge branch 'xfs-writepage-rework-4.6' into for-next
by Dave Chinner
· 9 years ago
0df61da
xfs: ioends require logically contiguous file offsets
by Darrick J. Wong
· 9 years ago
6d247d4
Merge branch 'xfs-misc-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
7f6d5b5
dax: move writeback calls into the filesystems
by Ross Zwisler
· 9 years ago
20a90f5
dax: give DAX clearing code correct bdev
by Ross Zwisler
· 9 years ago
e10de37
xfs: don't chain ioends during writepage submission
by Dave Chinner
· 9 years ago
bfce7d2
xfs: factor mapping out of xfs_do_writepage
by Dave Chinner
· 9 years ago
ad68972
xfs: xfs_cluster_write is redundant
by Dave Chinner
· 9 years ago
fbcc025
xfs: Introduce writeback context for writepages
by Dave Chinner
· 9 years ago
150d5be
xfs: remove xfs_cancel_ioend
by Dave Chinner
· 9 years ago
988ef92
xfs: remove nonblocking mode from xfs_vm_writepage
by Dave Chinner
· 9 years ago
af055e3
xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown
by Brian Foster
· 9 years ago
60630fe
xfs: clean up unwritten buffers on write failure
by Brian Foster
· 9 years ago
c19b104
xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO
by Christoph Hellwig
· 9 years ago
273dda7
xfs: don't use ioends for direct write completions
by Christoph Hellwig
· 9 years ago
187372a
direct-io: always call ->end_io if non-NULL
by Christoph Hellwig
· 9 years ago
121e213
xfs: add tracepoints to readpage calls
by Dave Chinner
· 9 years ago
264e89a
Merge branch 'xfs-dax-updates' into for-next
by Dave Chinner
· 9 years ago
01a155e
xfs: DAX does not use IO completion callbacks
by Dave Chinner
· 9 years ago
1ca1915
xfs: Don't use unwritten extents for DAX
by Dave Chinner
· 9 years ago
3e12dbb
xfs: fix inode size update overflow in xfs_map_direct()
by Dave Chinner
· 9 years ago
009c6e8
xfs: add missing ilock around dio write last extent alignment
by Brian Foster
· 9 years ago
5cb13dc
cancel the setfilesize transation when io error happen
by Zhaohongjiang
· 9 years ago
77a7880
Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
7d9071a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
c9eb256
xfs: return errors from partial I/O failures to files
by David Jeffery
· 9 years ago
bee9182
introduce __sb_writers_{acquired,release}() helpers
by Oleg Nesterov
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
68b4449
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
4ea7976
Merge branch 'xfs-commit-cleanup' into for-next
by Dave Chinner
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 9 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 9 years ago
6e1ba0b
xfs: add DAX IO path support
by Dave Chinner
· 9 years ago
6b698ed
xfs: add DAX file operations support
by Dave Chinner
· 9 years ago
c4843a7
memcg: add per cgroup dirty page accounting
by Greg Thelen
· 9 years ago
dac5621
bio: skip atomic inc/dec of ->bi_cnt for most use cases
by Jens Axboe
· 10 years ago
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
Next »