index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
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-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-1
/
+0
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-1
/
+1
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
1
-5
/
+4
2015-03-25
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-06
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-6
/
+4
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-06
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-04
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
2014-03-07
xfs: xfs_check_page_type buffer checks need help
Dave Chinner
1
-31
/
+50
2014-02-10
xfs: allow appending aio writes
Christoph Hellwig
1
-1
/
+2
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2013-12-18
xfs: rename xfs_ilock_map_shared
Christoph Hellwig
1
-1
/
+1
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-1
/
+1
2013-10-30
xfs: prevent stack overflows from page cache allocation
Dave Chinner
1
-2
/
+1
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-2
/
+2
[next]