index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_aops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dax: move writeback calls into the filesystems
Ross Zwisler
2016-02-27
1
-0
/
+4
*
dax: give DAX clearing code correct bdev
Ross Zwisler
2016-02-27
1
-1
/
+1
*
xfs: add tracepoints to readpage calls
Dave Chinner
2016-01-08
1
-0
/
+2
*
Merge branch 'xfs-dax-updates' into for-next
Dave Chinner
2015-11-03
1
-46
/
+50
|
\
|
*
xfs: DAX does not use IO completion callbacks
Dave Chinner
2015-11-03
1
-39
/
+0
|
*
xfs: Don't use unwritten extents for DAX
Dave Chinner
2015-11-03
1
-4
/
+9
|
*
xfs: fix inode size update overflow in xfs_map_direct()
Dave Chinner
2015-11-03
1
-6
/
+44
*
|
xfs: add missing ilock around dio write last extent alignment
Brian Foster
2015-10-12
1
-5
/
+5
*
|
cancel the setfilesize transation when io error happen
Zhaohongjiang
2015-10-12
1
-2
/
+11
|
/
*
Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-07
1
-1
/
+2
|
\
|
*
xfs: return errors from partial I/O failures to files
David Jeffery
2015-08-28
1
-1
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-09-05
1
-4
/
+2
|
\
\
|
*
|
introduce __sb_writers_{acquired,release}() helpers
Oleg Nesterov
2015-08-15
1
-4
/
+2
|
|
/
*
|
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-13
1
-2
/
+1
*
|
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-3
/
+2
|
/
*
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-06-30
1
-45
/
+113
|
\
|
*
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
2015-06-04
1
-3
/
+3
|
|
\
|
|
*
xfs: saner xfs_trans_commit interface
Christoph Hellwig
2015-06-04
1
-1
/
+1
|
|
*
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
2015-06-04
1
-2
/
+2
|
*
|
xfs: add DAX IO path support
Dave Chinner
2015-06-04
1
-9
/
+27
|
*
|
xfs: add DAX file operations support
Dave Chinner
2015-06-04
1
-33
/
+83
|
|
/
*
|
memcg: add per cgroup dirty page accounting
Greg Thelen
2015-06-02
1
-2
/
+10
*
|
bio: skip atomic inc/dec of ->bi_cnt for most use cases
Jens Axboe
2015-05-05
1
-1
/
+0
|
/
*
Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-04-24
1
-78
/
+192
|
\
|
*
xfs: DIO write completion size updates race
Dave Chinner
2015-04-16
1
-0
/
+7
|
*
xfs: DIO writes within EOF don't need an ioend
Dave Chinner
2015-04-16
1
-30
/
+39
|
*
xfs: handle DIO overwrite EOF update completion correctly
Dave Chinner
2015-04-16
1
-31
/
+30
|
*
xfs: DIO needs an ioend for writes
Dave Chinner
2015-04-16
1
-10
/
+82
|
*
xfs: move DIO mapping size calculation
Dave Chinner
2015-04-16
1
-33
/
+46
|
*
xfs: factor DIO write mapping from get_blocks
Dave Chinner
2015-04-16
1
-13
/
+27
*
|
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
1
-1
/
+0
*
|
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
1
-1
/
+1
*
|
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
2015-04-11
1
-5
/
+4
*
|
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-25
1
-1
/
+0
|
/
*
xfs: don't allocate an ioend for direct I/O completions
Christoph Hellwig
2015-02-02
1
-88
/
+61
*
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_dinode.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
Dave Chinner
2014-10-13
1
-0
/
+7
|
\
|
*
xfs: restore buffer_head unwritten bit on ioend cancel
Brian Foster
2014-10-02
1
-0
/
+7
*
|
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
Dave Chinner
2014-09-23
1
-2
/
+14
*
|
xfs: don't dirty buffers beyond EOF
Dave Chinner
2014-09-02
1
-0
/
+61
|
/
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-6
/
+6
*
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2014-06-22
1
-5
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
1
-10
/
+7
|
\
|
*
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
2014-05-06
1
-6
/
+4
|
*
get rid of pointless iov_length() in ->direct_IO()
Al Viro
2014-05-06
1
-1
/
+1
|
*
pass iov_iter to ->direct_IO()
Al Viro
2014-05-06
1
-8
/
+7
*
|
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
Dave Chinner
2014-06-10
1
-3
/
+3
|
\
\
|
*
|
xfs: tone down writepage/releasepage WARN_ONs
Christoph Hellwig
2014-06-06
1
-3
/
+3
|
|
/
[next]