index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-19
ext2: stop passing buffer_head to ext2_get_blocks
Christoph Hellwig
1
-15
/
+24
2016-09-19
xfs: use iomap to implement DAX
Christoph Hellwig
2
-48
/
+24
2016-09-19
xfs: refactor xfs_setfilesize
Christoph Hellwig
2
-10
/
+22
2016-09-19
xfs: take the ilock shared if possible in xfs_file_iomap_begin
Christoph Hellwig
1
-4
/
+6
2016-09-19
xfs: fix locking for DAX writes
Christoph Hellwig
1
-19
/
+1
2016-09-19
dax: provide an iomap based fault handler
Christoph Hellwig
2
-0
/
+116
2016-09-19
dax: provide an iomap based dax read/write path
Christoph Hellwig
2
-0
/
+118
2016-09-19
dax: don't pass buffer_head to copy_user_dax
Christoph Hellwig
1
-6
/
+6
2016-09-19
dax: don't pass buffer_head to dax_insert_mapping
Christoph Hellwig
1
-6
/
+6
2016-09-19
iomap: expose iomap_apply outside iomap.c
Christoph Hellwig
2
-4
/
+12
2016-09-19
iomap: add IOMAP_F_NEW flag
Christoph Hellwig
2
-0
/
+2
2016-09-19
xfs: rewrite and optimize the delalloc write path
Christoph Hellwig
4
-315
/
+181
2016-09-19
xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case
Christoph Hellwig
2
-0
/
+15
2016-09-19
xfs: factor our a helper to calculate the EOF alignment
Christoph Hellwig
1
-10
/
+21
2016-09-19
xfs: move xfs_bmbt_to_iomap up
Christoph Hellwig
1
-26
/
+26
2016-08-30
xfs: track log done items directly in the deferred pending work item
Darrick J. Wong
3
-15
/
+6
2016-08-29
iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
Christoph Hellwig
2
-2
/
+11
2016-08-26
xfs: prevent dropping ioend completions during buftarg wait
Brian Foster
1
-1
/
+1
2016-08-26
xfs: fix superblock inprogress check
Dave Chinner
1
-1
/
+2
2016-08-26
xfs: simple btree query range should look right if LE lookup fails
Darrick J. Wong
1
-0
/
+7
2016-08-26
xfs: fix some key handling problems in _btree_simple_query_range
Darrick J. Wong
1
-1
/
+2
2016-08-26
xfs: don't log the entire end of the AGF
Darrick J. Wong
2
-2
/
+6
2016-08-26
xfs: disallow mounting of realtime + rmap filesystems
Darrick J. Wong
1
-1
/
+8
2016-08-26
xfs: don't perform lookups on zero-height btrees
Darrick J. Wong
1
-0
/
+4
2016-08-17
xfs: remove OWN_AG rmap when allocating a block from the AGFL
Darrick J. Wong
1
-0
/
+13
2016-08-17
xfs: (re-)implement FIEMAP_FLAG_XATTR
Christoph Hellwig
3
-1
/
+54
2016-08-17
xfs: simplify xfs_file_iomap_begin
Christoph Hellwig
2
-11
/
+4
2016-08-17
iomap: mark ->iomap_end as optional
Christoph Hellwig
1
-2
/
+5
2016-08-17
iomap: prepare iomap_fiemap for attribute mappings
Dave Chinner
1
-0
/
+3
2016-08-17
iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
Dave Chinner
1
-3
/
+5
2016-08-17
iomap: remove superflous pagefault_disable from iomap_write_actor
Christoph Hellwig
1
-2
/
+0
2016-08-17
iomap: remove superflous mark_page_accessed from iomap_write_actor
Christoph Hellwig
1
-1
/
+0
2016-08-17
xfs: store rmapbt block count in the AGF
Darrick J. Wong
4
-3
/
+16
2016-08-17
xfs: don't invalidate whole file on DAX read/write
Dave Chinner
1
-1
/
+12
2016-08-17
xfs: fix bogus space reservation in xfs_iomap_write_allocate
Christoph Hellwig
1
-3
/
+7
2016-08-17
xfs: don't assert fail on non-async buffers on ioacct decrement
Brian Foster
1
-1
/
+0
2016-08-15
Linux 4.8-rc2
v4.8-rc2
Linus Torvalds
1
-1
/
+1
2016-08-13
h8300: Add missing include file to asm/io.h
Guenter Roeck
1
-0
/
+2
2016-08-13
unicore32: mm: Add missing parameter to arch_vma_access_permitted
Guenter Roeck
1
-1
/
+1
2016-08-12
PM / hibernate: Restore processor state before using per-CPU variables
Thomas Garnier
1
-2
/
+2
2016-08-12
nfsd: don't return an unhashed lock stateid after taking mutex
Jeff Layton
1
-5
/
+20
2016-08-12
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
Masahiro Yamada
1
-1
/
+0
2016-08-12
arm64: defconfig: add options for virtualization and containers
Riku Voipio
1
-6
/
+46
2016-08-12
arm64: hibernate: handle allocation failures
Mark Rutland
1
-27
/
+32
2016-08-12
arm64: hibernate: avoid potential TLB conflict
Mark Rutland
1
-6
/
+17
2016-08-12
arm64: Handle el1 synchronous instruction aborts cleanly
Laura Abbott
2
-2
/
+19
2016-08-12
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2
-12
/
+35
2016-08-12
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
1
-1
/
+1
2016-08-12
MIPS: KVM: Add missing gfn range check
James Hogan
1
-8
/
+15
2016-08-12
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
1
-21
/
+28
[next]