summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox
2024-05-05f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)
2024-05-05fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)
2024-05-05buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle)
2024-04-25proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)
2024-04-25proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)
2024-04-25proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)
2024-04-25mm/ksm: fix ksm exec support for prctlJinjiang Tu
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25proc: refactor pde_get_unmapped_area as prepRick Edgecombe
2024-04-25userfaultfd: early return in dup_userfaultfd()ZhangPeng
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-04-16nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park
2024-04-16Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher
2024-04-14Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein
2024-04-13Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-04-13Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-12Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-04-11eventfs: Fix kernel-doc comments to functionsYang Li
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-04-11smb: client: instantiate when creating SFU filesPaulo Alcantara
2024-04-11smb3: fix Open files on server counter going negativeSteve French
2024-04-11ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li
2024-04-11Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-11ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown
2024-04-10Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-10bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet
2024-04-10bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet
2024-04-10bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet
2024-04-10smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet
2024-04-10zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum