Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ba1d91df93b33ea2c29390881f0ba13574f1a01
/
fs
/
xfs
/
xfs_aops.c
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
· 10 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
· 10 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
6e1ba0b
xfs: add DAX IO path support
by Dave Chinner
· 10 years ago
6b698ed
xfs: add DAX file operations support
by Dave Chinner
· 10 years ago
c4843a7
memcg: add per cgroup dirty page accounting
by Greg Thelen
· 10 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
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
· 11 years ago
7691283
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
by Dave Chinner
· 11 years ago
448011e
xfs: tone down writepage/releasepage WARN_ONs
by Christoph Hellwig
· 11 years ago
8695d27
xfs: fix infinite loop at xfs_vm_writepage on 32bit system
by Jie Liu
· 11 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
309ecac8
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
70a9883
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
· 12 years ago
34097df
xfs: use ->invalidatepage() length argument
by Lukas Czerner
· 12 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
Next »