summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-04ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon1-5/+2
2025-06-04NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust2-1/+16
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton4-11/+14
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner1-7/+71
2025-06-04coredump: fix error handling for replace_fd()Christian Brauner1-2/+7
2025-06-04btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2025-06-04ksmbd: fix stream write failureNamjae Jeon1-8/+6
2025-06-04smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-06-04smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-06-04btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo1-2/+2
2025-06-04cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár4-12/+166
2025-06-04cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár1-8/+95
2025-06-04f2fs: introduce f2fs_base_attr for global sysfs entriesJaegeuk Kim1-22/+52
2025-06-04ext4: remove writable userspace mappings before truncating page cacheZhang Yi3-14/+70
2025-06-04ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-06-04pstore: Change kmsg_bytes storage size to u32Kees Cook3-8/+9
2025-06-04orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)1-4/+3
2025-06-04gfs2: Check for empty queue in run_queueAndreas Gruenbacher1-3/+8
2025-06-04ext4: do not convert the unwritten extents if data writeback failsBaokun Li2-3/+16
2025-06-04ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-06-04jbd2: do not try to recover wiped journalJan Kara1-5/+6
2025-06-04ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-06-04dlm: make tcp still work in multi-link envHeming Zhao1-2/+2
2025-06-04btrfs: send: return -ENAMETOOLONG when attempting a path that is too longFilipe Manana1-4/+2
2025-06-04btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana1-7/+11
2025-06-04btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana1-0/+13
2025-06-04btrfs: run btrfs_error_commit_super() earlyQu Wenruo1-7/+8
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone1-2/+5
2025-06-04btrfs: make btrfs_discard_workfn() block_group ref explicitBoris Burkov1-18/+16
2025-06-04ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-06-04pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust1-0/+1
2025-06-04NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust1-1/+9
2025-06-04cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár3-6/+19
2025-06-04cifs: add validation check for the fields in smb_acesNamjae Jeon1-1/+16
2025-06-04NFS: Don't allow waiting for exiting tasksTrond Myklebust4-3/+15
2025-06-04NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust1-1/+2
2025-06-04fuse: Return EPERM rather than ENOSYS from link()Matt Johnston1-0/+2
2025-06-04smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong5-11/+30
2025-06-04cifs: Fix negotiate retry functionalityPali Rohár3-10/+10
2025-06-04cifs: Fix querying and creating MF symlinks over SMB1Pali Rohár1-4/+4
2025-06-04cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár1-1/+10
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-22udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara1-1/+1
2025-05-22NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust1-0/+9
2025-05-22nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng1-1/+8
2025-05-22binfmt_elf: Move brk for static PIE even if ASLR disabledKees Cook1-24/+47
2025-05-22binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook1-5/+37
2025-05-22binfmt_elf: Calculate total_size earlierKees Cook1-25/+27