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
/
iomap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+5
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+1
2018-06-05
iomap: fsync swap files before iterating mappings
Darrick J. Wong
1
-1
/
+5
2018-06-01
fs: use ->is_partially_uptodate in page_cache_seek_hole_data
Christoph Hellwig
1
-43
/
+40
2018-06-01
fs: remove the buffer_unwritten check in page_seek_hole_data
Christoph Hellwig
1
-9
/
+4
2018-06-01
fs: move page_cache_seek_hole_data to iomap.c
Christoph Hellwig
1
-0
/
+116
2018-06-01
iomap: add an iomap-based bmap implementation
Christoph Hellwig
1
-0
/
+34
2018-06-01
iomap: add a iomap_sector helper
Christoph Hellwig
1
-9
/
+10
2018-06-01
iomap: use __bio_add_page in iomap_dio_zero
Christoph Hellwig
1
-2
/
+1
2018-06-01
iomap: inline data should be an iomap type, not a flag
Christoph Hellwig
1
-9
/
+12
2018-05-31
fs: iomap dio set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+1
2018-05-17
iomap: don't allow holes in swapfiles
Omar Sandoval
1
-5
/
+0
2018-05-16
iomap: provide more useful errors for invalid swap files
Omar Sandoval
1
-16
/
+24
2018-05-15
iomap: add a swapfile activation function
Darrick J. Wong
1
-0
/
+162
2018-05-09
iomap: Use FUA for pure data O_DSYNC DIO writes
Dave Chinner
1
-5
/
+46
2018-05-09
iomap: iomap_dio_rw() handles all sync writes
Dave Chinner
1
-6
/
+15
2018-01-29
iomap: warn on zero-length mappings
Darrick J. Wong
1
-0
/
+2
2018-01-08
iomap: report collisions between directio and buffered writes to userspace
Darrick J. Wong
1
-2
/
+10
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+15
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-6
/
+7
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
1
-1
/
+1
2017-10-16
fs: invalidate page cache after end_io() in dio completion
Eryu Guan
1
-17
/
+24
2017-10-11
iomap_dio_actor(): fix iov_iter bugs
Al Viro
1
-9
/
+15
2017-10-01
iomap: Add IOMAP_F_DATA_INLINE flag
Andreas Gruenbacher
1
-0
/
+2
2017-10-01
iomap: Switch from blkno to disk offset
Andreas Gruenbacher
1
-6
/
+5
2017-09-28
Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+7
2017-09-26
iomap_dio_rw: Allocate AIO completion queue before submitting dio
Chandan Rajendra
1
-7
/
+7
2017-09-25
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
Lukas Czerner
1
-13
/
+16
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-09-01
iomap: return VM_FAULT_* codes from iomap_page_mkwrite
Christoph Hellwig
1
-2
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-2
/
+2
2017-08-11
iomap: fix integer truncation issues in the zeroing and dirtying helpers
Christoph Hellwig
1
-2
/
+2
2017-07-14
Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+4
2017-07-13
vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
1
-4
/
+4
2017-07-10
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+94
2017-07-02
vfs: Add iomap_seek_hole and iomap_seek_data helpers
Andreas Gruenbacher
1
-0
/
+94
2017-06-27
fs: add O_DIRECT and aio support for sending down write life time hints
Jens Axboe
1
-0
/
+1
2017-06-20
fs: Introduce IOMAP_NOWAIT
Goldwyn Rodrigues
1
-0
/
+8
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2017-05-08
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Tetsuo Handa
1
-10
/
+3
2017-05-06
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+3
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2017-05-03
fs: fix data invalidation in the cleancache during direct IO
Andrey Ryabinin
1
-10
/
+8
2017-04-25
filesystem-dax: convert to dax_direct_access()
Dan Williams
1
-1
/
+2
2017-04-25
iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
Chandan Rajendra
1
-0
/
+3
2017-03-06
iomap: invalidate page caches should be after iomap_dio_complete() in direct ...
Eryu Guan
1
-7
/
+10
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+2
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-5
/
+5
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+2
[next]