index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-2
/
+2
2024-05-06
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-05-06
fscrypt: convert bh_get_inode_and_lblk_num to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-06
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
1
-6
/
+7
2024-05-06
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
1
-3
/
+4
2024-05-06
buffer: improve bdev_getblk documentation
Matthew Wilcox (Oracle)
1
-0
/
+5
2024-05-06
buffer: add kernel-doc for bforget() and __bforget()
Matthew Wilcox (Oracle)
1
-3
/
+6
2024-05-06
buffer: add kernel-doc for brelse() and __brelse()
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-06
buffer: fix __bread and __bread_gfp kernel-doc
Matthew Wilcox (Oracle)
1
-13
/
+22
2024-05-06
buffer: add kernel-doc for try_to_free_buffers()
Matthew Wilcox (Oracle)
1
-20
/
+24
2024-05-06
buffer: add kernel-doc for block_dirty_folio()
Matthew Wilcox (Oracle)
1
-24
/
+31
2024-04-26
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-26
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
1
-6
/
+5
2024-04-26
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-04-26
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2024-04-26
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-26
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-04-26
mm/ksm: fix ksm exec support for prctl
Jinjiang Tu
1
-0
/
+11
2024-04-26
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-5
/
+2
2024-04-26
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
3
-4
/
+5
2024-04-26
proc: refactor pde_get_unmapped_area as prep
Rick Edgecombe
1
-6
/
+3
2024-04-26
userfaultfd: early return in dup_userfaultfd()
ZhangPeng
1
-1
/
+4
2024-04-26
dax: use huge_zero_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-04-26
mm: add is_huge_zero_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-26
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
1
-32
/
+37
2024-04-26
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-4
/
+1
2024-04-26
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
1
-2
/
+1
2024-04-25
mm: support page_mapcount() on page_has_type() pages
Matthew Wilcox (Oracle)
1
-5
/
+2
2024-04-17
nilfs2: fix OOB in nilfs_set_de_type
Jeongjun Park
1
-1
/
+1
2024-04-17
Squashfs: check the inode number is not the invalid value of zero
Phillip Lougher
1
-1
/
+4
2024-04-14
Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+8
2024-04-14
kernfs: annotate different lockdep class for of->mutex of writable files
Amir Goldstein
1
-1
/
+8
2024-04-13
Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-1
/
+1
2024-04-13
Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-42
/
+103
2024-04-12
Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-10
/
+10
2024-04-12
Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+10
2024-04-12
eventfs: Fix kernel-doc comments to functions
Yang Li
1
-4
/
+10
2024-04-12
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
6
-0
/
+44
2024-04-12
smb: client: instantiate when creating SFU files
Paulo Alcantara
1
-39
/
+55
2024-04-12
smb3: fix Open files on server counter going negative
Steve French
1
-2
/
+2
2024-04-11
ceph: switch to use cap_delay_lock for the unlink delay list
Xiubo Li
3
-9
/
+7
2024-04-11
Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
24
-238
/
+359
2024-04-11
ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
NeilBrown
1
-1
/
+3
2024-04-11
Merge tag 'bootconfig-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
2024-04-11
bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()
Kent Overstreet
1
-5
/
+7
2024-04-11
bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-27
/
+1
2024-04-11
bcachefs: Fix a race in btree_update_nodes_written()
Kent Overstreet
1
-3
/
+7
2024-04-11
smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()
Paulo Alcantara
1
-1
/
+2
2024-04-10
bcachefs: btree_node_scan: Respect member.data_allowed
Kent Overstreet
1
-0
/
+3
2024-04-10
zonefs: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
[next]