summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: convert smaps_pmd_entry to use a folioMatthew Wilcox (Oracle)2024-04-251-3/+5
* proc: pass a folio to smaps_page_accumulate()Matthew Wilcox (Oracle)2024-04-251-6/+5
* proc: convert smaps_page_accumulate to use a folioMatthew Wilcox (Oracle)2024-04-251-3/+4
* proc: convert gather_stats to use a folioMatthew Wilcox (Oracle)2024-04-251-6/+7
* proc: convert smaps_account() to use a folioMatthew Wilcox (Oracle)2024-04-251-7/+9
* proc: convert clear_refs_pte_range to use a folioMatthew Wilcox (Oracle)2024-04-251-8/+8
* mm/ksm: fix ksm exec support for prctlJinjiang Tu2024-04-251-0/+11
* treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-5/+2
* mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-253-4/+5
* proc: refactor pde_get_unmapped_area as prepRick Edgecombe2024-04-251-6/+3
* userfaultfd: early return in dup_userfaultfd()ZhangPeng2024-04-251-1/+4
* dax: use huge_zero_folioMatthew Wilcox (Oracle)2024-04-251-7/+7
* mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)2024-04-251-1/+1
* proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)2024-04-251-32/+37
* mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-4/+1
* mm: zswap: optimize zswap pool size trackingJohannes Weiner2024-04-251-2/+1
* mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2024-04-241-5/+2
* nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park2024-04-161-1/+1
* Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher2024-04-161-1/+4
* Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-141-1/+8
|\
| * kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein2024-04-141-1/+8
* | Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-04-131-1/+1
|\ \
| * | zonefs: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-101-1/+1
* | | Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-139-42/+103
|\ \ \
| * | | smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-116-0/+44
| * | | smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
| * | | smb3: fix Open files on server counter going negativeSteve French2024-04-111-2/+2
| * | | smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara2024-04-101-1/+2
| | |/ | |/|
* | | Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-04-124-10/+10
|\ \ \
| * | | ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li2024-04-113-9/+7
| * | | ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown2024-04-111-1/+3
| |/ /
* | | Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-04-121-4/+10
|\ \ \
| * | | eventfs: Fix kernel-doc comments to functionsYang Li2024-04-111-4/+10
| |/ /
* | | Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-1124-238/+359
|\ \ \
| * | | bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet2024-04-101-5/+7
| * | | bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet2024-04-101-27/+1
| * | | bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet2024-04-101-3/+7
| * | | bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet2024-04-091-0/+3
| * | | bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet2024-04-094-18/+29
| * | | bcachefs: Fix check_topology() when using node scanKent Overstreet2024-04-091-1/+1
| * | | bcachefs: fix eytzinger0_find_gt()Kent Overstreet2024-04-081-6/+20
| * | | bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet2024-04-071-16/+14
| * | | bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li2024-04-071-0/+2
| * | | bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet2024-04-071-10/+45
| * | | bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum2024-04-061-4/+4
| * | | bcachefs: JOURNAL_SPACE_LOWKent Overstreet2024-04-065-12/+19
| * | | bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-04-061-0/+4
| * | | bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet2024-04-061-44/+50
| * | | bcachefs: fix rand_delete unit testKent Overstreet2024-04-051-1/+1
| * | | bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter2024-04-051-1/+1