summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
5 daysnetfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells1-1/+1
5 daystracefs: Removed unused 'ret' variable in eventfs_iterate()Steven Rostedt1-2/+0
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 dayseventfs: Simplify code using guard()sSteven Rostedt1-60/+36
5 daysnfsd: update mtime/ctime on COPY in presence of delegated attributesOlga Kornievskaia2-1/+11
5 daysnfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia3-15/+33
5 daysnfsd: fix file change detection in CB_GETATTRScott Mayhew1-5/+8
5 daysnfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia1-4/+0
5 daysnetfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara1-3/+10
5 daysxfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
5 daysceph: put folios not suitable for writebackHristo Venev1-0/+2
5 daysceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko1-0/+16
5 daysceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko1-0/+1
5 daysbtrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
5 dayssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin1-0/+3
5 daysbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
5 daysbtrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone1-1/+1
5 daysbtrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone1-0/+6
5 daysbtrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone1-0/+6
5 daysfsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein1-3/+36
5 daysfs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
5 dayseventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
5 dayseventpoll: move epi_fget() upChristian Brauner1-28/+28
5 dayseventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
5 dayseventpoll: kill __ep_remove()Christian Brauner1-37/+30
5 dayseventpoll: split __ep_remove()Christian Brauner1-4/+23
5 dayseventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
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: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
5 daysksmbd: fix use-after-free in smb2_open during durable reconnectAkif1-8/+5
5 dayserofs: unify lcn as u64 for 32-bit platformsGao Xiang1-10/+9
5 daysf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
5 daysf2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim1-12/+15
5 daysf2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu1-0/+2
5 daysf2fs: fix data loss caused by incorrect use of nat_entry flagYongpeng Yang1-0/+3
5 daysf2fs: avoid reading already updated pages during GCJianan Huang1-1/+4
5 daysfs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
5 daysnfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever3-12/+39
5 daysNFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo1-2/+2
5 dayssunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko1-0/+5
5 dayssunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-3/+6
5 daysnfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
5 daysfs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()Deepanshu Kartikey1-0/+15
5 daysfs/ntfs3: prevent uninitialized lcn caused by zero lenEdward Adam Davis1-5/+5
5 daysext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
5 daysext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
5 daysext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35