index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-475
/
+1157
2026-04-02
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2026-04-02
debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()
Gui-Dong Han
-1
/
+1
2026-04-02
debugfs: check for NULL pointer in debugfs_create_str()
Gui-Dong Han
-1
/
+4
2026-04-02
erofs: include the trailing NUL in FS_IOC_GETFSLABEL
Zhan Xusheng
-1
/
+1
2026-04-02
erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()
Zhan Xusheng
-2
/
+1
2026-04-02
erofs: verify metadata accesses for file-backed mounts
Gao Xiang
-0
/
+14
2026-04-02
fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domains
Aaron Tomlin
-4
/
+17
2026-04-02
fs/resctrl: Report invalid domain ID when parsing io_alloc_cbm
Aaron Tomlin
-0
/
+1
2026-04-01
exec: use strnlen() in __set_task_comm
Thorsten Blum
-1
/
+1
2026-04-01
fuse: fix inode initialization race
Horst Birthelmer
-2
/
+5
2026-03-31
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
-0
/
+4
2026-03-31
pstore/ftrace: Keep ftrace module parameter and debugfs switch in sync
Guilherme G. Piccoli
-11
/
+9
2026-03-31
pstore/ram: fix resource leak when ioremap() fails
Cole Leavitt
-0
/
+4
2026-03-31
pstore/ramoops: Fix ECC parameter help text
Guilherme G. Piccoli
-1
/
+1
2026-03-31
pstore/ramoops: Remove useless memblock header
Guilherme G. Piccoli
-1
/
+0
2026-03-31
pstore: fix ftrace dump, when ECC is enabled
Andrey Skvortsov
-3
/
+3
2026-03-31
nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()
Deepanshu Kartikey
-0
/
+6
2026-03-31
Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-24
/
+39
2026-03-31
exfat: fix s_maxbytes
David Timber
-3
/
+10
2026-03-31
xfs: return default quota limits for IDs without a dquot
Ravi Singh
-1
/
+42
2026-03-31
cachefiles: fix incorrect dentry refcount in cachefiles_cull()
NeilBrown
-0
/
+5
2026-03-31
fs: hide file and bfile caches behind runtime const machinery
Mateusz Guzik
-13
/
+20
2026-03-31
fs: write a better comment in step_into() concerning .mnt assignment
Mateusz Guzik
-1
/
+1
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...
robbieko
-1
/
+1
2026-03-30
nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map
Deepanshu Kartikey
-0
/
+3
2026-03-30
xfs: start gc on zonegc_low_space attribute updates
Hans Holmberg
-1
/
+27
2026-03-30
xfs: don't decrement the buffer LRU count for in-use buffers
Christoph Hellwig
-10
/
+12
2026-03-30
xfs: switch (back) to a per-buftarg buffer hash
Christoph Hellwig
-69
/
+18
2026-03-30
xfs: use a lockref for the buffer reference count
Christoph Hellwig
-55
/
+39
2026-03-30
xfs: don't keep a reference for buffers on the LRU
Christoph Hellwig
-92
/
+50
2026-03-30
gfs2: bufdata allocation race
Andreas Gruenbacher
-11
/
+14
2026-03-29
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
-32
/
+134
2026-03-30
erofs: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-0
/
+8
2026-03-29
Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-36
/
+162
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
-2
/
+2
2026-03-29
Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-16
/
+58
2026-03-29
Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-114
/
+449
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-39
/
+74
2026-03-27
ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison
Junrui Luo
-1
/
+1
2026-03-27
ocfs2/dlm: validate qr_numregions in dlm_match_regions()
Junrui Luo
-0
/
+8
2026-03-27
ocfs2: remove redundant error code assignment
Alexey Velichayshiy
-1
/
+0
2026-03-27
ocfs2: fix possible deadlock between unlink and dio_end_io_write
Joseph Qi
-2
/
+1
2026-03-27
ocfs2: fix deadlock when creating quota file
Heming Zhao
-2
/
+18
2026-03-27
proc: array: drop stale FIXME about RCU in task_sig()
Jaime Saguillo Revilla
-1
/
+1
2026-03-27
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
-7
/
+5
2026-03-27
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
-0
/
+2
2026-03-27
ext4: skip split extent recovery on corruption
hongao
-3
/
+13
2026-03-27
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
-5
/
+8
2026-03-27
ext4: fix deadlock on inode reallocation
Jan Kara
-0
/
+21
[prev]
[next]