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
*
alpha: simplify detection of memory zone boundaries
Mike Rapoport
2020-06-04
1
-14
/
+4
*
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-06-04
15
-25
/
+18
*
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
2020-06-04
12
-60
/
+38
*
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
2020-06-04
20
-119
/
+74
*
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
2020-06-04
3
-37
/
+27
*
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
2020-06-04
4
-10
/
+17
*
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
2020-06-04
1
-0
/
+5
*
string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
Daniel Axtens
2020-06-04
1
-12
/
+48
*
kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
Daniel Axtens
2020-06-04
1
-10
/
+19
*
mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
John Hubbard
2020-06-04
1
-0
/
+3
*
drm/i915: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-06-04
1
-9
/
+13
*
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
2020-06-04
2
-0
/
+38
*
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
2020-06-04
2
-41
/
+43
*
mm/gup: move __get_user_pages_fast() down a few lines in gup.c
John Hubbard
2020-06-04
1
-66
/
+66
*
mm/memcg: optimize memory.numa_stat like memory.stat
Shakeel Butt
2020-06-04
1
-25
/
+26
*
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
2020-06-04
1
-1
/
+3
*
Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-03
8
-173
/
+136
|
\
|
*
erofs: suppress false positive last_block warning
Gao Xiang
2020-05-29
1
-2
/
+2
|
*
erofs: convert to use the new mount fs_context api
Chao Yu
2020-05-29
4
-156
/
+132
|
*
erofs: code cleanup by removing ifdef macro surrounding
Chengguang Xu
2020-05-27
4
-16
/
+3
*
|
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-06-03
2
-3
/
+3
|
\
\
|
*
|
jfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-09
2
-3
/
+3
*
|
|
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-06-03
52
-3045
/
+3224
|
\
\
\
|
*
|
|
btrfs: fix space_info bytes_may_use underflow during space cache writeout
Filipe Manana
2020-05-28
1
-5
/
+15
|
*
|
|
btrfs: fix space_info bytes_may_use underflow after nocow buffered write
Filipe Manana
2020-05-28
1
-5
/
+56
|
*
|
|
btrfs: fix wrong file range cleanup after an error filling dealloc range
Filipe Manana
2020-05-28
1
-1
/
+1
|
*
|
|
btrfs: remove redundant local variable in read_block_for_search
Nikolay Borisov
2020-05-28
1
-5
/
+4
|
*
|
|
btrfs: open code key_search
Nikolay Borisov
2020-05-28
1
-23
/
+18
|
*
|
|
btrfs: split btrfs_direct_IO to read and write part
Christoph Hellwig
2020-05-28
3
-90
/
+83
|
*
|
|
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2020-05-28
2
-21
/
+0
|
*
|
|
fs: remove dio_end_io()
Goldwyn Rodrigues
2020-05-28
2
-21
/
+0
|
*
|
|
btrfs: switch to iomap_dio_rw() for dio
Goldwyn Rodrigues
2020-05-28
4
-169
/
+166
|
*
|
|
iomap: remove lockdep_assert_held()
Goldwyn Rodrigues
2020-05-25
1
-2
/
+0
|
*
|
|
iomap: add a filesystem hook for direct I/O bio submission
Goldwyn Rodrigues
2020-05-25
2
-5
/
+12
|
*
|
|
fs: export generic_file_buffered_read()
Goldwyn Rodrigues
2020-05-25
2
-1
/
+4
|
*
|
|
btrfs: turn space cache writeout failure messages into debug messages
Filipe Manana
2020-05-25
1
-11
/
+4
|
*
|
|
btrfs: include error on messages about failure to write space/inode caches
Filipe Manana
2020-05-25
1
-6
/
+6
|
*
|
|
btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()
Filipe Manana
2020-05-25
1
-7
/
+4
|
*
|
|
btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums
Filipe Manana
2020-05-25
1
-2
/
+4
|
*
|
|
btrfs: make checksum item extension more efficient
Filipe Manana
2020-05-25
1
-10
/
+17
|
*
|
|
btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents
Filipe Manana
2020-05-25
5
-4
/
+28
|
*
|
|
btrfs: unexport btrfs_compress_set_level()
Anand Jain
2020-05-25
2
-18
/
+16
|
*
|
|
btrfs: simplify iget helpers
David Sterba
2020-05-25
11
-81
/
+44
|
*
|
|
btrfs: open code read_fs_root
David Sterba
2020-05-25
1
-12
/
+9
|
*
|
|
btrfs: simplify root lookup by id
David Sterba
2020-05-25
15
-113
/
+46
|
*
|
|
btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...
Qu Wenruo
2020-05-25
2
-0
/
+3
|
*
|
|
btrfs: reloc: fix reloc root leak and NULL pointer dereference
Qu Wenruo
2020-05-25
1
-3
/
+9
|
*
|
|
btrfs: reduce lock contention when creating snapshot
Robbie Ko
2020-05-25
1
-29
/
+41
|
*
|
|
btrfs: don't set SHAREABLE flag for data reloc tree
Qu Wenruo
2020-05-25
3
-12
/
+23
|
*
|
|
btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()
Qu Wenruo
2020-05-25
1
-10
/
+8
[next]