summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-19f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong1-4/+4
2026-02-19f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu4-19/+34
2026-02-19f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu1-1/+5
2026-02-19Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu3-34/+9
2026-02-19f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil1-2/+10
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu1-7/+7
2026-02-19f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong7-95/+121
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-8/+52
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang1-4/+10
2026-02-19f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctlyChao Yu1-1/+1
2026-02-19f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu1-0/+1
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-02-16erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
2026-02-16hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa2-22/+23
2026-02-16nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher1-5/+0
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
2026-02-16smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-07Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds1-15/+27
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds5-15/+42
2026-02-06procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-15/+27
2026-02-05ceph: fix NULL pointer dereference in ceph_mds_auth_match()Viacheslav Dubeyko4-11/+37
2026-02-04Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+4
2026-02-03ceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher1-4/+5
2026-02-03Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana1-0/+1
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1