summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | fs/9p: Fix a datatype used with V9FS_DIRECT_IOChristophe JAILLET2023-07-101-1/+1
* | | Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-271-0/+2
|\ \ \
| * | | splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek2023-07-261-0/+2
* | | | Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-277-29/+75
|\ \ \ \
| * | | | btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-07-261-2/+7
| * | | | btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana2023-07-241-0/+1
| * | | | btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-243-26/+53
| * | | | btrfs: account block group tree when calculating global reserve sizeFilipe Manana2023-07-201-0/+5
| * | | | btrfs: zoned: do not enable async discardNaohiro Aota2023-07-202-1/+9
* | | | | Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-07-267-59/+88
|\ \ \ \ \