index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
1
-4
/
+5
2018-07-12
xfs: use ->t_dfops in cancel cow blocks operation
Brian Foster
1
-6
/
+8
2018-07-12
xfs: use ->t_dfops for rmap extent swap operations
Brian Foster
1
-13
/
+19
2018-07-12
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
7
-13
/
+9
2018-07-12
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
3
-18
/
+4
2018-07-12
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
1
-48
/
+44
2018-07-12
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
3
-19
/
+17
2018-07-12
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
3
-17
/
+17
2018-07-12
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2
-5
/
+5
2018-07-12
xfs: remove xfs_bunmapi() dfops param
Brian Foster
9
-24
/
+19
2018-07-12
xfs: use ->t_dfops for all xfs_bunmapi() callers
Brian Foster
4
-24
/
+33
2018-07-12
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
10
-25
/
+20
2018-07-12
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
5
-20
/
+26
2018-07-12
xfs: use ->t_dfops in dqalloc transaction
Brian Foster
1
-14
/
+20
2018-07-12
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
7
-119
/
+117
2018-07-12
xfs: use ->t_dfops in extent split tx and remove param
Brian Foster
1
-7
/
+6
2018-07-12
xfs: remove dfops param in attr fork add path
Brian Foster
1
-11
/
+8
2018-07-12
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
2
-5
/
+9
2018-07-12
xfs: use ->t_dfops for recovery of [b|c]ui log items
Brian Foster
2
-0
/
+16
2018-07-12
xfs: remove dfops param from high level dirname calls
Brian Foster
4
-42
/
+36
2018-07-12
xfs: remove dfops parameter from ifree call stack
Brian Foster
4
-12
/
+7
2018-07-12
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
6
-16
/
+16
2018-07-12
xfs: cow unwritten conversion uses uninitialized dfops
Brian Foster
1
-7
/
+4
2018-07-12
xfs: update my copyrights for the writeback and iomap code
Christoph Hellwig
2
-1
/
+2
2018-07-12
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
5
-455
/
+61
2018-07-12
iomap: add support for sub-pagesize buffered I/O without buffer heads
Christoph Hellwig
2
-21
/
+290
2018-07-12
xfs: allow writeback on pages without buffer heads
Christoph Hellwig
2
-15
/
+39
2018-07-12
xfs: refactor the tail of xfs_writepage_map
Christoph Hellwig
1
-33
/
+32
2018-07-12
xfs: remove xfs_start_page_writeback
Christoph Hellwig
1
-26
/
+20
2018-07-12
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
Christoph Hellwig
1
-17
/
+5
2018-07-12
xfs: don't look at buffer heads in xfs_add_to_ioend
Christoph Hellwig
1
-36
/
+32
2018-07-12
xfs: remove the imap_valid flag
Christoph Hellwig
1
-51
/
+38
2018-07-12
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
Christoph Hellwig
1
-14
/
+5
2018-07-12
xfs: remove xfs_reflink_find_cow_mapping
Christoph Hellwig
4
-39
/
+13
2018-07-12
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
2
-7
/
+2
2018-07-12
xfs: make xfs_writepage_map extent map centric
Dave Chinner
1
-52
/
+36
2018-07-12
xfs: rename the offset variable in xfs_writepage_map
Christoph Hellwig
1
-10
/
+10
2018-07-12
xfs: remove xfs_map_cow
Christoph Hellwig
2
-99
/
+100
2018-07-12
xfs: remove xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
4
-43
/
+0
2018-07-12
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
Christoph Hellwig
1
-4
/
+1
2018-07-12
xfs: don't clear imap_valid for a non-uptodate buffers
Christoph Hellwig
1
-7
/
+2
2018-07-12
xfs: do not set the page uptodate in xfs_writepage_map
Christoph Hellwig
1
-6
/
+0
2018-07-12
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
3
-9
/
+5
2018-07-12
xfs: simplify xfs_aops_discard_page
Christoph Hellwig
1
-76
/
+9
2018-07-12
xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
Christoph Hellwig
1
-0
/
+4
2018-07-12
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
Darrick J. Wong
5
-96
/
+536
2018-07-09
Linux 4.18-rc4
v4.18-rc4
Linus Torvalds
1
-1
/
+1
2018-07-09
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
8
-7
/
+16
2018-07-08
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+8
2018-07-08
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-11
/
+129
[prev]
[next]