index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm: vmscan: add a helper to identify file-backed executable folios
Baolin Wang
1
-2
/
+8
2026-08-24
mm: vmscan: convert folio_referenced() to use vma_flags_t
Baolin Wang
3
-19
/
+21
2026-08-24
mm/kmemleak: report RCU-tasks quiescent states during the scan
Breno Leitao
1
-7
/
+7
2026-08-24
tools/testing/selftests/mm: test anonymous page offset merge behaviour
Lorenzo Stoakes (ARM)
1
-0
/
+57
2026-08-24
tools/testing/vma: expand VMA merge tests to assert anon pgoff
Lorenzo Stoakes (ARM)
1
-9
/
+36
2026-08-24
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
8
-35
/
+54
2026-08-24
mm/migrate: calculate large folio page index using PFN
Lorenzo Stoakes (ARM)
1
-10
/
+9
2026-08-24
mm/huge_memory: update remove_migration_pmd() to accept a folio
Lorenzo Stoakes (ARM)
3
-13
/
+11
2026-08-24
mm: clean up vma_address_end()
Lorenzo Stoakes (ARM)
1
-5
/
+7
2026-08-24
mm/rmap: track whether the page VMA mapped pgoff is anonymous
Lorenzo Stoakes (ARM)
2
-1
/
+5
2026-08-24
mm: propagate VMA anonymous page offset on map, remap, split + merge
Lorenzo Stoakes (ARM)
7
-56
/
+94
2026-08-24
tools/testing/vma: add tests for copy_vma() self-merge
Lorenzo Stoakes (ARM)
1
-1
/
+45
2026-08-24
mm/vma: fix self-merge check in copy_vma()
Lorenzo Stoakes (ARM)
2
-19
/
+17
2026-08-24
mm: introduce and use vma_filebacked_address()
Lorenzo Stoakes (ARM)
4
-7
/
+31
2026-08-24
mm: update print_bad_page_map() to show anon index if appropriate
Lorenzo Stoakes (ARM)
1
-3
/
+10
2026-08-24
mm: abstract vma_address() and introduce vma_anon_address()
Lorenzo Stoakes (ARM)
1
-12
/
+37
2026-08-24
mm: introduce linear_anon_page_index()
Lorenzo Stoakes (ARM)
3
-5
/
+62
2026-08-24
mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
Lorenzo Stoakes (ARM)
16
-36
/
+105
2026-08-24
mm/vma: introduce VMA anon page offset field and add helpers
Lorenzo Stoakes (ARM)
5
-0
/
+112
2026-08-24
mm/kconfig: drop redundant dependency wrappers
Kaitao Cheng
1
-9
/
+1
2026-08-24
mm: standardize printing for pgtable entries
David Hildenbrand (Arm)
1
-23
/
+79
2026-08-24
mm/kconfig: drop redundant memory hotplug dependencies
Kaitao Cheng
1
-3
/
+1
2026-08-24
maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macro
Ethan Nelson-Moore
1
-4
/
+0
2026-08-24
mm: nommu: point to the write iterator upon split_vma
Hajime Tazaki
1
-0
/
+4
2026-08-24
mm: mempolicy: fix automatic numa balancing for shmem
Johannes Weiner
1
-15
/
+6
2026-08-24
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up
Andrew Morton
22
-190
/
+346
2026-08-24
Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linux
Linus Torvalds
22
-108
/
+223
2026-08-24
um: Use asm-generic/timex.h over the host architecture one
Thomas Weißschuh
1
-0
/
+13
2026-08-24
accel: ethosu: Don't read the U65 rounding mode as a storage mode
Tomeu Vizoso
1
-1
/
+1
2026-08-24
accel/ethosu: check MMIO mapping errors in probe
GuoHan Zhao
1
-0
/
+2
2026-08-24
eventfs: Initialize ei->children and ei->list in init_ei()
Deepanshu Kartikey
1
-5
/
+2
2026-08-24
cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0
Frank Sorenson
1
-2
/
+13
2026-08-24
smb: client: reject a tree connect response whose byte count is too small
Bryam Vargas
2
-1
/
+8
2026-08-24
cifs: call pagecache_isize_extended() in cifs_setsize() when extending
Frank Sorenson
1
-0
/
+2
2026-08-24
smb: client: fix copy-paste error in WSL EA length accounting for $LXDEV
Frank Sorenson
1
-1
/
+1
2026-08-24
smb: client: remove redundant NULL check before kfree()
Mohammad Shahid
1
-2
/
+1
2026-08-24
smb: client: restore the data_offset bound in is_valid_oplock_break()
Bryam Vargas
1
-1
/
+2
2026-08-24
cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
Frank Sorenson
1
-0
/
+1
2026-08-24
smb: client: Avoid leaking sensitive data to the heap in connect.c
Thomas Huth
1
-1
/
+1
2026-08-24
smb: client: Clear sensitive stack data in smb1encrypt.c
Thomas Huth
1
-10
/
+9
2026-08-24
smb: client: Clear sensitive stack data in cifsencrypt.c
Thomas Huth
1
-3
/
+9
2026-08-24
smb: client: Clear sensitive stack and heap data in smb2ops.c
Thomas Huth
1
-2
/
+2
2026-08-24
smb: client: Clear sensitive stack data in smb2transport.c
Thomas Huth
1
-0
/
+4
2026-08-24
Revert "cifs: remove all cifs files before kill super"
Zizhi Wo
1
-3
/
+0
2026-08-24
smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()
Frank Sorenson
1
-2
/
+4
2026-08-24
smb: client: fix ALIGN() overflow in symlink_data() error context loop
Frank Sorenson
1
-1
/
+4
2026-08-24
smb: client: simplify __build_path_from_dentry_optional_prefix()
Dmitry Antipov
1
-5
/
+1
2026-08-24
smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...
Frank Sorenson
1
-3
/
+11
2026-08-24
smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()
Frank Sorenson
1
-1
/
+20
2026-08-24
smb/client: decode reparse metadata using its payload type
Ze Tan
3
-13
/
+19
[prev]
[next]