summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-08fs/ntfs3: Sequential field availability check in mi_enum_attr()Konstantin Komarov1-8/+7
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi1-0/+1
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2-21/+17
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo1-0/+5
2024-11-08cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-11-08fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov1-1/+8
2024-11-08fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov1-1/+4
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov1-1/+3
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov1-0/+3
2024-11-08fs/ntfs3: Stale inode instead of badKonstantin Komarov1-3/+7
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance1-0/+3
2024-11-08ntfs3: Add bounds checking to mi_enum_attr()lei lu1-13/+10
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4
2024-11-08afs: Fix missing subdir edit when renamed between parent dirsDavid Howells3-2/+116
2024-11-08iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-17/+0
2024-11-08fsdax: dax_unshare_iter needs to copy entire blocksDarrick J. Wong1-7/+27
2024-11-08fsdax: remove zeroing code from dax_unshare_iterDarrick J. Wong1-8/+0
2024-11-08iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong2-16/+17
2024-11-08iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-11-08iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-11-01openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)Aleksa Sarai1-0/+2
2024-11-01nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-11-01btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota1-0/+2
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-11-01udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-01udf: refactor inode_bmap() to handle errorZhao Mengmeng5-26/+44
2024-11-01udf: refactor udf_next_aext() to handle errorZhao Mengmeng6-65/+143
2024-11-01udf: refactor udf_current_aext() to handle errorZhao Mengmeng3-18/+37
2024-11-01exec: don't WARN for racy path_noexec checkMateusz Guzik1-12/+9
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-11-01smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-22nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+54
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-10-22xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2024-10-22xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-10-22xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi1-0/+29
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2-42/+46