summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov2019-12-011-5/+6
* mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner2019-12-013-32/+48
* Documentation/admin-guide/cgroup-v2.rst: document why inactive_X + active_X m...Chris Down2019-12-011-1/+6
* mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt2019-12-013-129/+5
* include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee2019-12-011-3/+2
* mm: memcontrol: try harder to set a new memory.highJohannes Weiner2019-12-011-6/+24
* mm: memcontrol: remove dead code from memory_max_write()Johannes Weiner2019-12-011-3/+1
* mm, memcg: clean up reclaim iter arrayYafang Shao2019-12-012-10/+4
* mm/swap.c: trivial mark_page_accessed() cleanupFengguang Wu2019-12-011-4/+9
* mm, swap: disallow swapon() on zoned block devicesNaohiro Aota2019-12-011-0/+7
* mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote()Liu Xiang2019-12-011-10/+22
* mm/gup.c: allow CMA migration to propagate errors back to callerzhong jiang2019-12-011-3/+5
* mm/filemap.c: warn if stale pagecache is left after direct writeKonstantin Khlebnikov2019-12-011-3/+5
* fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-013-22/+26
* mm/filemap.c: remove redundant cache invalidation after async direct-io writeKonstantin Khlebnikov2019-12-011-2/+4
* mm/slub.c: clean up validate_slab()Yu Zhao2019-12-011-13/+8
* mm/slub.c: update commentsYu Zhao2019-12-011-4/+2
* mm: slub: print the offset of fault addressesMiles Chen2019-12-011-3/+6
* mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc cachesPengfei Li2019-12-011-2/+3
* mm, slab: remove unused kmalloc_size()Pengfei Li2019-12-013-25/+5
* mm, slab: make kmalloc_info[] contain all types of namesPengfei Li2019-12-013-44/+51
* fs/buffer.c: include internal.h for missing declarationsBen Dooks2019-12-011-0/+2
* fs/buffer.c: fix use true/false for bool typeSaurav Girepunje2019-12-011-2/+2
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2019-12-011-2/+2
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-12-011-0/+28
* Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-304-3/+4
|\
| * fsnotify: Add git tree reference to MAINTAINERSJan Kara2019-10-301-0/+1
| * fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argumentBen Dooks (Codethink)2019-10-171-1/+1
| * fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks2019-10-172-2/+2
* | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-3021-243/+248
|\ \
| * | ext2: code cleanup for descriptor_loc()Chengguang Xu2019-11-191-4/+1
| * | fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2019-11-112-13/+18
| * | ext2: fix improper function commentChengguang Xu2019-11-071-3/+2
| * | ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu2019-11-071-19/+10
| * | ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu2019-11-071-1/+1
| * | ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara2019-11-071-17/+5
| * | ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2019-11-062-15/+9
| * | ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu2019-11-061-0/+12
| * | Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-06687-6544/+6289
| |\ \
| | * | quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara2019-11-041-2/+4
| | * | quota: Make dquot_disable() work without quota inodesJan Kara2019-11-041-44/+29
| | * | quota: Drop dquot_enable()Jan Kara2019-11-042-47/+16
| | * | fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-043-4/+4
| | * | quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara2019-11-042-6/+15
| | * | quota: Simplify dquot_resume()Jan Kara2019-11-041-6/+4
| | * | quota: Factor out setup of quota inodeJan Kara2019-11-042-41/+69
| * | | reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas2019-11-051-8/+2
| * | | ext2: check err when partial != NULLChengguang Xu2019-11-051-2/+5
| * | | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-313-2/+12
| * | | quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-10-311-4/+5