index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
smaps: fix defined but not used smaps_shmem_walk_ops
Steven Price
2023-04-19
1
-2
/
+1
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
1
-0
/
+20
|
\
|
*
nilfs2: initialize unused bytes in segment summary blocks
Ryusuke Konishi
2023-04-18
1
-0
/
+20
*
|
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-16
8
-16
/
+63
|
\
|
|
*
Revert "userfaultfd: don't fail on unrecognized features"
Peter Xu
2023-04-16
1
-2
/
+4
|
*
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
2023-04-16
1
-7
/
+10
|
*
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi
2023-04-06
2
-5
/
+9
|
*
nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field
Tetsuo Handa
2023-04-06
2
-0
/
+2
|
*
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
2023-04-06
1
-2
/
+1
|
*
fsdax: force clear dirty mark if CoW
Shiyang Ruan
2023-04-06
1
-0
/
+37
*
|
afs: split afs_pagecache_valid() out of afs_validate()
Matthew Wilcox (Oracle)
2023-04-06
3
-20
/
+22
*
|
xfs: remove xfs_filemap_map_pages() wrapper
Matthew Wilcox (Oracle)
2023-04-06
1
-16
/
+1
*
|
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
2023-04-06
1
-21
/
+23
*
|
fs/proc/kcore: convert read_kcore() to read_kcore_iter()
Lorenzo Stoakes
2023-04-06
1
-18
/
+18
*
|
fs/proc/kcore: avoid bounce buffer for ktext data
Lorenzo Stoakes
2023-04-06
1
-12
/
+5
*
|
mm/memtest: add results of early memtest to /proc/meminfo
Tomas Mudrunka
2023-04-06
1
-0
/
+13
*
|
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
2023-04-06
1
-2
/
+6
*
|
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-06
1
-1
/
+4
*
|
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-06
1
-1
/
+1
*
|
mm: userfaultfd: rename functions for clarity + consistency
Axel Rasmussen
2023-04-06
1
-9
/
+9
*
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-1
/
+1
*
|
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
2023-04-06
1
-0
/
+16
*
|
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-06
10
-30
/
+23
*
|
mm: shrinkers: convert shrinker_rwsem to mutex
Qi Zheng
2023-03-29
1
-1
/
+1
*
|
mm,jfs: move write_one_page/folio_write_one to jfs
Christoph Hellwig
2023-03-29
1
-5
/
+34
*
|
ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
Christoph Hellwig
2023-03-29
1
-4
/
+5
*
|
ufs: don't flush page immediately for DIRSYNC directories
Christoph Hellwig
2023-03-29
1
-10
/
+19
*
|
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
2023-03-29
1
-1
/
+1
|
/
*
fsdax: dedupe should compare the min of two iters' length
Shiyang Ruan
2023-03-29
1
-2
/
+2
*
fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
Shiyang Ruan
2023-03-29
1
-3
/
+8
*
Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-03-26
15
-92
/
+221
|
\
|
*
smb3: fix unusable share after force unmount failure
Steve French
2023-03-24
4
-13
/
+11
|
*
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
2023-03-24
1
-2
/
+34
|
*
smb3: lower default deferred close timeout to address perf regression
Steve French
2023-03-24
1
-1
/
+1
|
*
cifs: fix missing unload_nls() in smb2_reconnect()
Paulo Alcantara
2023-03-24
1
-3
/
+3
|
*
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
2023-03-24
3
-33
/
+76
|
*
cifs: append path to open_enter trace event
Shyam Prasad N
2023-03-24
6
-6
/
+25
|
*
cifs: print session id while listing open files
Shyam Prasad N
2023-03-23
1
-2
/
+3
|
*
cifs: dump pending mids for all channels in DebugData
Shyam Prasad N
2023-03-23
1
-14
/
+27
|
*
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
2023-03-23
1
-1
/
+1
|
*
cifs: do not poll server interfaces too regularly
Shyam Prasad N
2023-03-23
1
-0
/
+14
|
*
cifs: lock chan_lock outside match_session
Shyam Prasad N
2023-03-23
1
-6
/
+7
|
*
cifs: check only tcon status on tcon related functions
Shyam Prasad N
2023-03-17
4
-11
/
+19
*
|
Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-25
2
-5
/
+10
|
\
\
|
*
|
xfs: fix mismerged tracepoints
Darrick J. Wong
2023-03-24
1
-4
/
+4
|
*
|
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
2023-03-24
1
-0
/
+2
|
*
|
xfs: pass the correct cursor to xfs_iomap_prealloc_size
Darrick J. Wong
2023-03-24
1
-1
/
+4
*
|
|
Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-03-25
6
-1
/
+722
|
\
|
|
|
*
|
xfs: test dir/attr hash when loading module
Darrick J. Wong
2023-03-19
4
-0
/
+680
|
*
|
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
2023-03-19
2
-0
/
+24
[next]