index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
cancel the setfilesize transation when io error happen
Zhaohongjiang
1
-2
/
+11
2015-09-07
Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2015-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+2
2015-08-28
xfs: return errors from partial I/O failures to files
David Jeffery
1
-1
/
+2
2015-08-15
introduce __sb_writers_{acquired,release}() helpers
Oleg Nesterov
1
-4
/
+2
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
1
-2
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-3
/
+2
2015-07-01
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-45
/
+113
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
1
-3
/
+3
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-1
/
+1
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
1
-2
/
+2
2015-06-04
xfs: add DAX IO path support
Dave Chinner
1
-9
/
+27
2015-06-04
xfs: add DAX file operations support
Dave Chinner
1
-33
/
+83
2015-06-02
memcg: add per cgroup dirty page accounting
Greg Thelen
1
-2
/
+10
2015-05-05
bio: skip atomic inc/dec of ->bi_cnt for most use cases
Jens Axboe
1
-1
/
+0
2015-04-24
Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-78
/
+192
2015-04-16
xfs: DIO write completion size updates race
Dave Chinner
1
-0
/
+7
2015-04-16
xfs: DIO writes within EOF don't need an ioend
Dave Chinner
1
-30
/
+39
2015-04-16
xfs: handle DIO overwrite EOF update completion correctly
Dave Chinner
1
-31
/
+30
2015-04-16
xfs: DIO needs an ioend for writes
Dave Chinner
1
-10
/
+82
2015-04-16
xfs: move DIO mapping size calculation
Dave Chinner
1
-33
/
+46
2015-04-16
xfs: factor DIO write mapping from get_blocks
Dave Chinner
1
-13
/
+27
2015-04-12
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-1
/
+0
2015-04-12
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-1
/
+1
2015-04-12
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-5
/
+4
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-02-02
xfs: don't allocate an ioend for direct I/O completions
Christoph Hellwig
1
-88
/
+61
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_dinode.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-10-13
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
Dave Chinner
1
-0
/
+7
2014-10-02
xfs: restore buffer_head unwritten bit on ioend cancel
Brian Foster
1
-0
/
+7
2014-09-23
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
Dave Chinner
1
-2
/
+14
2014-09-02
xfs: don't dirty buffers beyond EOF
Dave Chinner
1
-0
/
+61
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-6
/
+6
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
1
-5
/
+5
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+7
2014-06-10
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
Dave Chinner
1
-3
/
+3
2014-06-06
xfs: tone down writepage/releasepage WARN_ONs
Christoph Hellwig
1
-3
/
+3
2014-05-20
xfs: fix infinite loop at xfs_vm_writepage on 32bit system
Jie Liu
1
-6
/
+43
2014-05-07
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-6
/
+4
2014-05-07
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
1
-8
/
+7
2014-04-17
xfs: don't map ranges that span EOF for direct IO
Dave Chinner
1
-0
/
+14
2014-04-14
xfs: xfs_vm_write_end truncates too much on failure
Dave Chinner
1
-4
/
+10
2014-04-14
xfs: write failure beyond EOF truncates too much data
Dave Chinner
1
-2
/
+11
2014-04-14
xfs: kill buffers over failed write ranges properly
Dave Chinner
1
-0
/
+10
2014-04-04
Merge branch 'xfs-bug-fixes-for-3.15-3' into for-next
Dave Chinner
1
-2
/
+2
2014-04-03
xfs: extra semi-colon breaks a condition
Dan Carpenter
1
-2
/
+2
2014-03-13
Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next
Dave Chinner
1
-31
/
+50
[next]