summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm: simplify thp_vma_allowable_orderMatthew Wilcox1-2/+2
2024-05-06f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-05-06fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)1-3/+3
2024-05-06fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand1-6/+7
2024-05-06fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand1-3/+4
2024-05-06buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle)1-0/+5
2024-05-06buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)1-3/+6
2024-05-06buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)1-9/+8
2024-05-06buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)1-13/+22
2024-05-06buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle)1-20/+24
2024-05-06buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle)1-24/+31
2024-04-26proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)1-3/+5
2024-04-26proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)1-6/+5
2024-04-26proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)1-3/+4
2024-04-26proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)1-6/+7
2024-04-26proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)1-7/+9
2024-04-26proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-04-26mm/ksm: fix ksm exec support for prctlJinjiang Tu1-0/+11
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe3-4/+5
2024-04-26proc: refactor pde_get_unmapped_area as prepRick Edgecombe1-6/+3
2024-04-26userfaultfd: early return in dup_userfaultfd()ZhangPeng1-1/+4
2024-04-26dax: use huge_zero_folioMatthew Wilcox (Oracle)1-7/+7
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-1/+1
2024-04-26proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)1-32/+37
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-4/+1
2024-04-26mm: zswap: optimize zswap pool size trackingJohannes Weiner1-2/+1
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-04-17nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park1-1/+1
2024-04-17Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2024-04-14Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein1-1/+8
2024-04-13Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+1
2024-04-13Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-42/+103
2024-04-12Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds4-10/+10
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+10
2024-04-12eventfs: Fix kernel-doc comments to functionsYang Li1-4/+10
2024-04-12smb3: fix broken reconnect when password changing on the server by allowing p...Steve French6-0/+44
2024-04-12smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-04-12smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li3-9/+7
2024-04-11Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds24-238/+359
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-04-11Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2024-04-11bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet1-5/+7
2024-04-11bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet1-27/+1
2024-04-11bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet1-3/+7
2024-04-11smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-04-10bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet1-0/+3
2024-04-10zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum1-1/+1