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-03-10
iomap: support ioends for buffered reads
Christoph Hellwig
-7
/
+23
2026-03-10
iomap: add a bioset pointer to iomap_read_folio_ops
Christoph Hellwig
-2
/
+12
2026-03-10
ntfs3: remove copy and pasted iomap code
Christoph Hellwig
-48
/
+3
2026-03-10
iomap: allow file systems to hook into buffered read bio submission
Christoph Hellwig
-6
/
+9
2026-03-10
iomap: only call into ->submit_read when there is a read_ctx
Christoph Hellwig
-8
/
+4
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
-6
/
+9
2026-03-10
iomap: refactor iomap_bio_read_folio_range
Christoph Hellwig
-32
/
+37
2026-03-10
ntfs: add missing newlines to pr_err() messages
Woody Suwalski
-15
/
+15
2026-03-10
ntfs: fix pointer/integer casting warnings
Hyunchul Lee
-2
/
+2
2026-03-10
xfs: ensure dquot item is deleted from AIL only after log shutdown
Long Li
-1
/
+7
2026-03-10
xfs: remove redundant set null for ip->i_itemp
Long Li
-1
/
+0
2026-03-10
Merge branch 'for-7.1/block-integrity'
Christian Brauner
-1
/
+1
2026-03-09
ext4: use a byte granularity cursor in ext4_mpage_readpages
Christoph Hellwig
-6
/
+5
2026-03-09
fscrypt: pass a real sector_t to fscrypt_zeroout_range
Christoph Hellwig
-5
/
+5
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range
Christoph Hellwig
-7
/
+9
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range
Christoph Hellwig
-6
/
+8
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
-8
/
+4
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
-3
/
+3
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
-22
/
+18
2026-03-09
fscrypt: pass a byte offset to fscrypt_mergeable_bio
Christoph Hellwig
-7
/
+10
2026-03-09
fscrypt: pass a byte offset to fscrypt_generate_dun
Christoph Hellwig
-11
/
+4
2026-03-09
fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
Christoph Hellwig
-46
/
+20
2026-03-09
ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
Christoph Hellwig
-25
/
+5
2026-03-09
ext4: factor out a io_submit_need_new_bio helper
Christoph Hellwig
-2
/
+11
2026-03-09
ext4: open code fscrypt_set_bio_crypt_ctx_bh
Christoph Hellwig
-2
/
+5
2026-03-09
ext4: initialize the write hint in io_submit_init_bio
Christoph Hellwig
-4
/
+4
2026-03-09
Merge branch 'for-7.1/block-integrity' into for-7.1/block
Jens Axboe
-1
/
+1
2026-03-09
block: remove bdev_nonrot()
Damien Le Moal
-4
/
+4
2026-03-09
hfsplus: fix uninit-value by validating catalog record size
Deepanshu Kartikey
-4
/
+64
2026-03-09
tracing: Add a trace remote module for testing
Vincent Donnefort
-0
/
+1
2026-03-09
block: pass a maxlen argument to bio_iov_iter_bounce
Christoph Hellwig
-1
/
+1
2026-03-09
ceph: do not skip the first folio of the next object in writeback
Hristo Venev
-1
/
+0
2026-03-09
ceph: fix memory leaks in ceph_mdsc_build_path()
Max Kellermann
-0
/
+3
2026-03-09
ceph: add a bunch of missing ceph_path_info initializers
Max Kellermann
-6
/
+6
2026-03-09
ceph: fix i_nlink underrun during async unlink
Max Kellermann
-1
/
+14
2026-03-09
netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
Deepanshu Kartikey
-3
/
+11
2026-03-09
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
Deepanshu Kartikey
-0
/
+43
2026-03-09
VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()
NeilBrown
-6
/
+3
2026-03-09
ovl: remove ovl_lock_rename_workdir()
NeilBrown
-27
/
+0
2026-03-09
ovl: use is_subdir() for testing if one thing is a subdir of another
NeilBrown
-10
/
+5
2026-03-09
ovl: change ovl_create_real() to get a new lock when re-opening created file.
NeilBrown
-19
/
+27
2026-03-09
ovl: pass name buffer to ovl_start_creating_temp()
NeilBrown
-6
/
+8
2026-03-09
cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
NeilBrown
-61
/
+32
2026-03-08
ksmbd: Don't log keys in SMB3 signing and encryption key generation
Thorsten Blum
-20
/
+2
2026-03-08
smb: server: fix use-after-free in smb2_open()
Marios Makassikis
-3
/
+2
2026-03-08
ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()
Namjae Jeon
-2
/
+4
2026-03-08
ksmbd: fix use-after-free by using call_rcu() for oplock_info
Namjae Jeon
-10
/
+24
2026-03-08
ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlock
Ali Khaledi
-5
/
+5
2026-03-08
smb/server: Fix another refcount leak in smb2_open()
Guenter Roeck
-1
/
+2
2026-03-06
rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()
Miaoqian Lin
-4
/
+4
[prev]
[next]