index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
xfs: fix zone selection in xfs_select_open_zone_mru
Christoph Hellwig
1
-1
/
+1
2025-11-05
xfs: fix a rtgroup leak when xfs_init_zone fails
Christoph Hellwig
1
-1
/
+3
2025-11-05
xfs: fix various problems in xfs_atomic_write_cow_iomap_begin
Darrick J. Wong
1
-11
/
+50
2025-11-05
xfs: fix delalloc write failures in software-provided atomic writes
Darrick J. Wong
1
-2
/
+19
2025-11-05
xfs: use blkdev_report_zones_cached()
Damien Le Moal
2
-1
/
+2
2025-11-05
btrfs: use blkdev_report_zones_cached()
Damien Le Moal
1
-5
/
+6
2025-11-05
xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
Yongpeng Yang
1
-1
/
+4
2025-11-05
isofs: check the return value of sb_min_blocksize() in isofs_fill_super
Yongpeng Yang
1
-0
/
+5
2025-11-05
exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
Yongpeng Yang
1
-1
/
+4
2025-11-05
vfat: fix missing sb_min_blocksize() return value checks
Yongpeng Yang
1
-1
/
+5
2025-11-05
binfmt_misc: restore write access before closing files opened by open_exec()
Zilin Guan
1
-1
/
+3
2025-11-05
virtio-fs: fix incorrect check for fsvq->kobj
Alok Tiwari
1
-1
/
+1
2025-11-05
Fix a drop_nlink warning in minix_rename
Jori Koolstra
1
-0
/
+16
2025-11-05
Fix a drop_nlink warning in minix_rmdir
Jori Koolstra
1
-7
/
+16
2025-11-05
Add error handling to minix filesystem for inode corruption detection
Jori Koolstra
2
-0
/
+25
2025-11-05
xfs: support sub-block aligned vectors in always COW mode
Christoph Hellwig
1
-10
/
+11
2025-11-05
iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
2
-5
/
+19
2025-11-05
xfs: error tag to force zeroing on debug kernels
Brian Foster
2
-9
/
+26
2025-11-05
iomap: remove old partial eof zeroing optimization
Brian Foster
1
-25
/
+0
2025-11-05
xfs: fill dirty folios on zero range of unwritten mappings
Brian Foster
1
-0
/
+23
2025-11-05
xfs: always trim mapping to requested range for zero range
Brian Foster
1
-9
/
+8
2025-11-05
iomap: optional zero range dirty folio processing
Brian Foster
2
-5
/
+91
2025-11-05
iomap: remove pos+len BUG_ON() to after folio lookup
Brian Foster
1
-4
/
+1
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
3
-21
/
+2
2025-11-05
fuse: use iomap for readahead
Joanne Koong
1
-96
/
+124
2025-11-05
fuse: use iomap for read_folio
Joanne Koong
1
-24
/
+56
2025-11-05
iomap: make iomap_read_folio() a void return
Joanne Koong
1
-8
/
+1
2025-11-05
iomap: move buffered io bio logic into new file
Christoph Hellwig [1]
4
-88
/
+103
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
5
-35
/
+41
2025-11-05
iomap: set accurate iter->pos when reading folio ranges
Joanne Koong
1
-8
/
+13
2025-11-05
iomap: track pending read bytes more optimally
Joanne Koong
1
-21
/
+102
2025-11-05
fs: fully sync all fses even for an emergency sync
Qu Wenruo
1
-1
/
+2
2025-11-05
fs: do not pass a parameter for sync_inodes_one_sb()
Qu Wenruo
1
-2
/
+2
2025-11-05
fs: rename fs_types.h to fs_dirent.h
Christian Brauner
2
-2
/
+2
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
4
-4
/
+4
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
5
-11
/
+11
2025-11-04
fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
Yongpeng Yang
1
-2
/
+1
2025-11-05
pidfs: reduce wait_pidfd lock scope
Christian Brauner
1
-11
/
+13
2025-11-04
smb: client: fix refcount leak in smb2_set_path_attr
Shuhao Fu
1
-0
/
+2
2025-11-04
nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributes
Olga Kornievskaia
1
-0
/
+1
2025-11-04
nfsd: fix refcount leak in nfsd_set_fh_dentry()
NeilBrown
1
-3
/
+3
2025-11-04
smb: client: fix potential UAF in smb2_close_cached_fid()
Henrique Carvalho
1
-7
/
+9
2025-11-04
ksmbd: detect RDMA capable netdevs include IPoIB
Namjae Jeon
1
-0
/
+4
2025-11-04
ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is used
Namjae Jeon
1
-1
/
+19
2025-11-04
smb: use credential guards in cifs_get_spnego_key()
Christian Brauner
1
-4
/
+2
2025-11-04
nfs: use credential guards in nfs_idmap_get_key()
Christian Brauner
1
-5
/
+2
2025-11-04
nfs: use credential guards in nfs_local_call_write()
Christian Brauner
1
-10
/
+18
2025-11-04
nfs: use credential guards in nfs_local_call_read()
Christian Brauner
1
-17
/
+14
2025-11-04
erofs: use credential guards
Christian Brauner
1
-4
/
+2
[prev]
[next]