summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2914-65/+60
|\
| * document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-3/+2
| * kill do_each_thread()Oleg Nesterov2023-08-211-2/+2
| * nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2023-08-212-3/+7
| * kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-211-2/+2
| * adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan2023-08-211-5/+0
| * fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-08-181-0/+4
| * efs: clean up -Wunused-const-variable= warningZhu Wang2023-08-181-4/+1
| * ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye2023-08-181-20/+20
| * ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye2023-08-181-13/+13
| * ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook2023-08-181-2/+1
| * ocfs2: Use struct_size()Christophe JAILLET2023-08-181-3/+3
| * ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-182-5/+2
| * fs: hfsplus: make extend error rate limitedColin Ian King2023-08-181-3/+3
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2936-306/+306
|\ \
| * | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-247-69/+44
| * | mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)2023-08-241-3/+0
| * | mm: userfaultfd: remove stale comment about core dump lockingJann Horn2023-08-241-5/+1
| * | 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
| |\ \
| * | | 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 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-294-10/+11
|\ \ \
| * | | fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2023-07-312-7/+7
| * | | reiserfs: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-07-122-3/+4
* | | | Merge tag 'v6.6-vfs.super.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-291-20/+31
|\ \ \ \
| * | | | super: ensure valid infoChristian Brauner2023-08-291-19/+30