summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
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-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-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-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-22btrfs: fix discard worker infinite loop after disabling discardFilipe Manana1-2/+15
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
2025-05-22binfmt_elf: Leave a gap between .bss and brkKees Cook1-0/+3
2025-05-22binfmt_elf: elf_bss no longer used by load_elf_binary()Kees Cook1-5/+1
2025-05-22binfmt_elf: Support segments with 0 filesz and misaligned startsEric W. Biederman1-63/+48
2025-05-22binfmt: Fix whitespace issuesKees Cook3-9/+9
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-18ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong1-2/+5
2025-05-18ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-05-09xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2025-05-09xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2025-05-09xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28