summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara
2024-04-10ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon
2024-04-10ksmbd: validate payload size in ipc responseNamjae Jeon
2024-04-10ksmbd: don't send oplock break if rename failsNamjae Jeon
2024-04-10nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-04-10cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells
2024-04-10fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn
2024-04-10vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET
2024-04-10btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana
2024-04-10btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-04-10cifs: Fix duplicate fscache cookie warningsDavid Howells
2024-04-03exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-04-03btrfs: fix deadlock with fiemap and extent lockingJosef Bacik
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-04-03xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-04-03xfs: update dir3 leaf block metadata after swapZhang Tianci
2024-04-03xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2024-04-03xfs: fix perag leak when growfs failsLong Li
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li
2024-04-03xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2024-04-03xfs: initialise di_crc in xfs_log_dinodeDave Chinner
2024-04-03xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2024-04-03xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong
2024-04-03xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2024-04-03xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2024-04-03xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2024-04-03xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2024-04-03xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2024-04-03xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2024-04-03xfs: don't leak recovered attri intent itemsDarrick J. Wong
2024-04-03xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong