summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
5 hoursnetfs: Fix potential uninitialised var in netfs_extract_user_iter()David Howells
5 hoursf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu
5 hoursf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang
5 hoursbtrfs: do not mark inode incompressible after inline attempt failsQu Wenruo
5 hourssmb: client: Use FullSessionKey for AES-256 encryption key derivationPiyush Sachdeva
5 hoursbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
5 hoursbtrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana
5 hoursbtrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana
5 hourseventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier
5 hoursnetfs: fix error handling in netfs_extract_user_iter()Paulo Alcantara
5 hoursceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob sizeViacheslav Dubeyko
5 hoursceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko
5 hourssmb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin
5 hoursntfs: ->d_compare() must not blockAl Viro
5 hourssmb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
5 hourssmb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie
5 hoursbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
5 hoursfsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein
5 hoursfs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju
5 hoursksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim
5 hoursksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang
5 hoursksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang
5 hoursksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang
5 hourserofs: unify lcn as u64 for 32-bit platformsGao Xiang
5 hourserofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang
5 hourserofs: do sanity check on m->type in z_erofs_load_compact_lcluster()Chao Yu
5 hourserofs: add encoded extent on-disk definitionGao Xiang
5 hoursf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang
5 hoursfs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou
5 hoursnfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko
5 hoursext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin
5 hoursocfs2: validate group add input before cachingZhengYuan Huang
5 hoursocfs2: validate bg_bits during freefrag scanZhengYuan Huang
5 hoursocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang
5 hoursocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo
5 hoursocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo
5 hoursksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith
5 hoursgfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher
5 hoursgfs2: add some missing log lockingAndreas Gruenbacher
5 hoursquota: Fix race of dquot_scan_active() with quota deactivationJan Kara
5 hoursfanotify: call fanotify_events_supported() before path_permission() and secur...Ondrej Mosnacek
5 hoursfdget(), trivial conversionsAl Viro
5 hoursgfs2: Call unlock_new_inode before d_instantiateAndreas Gruenbacher
5 hoursdebugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han
5 hoursdebugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han
5 hoursbtrfs: fix deadlock between reflink and transaction commit when using flushon...Filipe Manana
5 hoursbtrfs: pass struct btrfs_inode to clone_copy_inline_extent()David Sterba
5 hourspstore/ram: fix resource leak when ioremap() failsCole Leavitt
5 hoursnilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey
5 hoursfs/mbcache: cancel shrink work before destroying the cacheHyungJung Joo