summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+3
* fs/buffer: convert create_page_buffers to folio_create_buffersPankaj Raghav2023-04-211-10/+13
* fs/buffer: add folio_create_empty_buffers helperPankaj Raghav2023-04-211-11/+17
* buffer: add folio_alloc_buffers() helperPankaj Raghav2023-04-211-8/+15
* fs/buffer: add folio_set_bh helperPankaj Raghav2023-04-211-0/+15
* mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-182-4/+2
* mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-8/+1
* mpage: use folios in bio end_io handlerPankaj Raghav2023-04-181-11/+19
* mpage: split submit_bio and bio end_io handler for reads and writesPankaj Raghav2023-04-181-18/+36
* orangefs: use folios in orangefs_readaheadPankaj Raghav2023-04-181-4/+5
* smaps: fix defined but not used smaps_shmem_walk_opsSteven Price2023-04-181-2/+1
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-0/+20
|\
| * nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-181-0/+20
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-168-16/+63
|\|
| * Revert "userfaultfd: don't fail on unrecognized features"Peter Xu2023-04-161-2/+4
| * writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-161-7/+10
| * nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-052-5/+9
| * nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2023-04-052-0/+2
| * nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-051-2/+1
| * fsdax: force clear dirty mark if CoWShiyang Ruan2023-04-051-0/+37
* | afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)2023-04-053-20/+22
* | xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)2023-04-051-16/+1
* | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-051-21/+23
* | fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes2023-04-051-18/+18
* | fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes2023-04-051-12/+5
* | mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+13
* | mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2023-04-051-2/+6
* | mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-051-1/+4
* | mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-051-1/+1
* | mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-051-9/+9
* | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-051-0/+16
* | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-0510-30/+23
* | mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2023-03-281-1/+1
* | mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-281-5/+34
* | ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig2023-03-281-4/+5
* | ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-03-281-10/+19
* | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
|/
* fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan2023-03-281-2/+2
* fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan2023-03-281-3/+8
* Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-2615-92/+221
|\
| * smb3: fix unusable share after force unmount failureSteve French2023-03-244-13/+11
| * cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
| * smb3: lower default deferred close timeout to address perf regressionSteve French2023-03-241-1/+1
| * cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3
| * cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-243-33/+76
| * cifs: append path to open_enter trace eventShyam Prasad N2023-03-246-6/+25
| * cifs: print session id while listing open filesShyam Prasad N2023-03-231-2/+3
| * cifs: dump pending mids for all channels in DebugDataShyam Prasad N2023-03-231-14/+27
| * cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-231-1/+1