summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-26exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
2023-08-26cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-26btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-26cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-26btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
2023-08-26fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov4-1/+15
2023-08-26fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-08-26fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo1-5/+11
2023-08-26gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-08-26smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara1-18/+10
2023-08-26ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner1-0/+9
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-16btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-16nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi3-0/+12
2023-08-16ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon1-1/+8
2023-08-16ksmbd: validate command request sizeLong Li1-5/+5
2023-08-11ext2: Drop fragment supportJan Kara2-31/+4
2023-08-11fs: Protect reconfiguration of sb read-write from racing writesJan Kara1-1/+10
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya1-0/+4
2023-08-11fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa1-2/+2
2023-08-11file: reinstate f_pos locking optimization for regular filesLinus Torvalds1-1/+17
2023-08-11open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai1-1/+1
2023-08-11exfat: release s_lock before calling dir_emit()Sungjong Seo1-15/+12
2023-08-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-08-03ceph: never send metrics if disable_send_metrics is setXiubo Li1-1/+1
2023-08-03nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-08-03file: always lock position for FMODE_ATOMIC_POSChristian Brauner1-4/+2
2023-08-03btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-08-03btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-08-03cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-08-03ksmbd: remove internal.h includeNamjae Jeon2-4/+0
2023-08-03cifs: use fs_context for automountsPaulo Alcantara1-60/+40
2023-08-03fs: dlm: interrupt posix locks only when process is killedAlexander Aring1-1/+1
2023-08-03dlm: rearrange async condition returnAlexander Aring1-14/+13
2023-08-03dlm: cleanup plock_op vs plock_xopAlexander Aring1-31/+46
2023-08-03btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-08-03jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2023-07-27jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-07-27quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-07-27quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-27fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1