summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi2021-06-291-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-251-0/+1
|\
| * nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-241-0/+1
* | Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2021-06-254-17/+26
|\ \
| * | ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton2021-06-223-17/+21
| * | ceph: must hold snap_rwsem when filling inode for async createJeff Layton2021-06-222-0/+5
| |/
* | Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-252-15/+45
|\ \ | |/ |/|
| * netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-211-13/+36
| * afs: Fix afs_write_end() to handle short writesDavid Howells2021-06-211-2/+9
* | Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-181-4/+4
|\ \
| * | btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota2021-06-171-4/+4