index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address than mmap_min_addr
Donet Tom
1
-5
/
+6
2024-07-12
kpageflags: detect isolated KPF_THP folios
Ran Xiaokai
1
-12
/
+9
2024-07-12
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
1
-0
/
+4
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
3
-7
/
+7
2024-07-12
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
1
-2
/
+25
2024-07-12
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
1
-0
/
+235
2024-07-12
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-06
mm: migrate: remove folio_migrate_copy()
Kefeng Wang
1
-1
/
+2
2024-07-06
fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()
Kefeng Wang
1
-1
/
+1
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2
-3
/
+36
2024-07-03
nilfs2: fix kernel bug on rename operation of broken directory
Ryusuke Konishi
1
-2
/
+30
2024-07-03
Fix userfaultfd_api to return EINVAL as expected
Audra Mitchell
1
-1
/
+6
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
2
-3
/
+2
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
1
-1
/
+1
2024-07-03
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
4
-12
/
+20
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2
-0
/
+11
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
3
-3
/
+10
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
3
-24
/
+65
2024-07-03
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea how often"
David Hildenbrand
1
-22
/
+31
2024-07-03
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
1
-10
/
+12
2024-07-03
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
1
-6
/
+2
2024-07-03
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-07-03
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
2
-15
/
+2
2024-07-03
nfs: drop usage of folio_file_pos
Kairui Song
3
-6
/
+6
2024-07-03
netfs: drop usage of folio_file_pos
Kairui Song
2
-3
/
+3
2024-07-03
afs: drop usage of folio_file_pos
Kairui Song
2
-5
/
+5
2024-07-03
NFS: remove nfs_page_lengthg and usage of page_index
Kairui Song
1
-19
/
+0
2024-07-03
ceph: drop usage of page_index
Kairui Song
2
-2
/
+2
2024-07-03
nilfs2: drop usage of page_index
Kairui Song
1
-8
/
+2
2024-07-03
nilfs2: fix incorrect inode allocation from reserved inodes
Ryusuke Konishi
4
-12
/
+20
2024-07-03
nilfs2: add missing check for inode numbers on directory entries
Ryusuke Konishi
2
-0
/
+11
2024-07-03
nilfs2: fix inode number range checks
Ryusuke Konishi
3
-3
/
+10
2024-06-29
Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-53
/
+95
2024-06-28
Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-1
/
+2
2024-06-28
Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
14
-201
/
+273
2024-06-27
Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+2
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-28
/
+45
2024-06-26
xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs
Darrick J. Wong
1
-1
/
+9
2024-06-26
xfs: fix direction in XFS_IOC_EXCHANGE_RANGE
Darrick J. Wong
1
-1
/
+1
2024-06-26
xfs: allow unlinked symlinks and dirs with zero size
Darrick J. Wong
1
-5
/
+18
2024-06-26
xfs: restrict when we try to align cow fork delalloc to cowextsz hints
Darrick J. Wong
2
-26
/
+39
2024-06-26
xfs: fix freeing speculative preallocations for preallocated files
Christoph Hellwig
4
-20
/
+28
2024-06-25
bcachefs: Fix kmalloc bug in __snapshot_t_mut
Pei Li
1
-0
/
+3
2024-06-25
bcachefs: Discard, invalidate workers are now per device
Kent Overstreet
5
-133
/
+161
2024-06-25
bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc
Pei Li
1
-1
/
+1
2024-06-25
bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpu
Pei Li
1
-4
/
+10
2024-06-25
nfsd: initialise nfsd_info.mutex early.
NeilBrown
2
-1
/
+2
2024-06-24
nfs: drop the incorrect assertion in nfs_swap_rw()
Christoph Hellwig
1
-2
/
+0
2024-06-24
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
4
-0
/
+26
[next]