summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2024-10-22xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi1-5/+5
2024-10-22xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2-9/+10
2024-10-22xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong6-15/+39
2024-10-22xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2024-10-22xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong2-4/+14
2024-10-22xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-10-22xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-10-22xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0
2024-10-22xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-4/+9
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig8-66/+57
2024-10-22fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-22btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin1-2/+2
2024-10-22btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin1-1/+1
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang3-2/+3
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-10-17ntfs3: Change to non-blocking allocation in ntfs_d_hashDiogo Jahchan Koike1-2/+2
2024-10-17fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov1-2/+17
2024-10-17fs/ntfs3: Fix sparse warning in ni_fiemapKonstantin Komarov1-13/+8
2024-10-17fs/ntfs3: Do not call file_modified if collapse range failedKonstantin Komarov1-1/+3
2024-10-17gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-10-17gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-10-17gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-10Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng1-2/+0
2024-10-10ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik2-76/+11
2024-10-10btrfs: relocation: constify parameters where possibleDavid Sterba2-32/+33
2024-10-10btrfs: relocation: return bool from btrfs_should_ignore_reloc_rootDavid Sterba2-11/+10
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro1-61/+34
2024-10-10ceph: fix cap ref leak via netfs init_requestPatrick Donnelly1-1/+4