summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-031-1/+1
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-02-016-10/+8
|\
| * Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-014-5/+5
| * mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-011-3/+1
| * freevxfs: Kconfig: fix spellingRandy Dunlap2023-02-011-1/+1
| * squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-011-1/+1
* | ext4: convert mext_page_double_lock() to mext_folio_double_lock()Vishal Moola (Oracle)2023-01-191-23/+23
* | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-194-4/+4
* | fs: don't allocate blocks beyond EOF from __mpage_writepageJan Kara2023-01-191-0/+6
* | ocfs2: use filemap_fdatawrite_wbc instead of generic_writepagesChristoph Hellwig2023-01-191-1/+1
* | jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig2023-01-193-27/+15
* | ntfs3: remove ->writepageChristoph Hellwig2023-01-191-21/+1
* | ntfs3: stop using generic_writepagesChristoph Hellwig2023-01-191-2/+19
* | fs: remove an outdated comment on mpage_writepagesChristoph Hellwig2023-01-191-8/+0
* | mpage: use b_folio in do_mpage_readpage()Matthew Wilcox (Oracle)2023-01-191-1/+1
* | reiserfs: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-192-3/+3
* | nilfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-195-6/+6
* | jbd2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-192-7/+3
* | gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-193-3/+3
* | buffer: use b_folio in mark_buffer_dirty()Matthew Wilcox (Oracle)2023-01-191-6/+6
* | buffer: use b_folio in end_buffer_async_write()Matthew Wilcox (Oracle)2023-01-191-5/+5
* | buffer: use b_folio in end_buffer_async_read()Matthew Wilcox (Oracle)2023-01-191-9/+9
* | buffer: use b_folio in touch_buffer()Matthew Wilcox (Oracle)2023-01-191-1/+1
* | buffer: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-191-6/+6
* | mm/hugetlb: introduce hugetlb_walk()Peter Xu2023-01-192-7/+3
* | mm/hugetlb: make userfaultfd_huge_must_wait() safe to pmd unsharePeter Xu2023-01-191-4/+16
* | mm/hugetlb: let vma_offset_start() to return startPeter Xu2023-01-191-12/+12
|/
* Sync with v6.2-rc4Andrew Morton2023-01-1929-138/+159
|\
| * Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-147-34/+49
| |\
| | * cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-121-0/+1
| | * cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-113-0/+4
| | * cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-111-3/+6
| | * cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
| | * cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0
| | * cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
| | * cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-01-132-4/+4
| |\ \
| | * | elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas2023-01-052-4/+4
| * | | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-132-9/+21
| |\ \ \
| | * | | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-061-0/+1
| | * | | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-062-9/+20
| * | | | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-107-78/+48
| |\ \ \ \
| | * | | | NFSD: Use set_bit(RQ_DROPME)Chuck Lever2023-01-071-2/+2
| | * | | | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-062-5/+4
| | * | | | nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton2023-01-064-71/+42
| * | | | | Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-01-104-6/+16
| |\ \ \ \ \
| | * | | | | ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2023-01-022-3/+9
| | * | | | | ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu2023-01-021-1/+2
| | * | | | | ksmbd: send proper error response in smb2_tree_connect()Marios Makassikis2023-01-021-2/+5
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'xfs-6.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-01-087-7/+21
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |