summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-244-12/+0
* mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-241-20/+14
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-215-5/+50
|\
| * nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2023-08-211-0/+5
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+5
| * smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-2/+1
| * nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-043-0/+12
| * fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes2023-08-041-3/+27
* | mm,thp: fix smaps THPeligible output alignmentHugh Dickins2023-08-211-1/+1
* | mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-11/+1
* | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+6
* | mm: factor out VMA stack and heap checksKefeng Wang2023-08-212-34/+5
* | mm: kill frontswapJohannes Weiner2023-08-211-0/+1
* | mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+1
* | mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett2023-08-181-0/+1
* | buffer: remove set_bh_page()Matthew Wilcox (Oracle)2023-08-181-15/+0
* | jbd2: use a folio in jbd2_journal_write_metadata_buffer()Matthew Wilcox (Oracle)2023-08-181-19/+16
* | ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)2023-08-181-5/+5
* | affs: convert data read and write to use foliosMatthew Wilcox (Oracle)2023-08-181-39/+38
* | affs: convert affs_symlink_read_folio() to use the folioMatthew Wilcox (Oracle)2023-08-181-7/+5
* | hugetlbfs: improve read HWPOISON hugepageJiaqi Yan2023-08-181-6/+51
* | mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen2023-08-181-0/+58
* | mm: userfaultfd: check for start + len overflow in validate_rangeAxel Rasmussen2023-08-181-16/+18
* | mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-186-0/+13
* | mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-182-10/+5
* | fs: drop_caches: draining pages before dropping cachesAndrew Yang2023-08-181-0/+2
* | ksm: add ksm zero pages for each processxu xin2023-08-181-0/+1
* | fs: convert block_commit_write to return voidBean Huo2023-08-184-22/+12
* | fs/buffer: clean up block_commit_writeBean Huo2023-08-181-7/+4
* | mm/gup: retire follow_hugetlb_page()Peter Xu2023-08-181-1/+1
* | mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2023-08-181-3/+2
* | mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-181-2/+2
|/
* Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-298-7/+19
|\
| * cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N2023-07-261-0/+5
| * smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
| * cifs: fix charset issue in reconnectionWinston Wen2023-07-255-4/+9
| * fs/nls: make load_nls() take a const parameterWinston Wen2023-07-251-2/+2
* | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-12/+0
* | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-281-1/+1
|\ \
| * | proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter2023-07-271-1/+1
| |/
* | Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-281-1/+1
|\ \
| * | ceph: never send metrics if disable_send_metrics is setXiubo Li2023-07-241-1/+1
| |/
* | Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-287-19/+8
|\ \
| * | fs/9p: Remove unused extern declarationYueHaibing2023-07-201-2/+0
| * | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-202-7/+0
| * | 9p: fix ignored return value in v9fs_dir_releaseDominique Martinet2023-07-201-2/+3
| * | fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen2023-07-201-1/+0
| * | fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen2023-07-201-2/+2
| * | fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen2023-07-201-1/+1
| * | fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen2023-07-201-3/+1