index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
6
-52
/
+40
*
xfs: move xfs_file_iomap_begin_delay around
Christoph Hellwig
2019-10-21
1
-213
/
+221
*
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
2019-10-21
5
-24
/
+60
*
xfs: factor out a helper to calculate the end_fsb
Christoph Hellwig
2019-10-21
1
-20
/
+20
*
xfs: fill out the srcmap in iomap_begin
Christoph Hellwig
2019-10-21
1
-25
/
+24
*
xfs: refactor xfs_file_iomap_begin_delay
Christoph Hellwig
2019-10-21
1
-24
/
+24
*
xfs: pass two imaps to xfs_reflink_allocate_cow
Christoph Hellwig
2019-10-21
3
-21
/
+21
*
xfs: remove xfs_reflink_dirty_extents
Christoph Hellwig
2019-10-21
1
-98
/
+5
*
xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
Christoph Hellwig
2019-10-21
1
-1
/
+2
*
xfs: fix inode fork extent count overflow
Dave Chinner
2019-10-21
5
-20
/
+24
*
xfs: remove the XLOG_STATE_DO_CALLBACK state
Christoph Hellwig
2019-10-21
2
-66
/
+11
*
xfs: turn ic_state into an enum
Christoph Hellwig
2019-10-21
3
-94
/
+88
*
xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags
Christoph Hellwig
2019-10-21
1
-2
/
+0
*
xfs: remove dead ifdef XFSERRORDEBUG code
Christoph Hellwig
2019-10-21
1
-13
/
+0
*
xfs: call xlog_state_release_iclog with l_icloglock held
Christoph Hellwig
2019-10-21
1
-98
/
+90
*
xfs: move the locking from xlog_state_finish_copy to the callers
Christoph Hellwig
2019-10-21
1
-9
/
+7
*
xfs: remove the unused ic_io_size field from xlog_in_core
Christoph Hellwig
2019-10-21
2
-7
/
+2
*
xfs: pass the correct flag to xlog_write_iclog
Christoph Hellwig
2019-10-21
1
-1
/
+1
*
xfs: optimize near mode bnobt scans with concurrent cntbt lookups
Brian Foster
2019-10-21
2
-12
/
+144
*
xfs: factor out tree fixup logic into helper
Brian Foster
2019-10-21
2
-10
/
+33
*
xfs: refactor near mode alloc bnobt scan into separate function
Brian Foster
2019-10-21
1
-54
/
+74
*
xfs: refactor and reuse best extent scanning logic
Brian Foster
2019-10-21
1
-55
/
+55
*
xfs: refactor allocation tree fixup code
Brian Foster
2019-10-21
1
-16
/
+2
*
xfs: reuse best extent tracking logic for bnobt scan
Brian Foster
2019-10-21
2
-201
/
+79
*
xfs: refactor cntbt lastblock scan best extent logic into helper
Brian Foster
2019-10-21
2
-28
/
+113
*
xfs: track best extent from cntbt lastblock scan in alloc cursor
Brian Foster
2019-10-21
1
-30
/
+33
*
xfs: track allocation busy state in allocation cursor
Brian Foster
2019-10-21
1
-11
/
+14
*
xfs: introduce allocation cursor data structure
Brian Foster
2019-10-21
1
-155
/
+163
*
xfs: track active state of allocation btree cursors
Brian Foster
2019-10-21
3
-3
/
+25
*
xfs: ignore extent size hints for always COW inodes
Christoph Hellwig
2019-10-21
1
-0
/
+6
*
xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS
yu kuai
2019-10-21
1
-0
/
+10
*
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-21
12
-55
/
+82
*
iomap: renumber IOMAP_HOLE to 0
Christoph Hellwig
2019-10-21
1
-5
/
+5
*
iomap: use write_begin to read pages to unshare
Christoph Hellwig
2019-10-21
1
-33
/
+16
*
iomap: move the zeroing case out of iomap_read_page_sync
Christoph Hellwig
2019-10-21
1
-17
/
+16
*
iomap: ignore non-shared or non-data blocks in xfs_file_dirty
Christoph Hellwig
2019-10-21
3
-6
/
+13
*
iomap: always use AOP_FLAG_NOFS in iomap_write_begin
Christoph Hellwig
2019-10-21
1
-9
/
+5
*
iomap: remove the unused iomap argument to __iomap_write_end
Christoph Hellwig
2019-10-21
1
-2
/
+2
*
iomap: better document the IOMAP_F_* flags
Christoph Hellwig
2019-10-21
1
-8
/
+23
*
iomap: enhance writeback error message
Darrick J. Wong
2019-10-21
1
-2
/
+3
*
iomap: pass a struct page to iomap_finish_page_writeback
Christoph Hellwig
2019-10-21
1
-5
/
+5
*
iomap: cleanup iomap_ioend_compare
Christoph Hellwig
2019-10-21
1
-4
/
+3
*
iomap: move struct iomap_page out of iomap.h
Christoph Hellwig
2019-10-21
2
-17
/
+17
*
iomap: warn on inline maps in iomap_writepage_map
Christoph Hellwig
2019-10-21
1
-0
/
+2
*
iomap: lift the xfs writeback code to iomap
Christoph Hellwig
2019-10-21
7
-648
/
+669
*
iomap: lift common tracing code from xfs to iomap
Christoph Hellwig
2019-10-21
6
-57
/
+120
*
iomap: zero newly allocated mapped blocks
Christoph Hellwig
2019-10-21
1
-2
/
+10
*
xfs: remove the fork fields in the writepage_ctx and ioend
Christoph Hellwig
2019-10-21
2
-27
/
+46
*
xfs: turn io_append_trans into an io_private void pointer
Christoph Hellwig
2019-10-21
2
-14
/
+14
*
xfs: refactor the ioend merging code
Christoph Hellwig
2019-10-21
1
-31
/
+42
[next]