summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-04ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon
2025-06-04NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-06-04coredump: fix error handling for replace_fd()Christian Brauner
2025-06-04btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov
2025-06-04ksmbd: fix stream write failureNamjae Jeon
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro
2025-06-04btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo
2025-06-04cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár
2025-06-04cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár
2025-06-04f2fs: introduce f2fs_base_attr for global sysfs entriesJaegeuk Kim
2025-06-04ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-06-04ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-06-04pstore: Change kmsg_bytes storage size to u32Kees Cook
2025-06-04orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2025-06-04gfs2: Check for empty queue in run_queueAndreas Gruenbacher
2025-06-04ext4: do not convert the unwritten extents if data writeback failsBaokun Li
2025-06-04ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li
2025-06-04jbd2: do not try to recover wiped journalJan Kara
2025-06-04ext4: reorder capability check lastChristian Göttsche
2025-06-04dlm: make tcp still work in multi-link envHeming Zhao
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana
2025-06-04btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana
2025-06-04btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana
2025-06-04btrfs: run btrfs_error_commit_super() earlyQu Wenruo
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone
2025-06-04btrfs: make btrfs_discard_workfn() block_group ref explicitBoris Burkov
2025-06-04ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz
2025-06-04pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust
2025-06-04NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust
2025-06-04cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-06-04cifs: add validation check for the fields in smb_acesNamjae Jeon
2025-06-04NFS: Don't allow waiting for exiting tasksTrond Myklebust
2025-06-04NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust
2025-06-04fuse: Return EPERM rather than ENOSYS from link()Matt Johnston
2025-06-04smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár
2025-06-04cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár
2025-06-04cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson
2025-05-22udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara
2025-05-22NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-22nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng
2025-05-22binfmt_elf: Move brk for static PIE even if ASLR disabledKees Cook
2025-05-22binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook
2025-05-22binfmt_elf: Calculate total_size earlierKees Cook