summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-09btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-01-09epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan1-1/+4
2025-01-09nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2025-01-09nilfs2: prevent use of deleted inodeEdward Adam Davis2-1/+12
2025-01-09NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust1-1/+1
2025-01-09btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2025-01-09efivarfs: Fix error on non-existent fileJames Bottomley3-5/+1
2025-01-09erofs: fix incorrect symlink detection in fast symlinkGao Xiang1-14/+6
2025-01-09erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang1-1/+1
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
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-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
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-14nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi1-1/+1
2024-12-14ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang1-0/+1
2024-12-14ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa1-1/+3
2024-12-14nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-12-14nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-12-14ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-12-14btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-12-14quota: flush quota_release_work upon quota writebackOjaswin Mujoo1-0/+2
2024-12-14jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-12-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-12-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-12-14NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust1-3/+5
2024-12-14NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-14jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-12-14ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-14NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-14NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-14NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-12-14ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-12-14hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-12-14NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever1-0/+7
2024-12-14cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-0/+6
2024-12-14proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-12-14nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi4-6/+2
2024-12-14ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-12-14nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi1-1/+0
2024-12-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-11-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1