summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-19f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong
2026-02-19f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu
2026-02-19f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu
2026-02-19f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil
2026-02-19f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu
2026-02-19f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang
2026-02-19f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctlyChao Yu
2026-02-19f2fs: fix to add gc count stat in f2fs_gc_rangeZhiguo Niu
2026-02-19romfs: check sb_set_blocksize() return valueDeepanshu Kartikey
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong
2026-02-16erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu
2026-02-16hfs: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2026-02-16nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis
2026-02-16smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher
2026-02-16smb: client: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: client: use smbdirect_send_batch processingStefan Metzmacher
2026-02-16smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher
2026-02-16smb: client: split out smbd_ib_post_send()Stefan Metzmacher
2026-02-16smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher
2026-02-16smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...Stefan Metzmacher
2026-02-16smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher
2026-02-16smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher
2026-02-16smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher
2026-02-16smb: server: fix last send credit problem causing disconnectsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher
2026-02-16smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher
2026-02-16smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher
2026-02-16smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher
2026-02-16smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho
2026-02-16ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon
2026-02-16ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon
2026-02-16smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho
2026-02-11smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-02-11btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo
2026-02-11btrfs: sync read disk super and set block sizeEdward Adam Davis
2026-02-11btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma
2026-02-11btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana
2026-02-11btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana
2026-02-11smb/server: fix refcount leak in parse_durable_handle_context()ZhangGuoDong
2026-02-11smb/server: fix refcount leak in smb2_open()ZhangGuoDong
2026-02-11smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()ZhangGuoDong
2026-02-11ceph: fix oops due to invalid pointer for kfree() in parse_longname()Daniel Vogelbacher