summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec: remove checks in __register_bimfmt()Alexey Dobriyan2021-07-011-3/+0
* hfsplus: report create_date to kstat.btimeChung-Chiang Cheng2021-07-011-0/+5
* hfsplus: remove unnecessary oom messageZhen Lei2021-07-011-1/+0
* nilfs2: remove redundant continue statement in a while-loopColin Ian King2021-07-011-1/+0
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-11/+0
* nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko2021-07-011-1/+1
* seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko2021-07-011-6/+1
* seq_file: introduce seq_escape_mem()Andy Shevchenko2021-07-011-0/+25
* procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-07-011-2/+3
* procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-012-3/+16
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-011-1/+1
* mm: remove special swap entry functionsAlistair Popple2021-07-011-15/+8
* mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-06-301-2/+11
* fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand2021-06-301-0/+13
* fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-06-301-1/+13
* fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand2021-06-301-8/+27
* fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-06-301-5/+2
* userfaultfd/shmem: advertise shmem minor fault supportAxel Rasmussen2021-06-301-1/+2
* userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-301-2/+1
* mm/pagemap: export uffd-wp protection informationPeter Xu2021-06-301-0/+9
* mm/userfaultfd: fail uffd-wp registration if not supportedPeter Xu2021-06-301-1/+8
* mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song2021-06-301-0/+10
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-301-1/+1
* mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2021-06-301-0/+5
* binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-294-13/+6
* mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
* mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-292-1/+2
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-295-20/+4
* fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-10/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-294-29/+4
* mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-24/+0
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-2921-0/+38
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-294-26/+16
* fs: unexport __set_page_dirtyChristoph Hellwig2021-06-291-1/+0
* writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin2021-06-291-10/+101
* writeback, cgroup: support switching multiple inodes at onceRoman Gushchin2021-06-291-42/+64
* writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin2021-06-291-8/+11
* writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin2021-06-291-34/+59
* writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin2021-06-291-14/+4
* writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin2021-06-291-2/+3
* writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin2021-06-291-0/+6
* writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin2021-06-291-4/+4
* dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara2021-06-291-1/+2
* ocfs2: remove redundant initialization of variable retColin Ian King2021-06-291-1/+1
* ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang2021-06-291-2/+3
* ocfs2: remove repeated uptodate check for bufferWan Jiabing2021-06-291-2/+1
* ocfs2: remove redundant assignment to pointer queueColin Ian King2021-06-291-1/+1
* ocfs2: fix snprintf() checkingDan Carpenter2021-06-292-11/+3
* ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang2021-06-291-2/+0
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-293-1/+91