summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-101-1/+5
* smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-102-0/+12
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-107-17/+85
* smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-103-4/+27
* smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-101-0/+30
* ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon2024-04-101-5/+5
* ksmbd: validate payload size in ipc responseNamjae Jeon2024-04-103-2/+45
* ksmbd: don't send oplock break if rename failsNamjae Jeon2024-04-101-1/+2
* nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-101-5/+2
* cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-103-10/+59
* fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn2024-04-101-5/+12
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-101-1/+2
* btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-04-101-61/+160
* btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2024-04-102-14/+29
* cifs: Fix duplicate fscache cookie warningsDavid Howells2024-04-102-1/+17
* exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-04-031-0/+1
* btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-04-031-1/+11
* btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-04-031-1/+2
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-04-031-0/+13
* btrfs: fix deadlock with fiemap and extent lockingJosef Bacik2024-04-031-17/+45
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-04-037-30/+30
* xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-04-031-3/+3
* xfs: update dir3 leaf block metadata after swapZhang Tianci2024-04-031-0/+7
* xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang2024-04-031-42/+31
* xfs: fix perag leak when growfs failsLong Li2024-04-033-11/+32
* xfs: add lock protection when remove perag from radix treeLong Li2024-04-031-0/+4
* xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen2024-04-031-0/+4
* xfs: initialise di_crc in xfs_log_dinodeDave Chinner2024-04-031-0/+3
* xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong2024-04-031-0/+4
* xfs: force all buffers to be written during btree bulk loadDarrick J. Wong2024-04-033-7/+42
* xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2024-04-031-1/+1
* xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong2024-04-031-0/+5
* xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong2024-04-031-6/+0
* xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2024-04-033-4/+31
* xfs: don't allow overly small or large realtime volumesDarrick J. Wong2024-04-033-1/+17
* xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong2024-04-031-3/+5
* xfs: make rextslog computation consistent with mkfsDarrick J. Wong2024-04-034-3/+21
* xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2024-04-037-7/+22
* xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong2024-04-037-7/+14
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2024-04-0311-116/+158
* xfs: don't leak recovered attri intent itemsDarrick J. Wong2024-04-031-2/+7
* xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig2024-04-031-1/+1
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2024-04-034-3/+5