index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
3
-9
/
+10
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
1
-1
/
+1
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
10
-32
/
+116
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
1
-3
/
+4
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
3
-33
/
+45
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
4
-111
/
+94
2019-02-21
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
1
-15
/
+16
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
3
-13
/
+29
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
3
-2
/
+89
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
3
-49
/
+41
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
8
-23
/
+45
2019-02-17
xfs: retry COW fork delalloc conversion when no extent was found
Christoph Hellwig
1
-2
/
+16
2019-02-17
xfs: remove the truncate short cut in xfs_map_blocks
Christoph Hellwig
1
-20
/
+0
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
3
-89
/
+45
2019-02-17
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
2
-4
/
+3
2019-02-17
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
3
-35
/
+40
2019-02-17
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
Christoph Hellwig
2
-52
/
+58
2019-02-17
xfs: factor out two helpers from xfs_bmapi_write
Christoph Hellwig
1
-34
/
+44
2019-02-17
xfs: simplify the xfs_bmap_btree_to_extents calling conventions
Christoph Hellwig
1
-52
/
+26
2019-02-17
xfs: remove the s_maxbytes checks in xfs_map_blocks
Christoph Hellwig
1
-6
/
+2
2019-02-17
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
5
-98
/
+63
2019-02-14
xfs: don't ever put nlink > 0 inodes on the unlinked list
Darrick J. Wong
2
-12
/
+17
2019-02-14
xfs: reserve blocks for ifree transaction during log recovery
Darrick J. Wong
2
-0
/
+8
2019-02-14
xfs: rename m_inotbt_nores to m_finobt_nores
Darrick J. Wong
4
-5
/
+5
2019-02-14
xfs: don't overflow xattr listent buffer
Darrick J. Wong
2
-0
/
+4
2019-02-11
xfs: compile time offset checks for common v4/v5 metadata
Brian Foster
1
-0
/
+21
2019-02-11
xfs: use buf ops magic to detect btree block type
Darrick J. Wong
3
-10
/
+2
2019-02-11
xfs: add magic numbers to dquot buffer ops
Darrick J. Wong
1
-0
/
+4
2019-02-11
xfs: add inode magic to inode verifier
Darrick J. Wong
2
-2
/
+6
2019-02-11
xfs: factor xfs_da3_blkinfo verification into common helper
Brian Foster
4
-37
/
+43
2019-02-11
xfs: miscellaneous verifier magic value fixups
Brian Foster
13
-46
/
+57
2019-02-11
xfs: use verifier magic field in dir2 leaf verifiers
Brian Foster
1
-68
/
+19
2019-02-11
xfs: distinguish between bnobt and cntbt magic values
Brian Foster
1
-35
/
+25
2019-02-11
xfs: split up allocation btree verifier
Brian Foster
5
-11
/
+20
2019-02-11
xfs: distinguish between inobt and finobt magic values
Brian Foster
3
-9
/
+28
2019-02-11
xfs: create a separate finobt verifier
Brian Foster
5
-5
/
+15
2019-02-11
xfs: always check magic values in on-disk byte order
Brian Foster
5
-7
/
+8
2019-02-11
xfs: clarify documentation for the function to reverify buffers
Brian Foster
3
-22
/
+17
2019-02-11
xfs: cache unlinked pointers in an rhashtable
Darrick J. Wong
7
-7
/
+306
2019-02-11
xfs: add tracepoints for high level iunlink operations
Darrick J. Wong
2
-0
/
+28
2019-02-11
xfs: refactor inode update in iunlink_remove
Darrick J. Wong
1
-21
/
+13
2019-02-11
xfs: refactor unlinked list search and mapping to a separate function
Darrick J. Wong
1
-38
/
+96
2019-02-11
xfs: refactor inode unlinked pointer update functions
Darrick J. Wong
2
-92
/
+125
2019-02-11
xfs: strengthen AGI unlinked inode bucket pointer checks
Darrick J. Wong
1
-11
/
+14
2019-02-11
xfs: refactor AGI unlinked bucket updates
Darrick J. Wong
2
-20
/
+71
2019-02-11
xfs: add xfs_verify_agino_or_null helper
Darrick J. Wong
4
-7
/
+19
2019-02-11
xfs: clean up iunlink functions
Darrick J. Wong
1
-47
/
+32
2019-02-11
xfs: use the latest extent at writeback delalloc conversion time
Brian Foster
3
-124
/
+64
2019-02-11
xfs: create delalloc bmapi wrapper for full extent allocation
Brian Foster
2
-4
/
+59
2019-02-11
xfs: remove superfluous writeback mapping eof trimming
Brian Foster
3
-27
/
+0
[next]