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-02-08
cifs: Corrections to lock ordering notes
Shyam Prasad N
-4
/
+11
2026-02-08
cifs: make retry logic in read/write path consistent with other paths
Shyam Prasad N
-7
/
+74
2026-02-08
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
-1
/
+0
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
-6
/
+17
2026-02-08
cifs: on replayable errors back-off before replay, not after
Shyam Prasad N
-42
/
+129
2026-02-08
smb: client: fix potential UAF and double free in smb2_open_file()
Paulo Alcantara
-0
/
+2
2026-02-08
procfs: fix missing RCU protection when reading real_parent in do_task_stat()
Jinliang Zheng
-1
/
+1
2026-02-06
pstore/ram: fix buffer overflow in persistent_ram_save_old()
Sai Ritvik Tanksalkar
-0
/
+11
2026-02-06
pstore: ram_core: fix incorrect success return when vmap() fails
Ruipeng Qi
-0
/
+7
2026-02-06
hfsplus: avoid double unload_nls() on mount failure
Shardul Bankar
-1
/
+0
2026-02-06
Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...
Linus Torvalds
-15
/
+27
2026-02-06
Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-client
Linus Torvalds
-15
/
+42
2026-02-06
ovl: relax requirement for uuid=off,index=on
Amir Goldstein
-17
/
+21
2026-02-06
erofs: fix UAF issue for file-backed mounts w/ directio option
Chao Yu
-1
/
+6
2026-02-05
procfs: avoid fetching build ID while holding VMA lock
Andrii Nakryiko
-15
/
+27
2026-02-05
gfs2: fiemap page fault fix
Andreas Gruenbacher
-0
/
+16
2026-02-05
sysfs: remove exports of sysfs_*change_owner()
Greg Kroah-Hartman
-2
/
+0
2026-02-05
erofs: update compression algorithm status
Gao Xiang
-9
/
+3
2026-02-05
erofs: fix inline data read failure for ztailpacking pclusters
Gao Xiang
-14
/
+16
2026-02-04
ceph: fix NULL pointer dereference in ceph_mds_auth_match()
Viacheslav Dubeyko
-11
/
+37
2026-02-04
fsverity: remove inode from fsverity_verification_ctx
Eric Biggers
-2
/
+0
2026-02-04
fsverity: use a hashtable to find the fsverity_info
Christoph Hellwig
-73
/
+78
2026-02-04
btrfs: consolidate fsverity_info lookup
Christoph Hellwig
-21
/
+33
2026-02-04
f2fs: consolidate fsverity_info lookup
Christoph Hellwig
-56
/
+62
2026-02-04
ext4: consolidate fsverity_info lookup
Christoph Hellwig
-24
/
+22
2026-02-04
ext4: specify the free pointer offset for ext4_inode_cache
Harry Yoo
-6
/
+13
2026-02-03
fs/tests: exec: drop duplicate bprm_stack_limits test vectors
Titouan Ameline de Cadeville
-6
/
+0
2026-02-04
fs/ntfs3: allow explicit boolean acl/prealloc mount options
Konstantin Komarov
-6
/
+14
2026-02-03
Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-1
/
+4
2026-02-03
ceph: fix oops due to invalid pointer for kfree() in parse_longname()
Daniel Vogelbacher
-4
/
+5
2026-02-03
Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+1
2026-02-03
gfs2: fix memory leaks in gfs2_fill_super error path
Deepanshu Kartikey
-2
/
+4
2026-02-03
btrfs: get rid of compressed_bio::compressed_folios[]
Qu Wenruo
-7
/
+0
2026-02-03
btrfs: get rid of compressed_folios[] usage for encoded writes
Qu Wenruo
-62
/
+57
2026-02-03
btrfs: get rid of compressed_folios[] usage for compressed read
Qu Wenruo
-20
/
+21
2026-02-03
btrfs: remove the old btrfs_compress_folios() infrastructure
Qu Wenruo
-649
/
+1
2026-02-03
btrfs: switch to btrfs_compress_bio() interface for compressed writes
Qu Wenruo
-94
/
+107
2026-02-03
btrfs: introduce btrfs_compress_bio() helper
Qu Wenruo
-0
/
+81
2026-02-03
btrfs: zlib: introduce zlib_compress_bio() helper
Qu Wenruo
-0
/
+195
2026-02-03
btrfs: zstd: introduce zstd_compress_bio() helper
Qu Wenruo
-0
/
+187
2026-02-03
btrfs: lzo: introduce lzo_compress_bio() helper
Qu Wenruo
-0
/
+259
2026-02-03
btrfs: zoned: factor out the zone loading part into a testable function
Naohiro Aota
-48
/
+66
2026-02-03
btrfs: add cleanup function for btrfs_free_chunk_map
Naohiro Aota
-0
/
+1
2026-02-03
btrfs: tests: add cleanup functions for test specific functions
Naohiro Aota
-0
/
+6
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
-0
/
+1
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
-8
/
+495
2026-02-03
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
-60
/
+183
2026-02-03
btrfs: fix transaction commit blocking during trim of unallocated space
jinbaohong
-22
/
+140
2026-02-03
btrfs: handle user interrupt properly in btrfs_trim_fs()
jinbaohong
-0
/
+11
2026-02-03
btrfs: preserve first error in btrfs_trim_fs()
jinbaohong
-6
/
+9
[prev]
[next]