summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
4 daysnetfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
4 daysf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
4 daysbtrfs: do not mark inode incompressible after inline attempt failsQu Wenruo1-0/+6
4 dayssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva2-8/+26
4 dayseventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier1-1/+1
4 daysnfsd: fix file change detection in CB_GETATTRScott Mayhew1-5/+8
4 daysnetfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
4 daysxfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
4 daysceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko1-0/+16
4 daysceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
4 daysbtrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
4 dayssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
4 daysfuse: avoid 0x10 fault in fuse_readahead when max_pages == 0Vlad Poenaru1-0/+10
4 daysbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
4 daysfsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein1-3/+36
4 daysfs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
4 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
4 dayseventpoll: move epi_fget() upChristian Brauner1-28/+28
4 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
4 dayseventpoll: kill __ep_remove()Christian Brauner1-37/+30
4 dayseventpoll: split __ep_remove()Christian Brauner1-4/+23
4 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
4 daysksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
4 daysksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
4 daysksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
4 daysksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
4 daysksmbd: fix use-after-free in smb2_open during durable reconnectAkif1-8/+5
4 dayssmb: move smb_version_values to common/smbglob.hZhangGuoDong6-73/+53
4 dayserofs: unify lcn as u64 for 32-bit platformsGao Xiang1-10/+9
4 daysf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
4 daysf2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim1-12/+15
4 daysf2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu1-0/+2
4 daysf2fs: expand scalability of f2fs mount optionChao Yu2-58/+63
4 daysf2fs: avoid reading already updated pages during GCJianan Huang1-1/+4
4 daysf2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page()Chao Yu2-20/+13
4 daysfs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
4 daysNFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo1-2/+2
4 daysnfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
4 daysext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
4 daysocfs2: validate group add input before cachingZhengYuan Huang1-5/+7
4 daysocfs2: validate bg_bits during freefrag scanZhengYuan Huang1-1/+17
4 daysocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
4 daysocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo1-1/+1
4 daysocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo1-0/+8
4 daysksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
4 daysgfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher1-2/+3
4 daysgfs2: add some missing log lockingAndreas Gruenbacher1-8/+20
4 daysquota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+30
4 daysgfs2: less aggressive low-memory log flushingAndreas Gruenbacher1-2/+3
4 daysfanotify: call fanotify_events_supported() before path_permission() and secur...Ondrej Mosnacek1-15/+10