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.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
2016-11-30
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
14
-159
/
+86
2016-11-30
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
2
-10
/
+35
2016-11-30
block: add bio_iov_iter_get_pages()
Kent Overstreet
2
-0
/
+50
2016-11-30
Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio
Dave Chinner
30
-1064
/
+961
2016-11-28
xfs: pass post-eof speculative prealloc blocks to bmapi
Brian Foster
1
-20
/
+13
2016-11-28
xfs: clean up cow fork reservation and tag inodes correctly
Brian Foster
1
-26
/
+3
2016-11-28
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
Brian Foster
4
-5
/
+24
2016-11-28
xfs: always succeed when deduping zero bytes
Darrick J. Wong
1
-1
/
+7
2016-11-28
fs: xfs: libxfs: constify xfs_nameops structures
Bhumika Goyal
1
-1
/
+1
2016-11-28
fs: xfs: xfs_icreate_item: constify xfs_item_ops structure
Bhumika Goyal
1
-1
/
+1
2016-11-28
xfs: factor rmap btree size into the indlen calculations
Darrick J. Wong
1
-2
/
+15
2016-11-28
xfs: add XBF_XBF_NO_IOACCT to buf trace output
Eric Sandeen
1
-0
/
+1
2016-11-24
xfs: remove NULLEXTNUM
Christoph Hellwig
2
-2
/
+1
2016-11-24
xfs: remove xfs_bmap_search_extents
Christoph Hellwig
2
-95
/
+0
2016-11-24
xfs: use new extent lookup helpers in xfs_reflink_end_cow
Christoph Hellwig
1
-10
/
+6
2016-11-24
xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocks
Christoph Hellwig
1
-8
/
+4
2016-11-24
xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
2
-22
/
+13
2016-11-24
xfs: cleanup xfs_reflink_find_cow_mapping
Christoph Hellwig
3
-32
/
+19
2016-11-24
xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
Christoph Hellwig
1
-5
/
+7
2016-11-24
xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
Christoph Hellwig
1
-11
/
+9
2016-11-24
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
4
-7
/
+9
2016-11-24
xfs: use new extent lookup helpers in __xfs_bunmapi
Christoph Hellwig
1
-27
/
+13
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_write
Christoph Hellwig
1
-8
/
+7
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_read
Christoph Hellwig
1
-8
/
+6
2016-11-24
xfs: cleanup xfs_bmap_last_before
Christoph Hellwig
1
-32
/
+32
2016-11-24
xfs: new inode extent list lookup helpers
Christoph Hellwig
2
-0
/
+52
2016-11-10
dax: Introduce IOMAP_FAULT flag
Jan Kara
3
-4
/
+6
2016-11-10
xfs: fix unbalanced inode reclaim flush locking
Brian Foster
2
-18
/
+20
2016-11-08
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
8
-67
/
+64
2016-11-08
xfs: fix up xfs_swap_extent_forks inline extent handling
Eric Sandeen
1
-2
/
+5
2016-11-08
xfs: don't BUG() on mixed direct and mapped I/O
Brian Foster
1
-2
/
+20
2016-11-08
xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
Brian Foster
3
-37
/
+6
2016-11-08
dax: remove "depends on BROKEN" from FS_DAX_PMD
Ross Zwisler
1
-1
/
+0
2016-11-08
xfs: use struct iomap based DAX PMD fault path
Ross Zwisler
3
-25
/
+6
2016-11-08
dax: add struct iomap based DAX PMD support
Ross Zwisler
3
-50
/
+386
2016-11-08
dax: move put_(un)locked_mapping_entry() in dax.c
Ross Zwisler
1
-25
/
+25
2016-11-08
dax: move RADIX_DAX_* defines to dax.h
Ross Zwisler
2
-15
/
+14
2016-11-08
dax: dax_iomap_fault() needs to call iomap_end()
Ross Zwisler
1
-8
/
+29
2016-11-08
dax: add dax_iomap_sector() helper function
Ross Zwisler
1
-3
/
+7
2016-11-08
dax: correct dax iomap code namespace
Ross Zwisler
4
-17
/
+17
2016-11-08
dax: remove dax_pmd_fault()
Ross Zwisler
2
-218
/
+1
2016-11-08
dax: coordinate locking for offsets in PMD range
Ross Zwisler
3
-26
/
+43
2016-11-08
dax: consistent variable naming for DAX entries
Ross Zwisler
1
-17
/
+17
2016-11-08
dax: remove the last BUG_ON() from fs/dax.c
Ross Zwisler
1
-1
/
+2
2016-11-08
dax: make 'wait_table' global variable static
Ross Zwisler
1
-1
/
+1
2016-11-08
ext2: remove support for DAX PMD faults
Ross Zwisler
1
-23
/
+6
2016-11-08
dax: remove buffer_size_valid()
Ross Zwisler
1
-21
/
+1
2016-11-08
ext4: tell DAX the size of allocation holes
Ross Zwisler
1
-0
/
+3
2016-10-24
xfs: defer should abort intent items if the trans roll fails
Darrick J. Wong
1
-12
/
+5
2016-10-24
xfs: clear cowblocks tag when cow fork is emptied
Brian Foster
1
-1
/
+5
[next]