summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-14btrfs: add cancellation points to trim loopsLuca Stefani3-3/+15
2024-12-14jffs2: Fix rtime decompressorRichard Weinberger1-1/+1
2024-12-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-12-14Revert "unicode: Don't special case ignorable code points"Linus Torvalds2-3346/+3427
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-14smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara1-171/+17
2024-12-14fs/ntfs3: Fix case when unmarked clusters intersect with zoneKonstantin Komarov1-10/+30
2024-12-14f2fs: fix to shrink read extent node in batchesChao Yu1-28/+41
2024-12-14f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu1-1/+6
2024-12-14KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu1-0/+2
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-12-14smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-12-14jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya1-0/+3
2024-12-14jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal1-0/+8
2024-12-14jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal1-0/+3
2024-12-14jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal1-0/+7
2024-12-14fanotify: allow reporting errors on failure to open fdAmir Goldstein1-37/+48
2024-12-14dlm: fix possible lkb_resource null dereferenceAlexander Aring1-6/+4
2024-12-14btrfs: do not clear read-only when adding sprout deviceBoris Burkov1-4/+0
2024-12-14btrfs: avoid unnecessary device path update for the same deviceQu Wenruo1-1/+37
2024-12-14btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn3-3/+9
2024-12-14epoll: annotate racy checkChristian Brauner1-2/+4
2024-12-14ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang1-0/+1
2024-12-14smb3.1.1: fix posix mounts to older serversSteve French3-5/+11
2024-12-14fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme1-1/+17
2024-12-14fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme4-60/+149
2024-12-14fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme1-1/+2
2024-12-14nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi1-1/+1
2024-12-14ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-14ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-14ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa1-1/+3
2024-12-14f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2-0/+21
2024-12-09btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-12-09nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-12-09ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko1-1/+6
2024-12-09fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-12-09ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-12-09ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-12-09btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-12-09btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-12-09btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-12-09quota: flush quota_release_work upon quota writebackOjaswin Mujoo1-0/+2
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-09nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng1-1/+1
2024-12-09cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-12-09cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-12-09smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-12-09cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1