summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* seq_read-info-message-about-buggy-next-functions-fixAndrew Morton2020-03-311-1/+1
* fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin2020-03-311-2/+5
* fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers2020-03-311-1/+3
* mm/madvise: pass task and mm to do_madviseMinchan Kim2020-03-311-1/+1
* Change email address for Pali RohárPali Rohár2020-03-312-2/+2
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-3143-451/+671
|\
| * aio: simplify read_events()Oleg Nesterov2020-03-311-6/+3
| * umh: fix refcount underflow in fork_usermode_blob().Tetsuo Handa2020-03-311-4/+10
| * reiserfs: clean up several indentation issuesColin Ian King2020-03-313-11/+12
| * fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan2020-03-311-1/+1
| * fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan2020-03-311-9/+10
| * fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan2020-03-311-17/+15
| * fs/epoll: make nesting accounting safe for -rt kernelJason Baron2020-03-311-21/+43
| * proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-03-311-10/+8
| * seq_file: remove m->versionMatthew Wilcox (Oracle)2020-03-311-28/+0
| * proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-03-311-4/+3
| * proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-03-311-32/+6
| * proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-03-311-19/+15
| * proc: speed up /proc/*/statmAlexey Dobriyan2020-03-311-16/+23
| * proc-faster-open-read-close-with-permanent-files-checkpatch-fixesAndrew Morton2020-03-311-4/+2
| * proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-03-316-53/+176
| * fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-03-311-0/+1
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2020-03-311-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-03-311-2/+48
| * userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu2020-03-311-3/+13
| * userfaultfd: wp: don't wake up when doing write protectPeter Xu2020-03-311-5/+8
| * userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli2020-03-311-16/+66
| * userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli2020-03-311-2/+3
| * hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2020-03-311-8/+20
| * hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-03-311-0/+2
| * mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu2020-03-311-8/+28
| * mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2020-03-311-3/+1
| * userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu2020-03-311-24/+0
| * mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-03-311-1/+2
| * mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-03-311-1/+1
| * fs_parse: Remove pr_notice() about each validationKees Cook2020-03-311-2/+0
| * ramfs: support O_TMPFILEAlexey Dobriyan2020-03-311-0/+12
| * ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-03-311-14/+10
| * ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-314-80/+80
| * ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-03-311-4/+11
| * ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-9/+9
| * ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-4/+4
| * ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-1/+1
| * ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-311-1/+1
| * ocfs2: Add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-03-311-0/+2
| * ocfs2: remove useless errAlex Shi2020-03-312-4/+3
| * ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-03-311-1/+1
| * ocfs2: there is no need to log twice in several functionswangyan2020-03-312-6/+0
| * ocfs2: remove dlm_lock_is_remoteAlex Shi2020-03-311-2/+0
| * ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-03-311-1/+1