summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
5 daysnetfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
5 daysksmbd: validate inherited ACE SID lengthShota Zaizen1-14/+52
5 daysf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
5 daysf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
5 daysbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
5 daysbtrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana1-15/+16
5 daysbtrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana1-2/+1
5 dayssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
5 dayseventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier1-1/+1
5 daysbtrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
5 daysbtrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()Filipe Manana3-7/+5
5 daysnetfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
5 daysceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
5 dayssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
5 daysksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
5 dayssmb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
5 dayssmb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie2-3/+3
5 daysntfs: ->d_compare() must not blockAl Viro5-24/+20
5 daysbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
5 daysfs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
5 daysksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
5 daysksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
5 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
5 daysksmbd: add support for supplementary groupsNamjae Jeon7-17/+137
5 daysksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum1-2/+2
5 daysksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
5 daysf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
5 daysf2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET1-24/+21
5 daysfs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
5 daysnfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
5 daysocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
5 daysocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
5 daysocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
5 daysocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
5 daysocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
5 daysksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
5 daysgfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher1-2/+3
5 daysgfs2: add some missing log lockingAndreas Gruenbacher1-8/+20
5 daysquota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
5 daysgfs2: Call unlock_new_inode before d_instantiateAndreas Gruenbacher1-2/+1
5 daysdebugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han1-1/+1
5 daysdebugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han1-1/+4
5 dayspstore/ram: fix resource leak when ioremap() failsCole Leavitt1-0/+4
5 daysnilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
5 daysfs/omfs: reject s_sys_blocksize smaller than OMFS_DIR_STARTHyungJung Joo1-0/+6
11 dayssmb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
11 daysceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
11 daysbtrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich1-2/+3
11 daysksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-10/+30
11 dayserofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1