summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-0320-119/+74
* mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-033-37/+27
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-034-10/+17
* mm: clarify __GFP_MEMALLOC usageMichal Hocko2020-06-031-0/+5
* string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens2020-06-031-12/+48
* kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens2020-06-031-10/+19
* mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard2020-06-031-0/+3
* drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-031-9/+13
* mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-032-0/+38
* mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-032-41/+43
* mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard2020-06-031-66/+66
* mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt2020-06-031-25/+26
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-031-1/+3
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-028-173/+136
|\
| * erofs: suppress false positive last_block warningGao Xiang2020-05-291-2/+2
| * erofs: convert to use the new mount fs_context apiChao Yu2020-05-294-156/+132
| * erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-274-16/+3
* | Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-06-022-3/+3
|\ \
| * | jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-092-3/+3
* | | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-0252-3045/+3224
|\ \ \
| * | | btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana2020-05-281-5/+15
| * | | btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana2020-05-281-5/+56
| * | | btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana2020-05-281-1/+1
| * | | btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov2020-05-281-5/+4
| * | | btrfs: open code key_searchNikolay Borisov2020-05-281-23/+18
| * | | btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig2020-05-283-90/+83
| * | | btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-05-282-21/+0
| * | | fs: remove dio_end_io()Goldwyn Rodrigues2020-05-282-21/+0
| * | | btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues2020-05-284-169/+166
| * | | iomap: remove lockdep_assert_held()Goldwyn Rodrigues2020-05-251-2/+0
| * | | iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2020-05-252-5/+12
| * | | fs: export generic_file_buffered_read()Goldwyn Rodrigues2020-05-252-1/+4
| * | | btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana2020-05-251-11/+4
| * | | btrfs: include error on messages about failure to write space/inode cachesFilipe Manana2020-05-251-6/+6
| * | | btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana2020-05-251-7/+4
| * | | btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-05-251-2/+4
| * | | btrfs: make checksum item extension more efficientFilipe Manana2020-05-251-10/+17
| * | | btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-255-4/+28
| * | | btrfs: unexport btrfs_compress_set_level()Anand Jain2020-05-252-18/+16
| * | | btrfs: simplify iget helpersDavid Sterba2020-05-2511-81/+44
| * | | btrfs: open code read_fs_rootDavid Sterba2020-05-251-12/+9
| * | | btrfs: simplify root lookup by idDavid Sterba2020-05-2515-113/+46
| * | | btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo2020-05-252-0/+3
| * | | btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo2020-05-251-3/+9
| * | | btrfs: reduce lock contention when creating snapshotRobbie Ko2020-05-251-29/+41
| * | | btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo2020-05-253-12/+23
| * | | btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()Qu Wenruo2020-05-251-10/+8
| * | | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-2513-55/+81
| * | | btrfs: drop stale reference to volume_mutexAnand Jain2020-05-251-4/+3
| * | | btrfs: update documentation of set/get helpersDavid Sterba2020-05-251-13/+17