summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-02-08afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-02-08select: Fix unbalanced user_access_end()Christophe Leroy1-2/+2
2025-02-08btrfs: subpage: fix the bitmap dump of the locked flagsQu Wenruo1-2/+4
2025-02-08btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo1-5/+16
2025-02-08pstore/blk: trivial typo fixesEugen Hristev1-2/+2
2025-02-08fs: fix proc_handler for sysctl_nr_openJinliang Zheng1-1/+1
2025-02-08afs: Fix cleanup of immediately failed async callsDavid Howells2-3/+18
2025-02-08afs: Fix directory format encoding structDavid Howells1-1/+1
2025-02-08afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2025-02-08dlm: fix srcu_read_lock() return type to intAlexander Aring1-1/+2
2025-02-08dlm: fix removal of rsb struct that is master and dir recordAlexander Aring1-16/+30
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-02-01libfs: Use d_children list to iterate simple_offset directoriesChuck Lever1-26/+58
2025-02-01libfs: Replace simple_offset end-of-directory detectionChuck Lever1-16/+21
2025-02-01Revert "libfs: fix infinite directory reads for offset dir"Chuck Lever1-24/+11
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-32/+0
2025-02-01libfs: Return ENOSPC when the directory offset range is exhaustedChuck Lever1-2/+2
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2025-01-16Merge tag 'mm-hotfixes-stable-2025-01-16-21-11' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+21
2025-01-16Merge tag '6.13-rc7-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+11
2025-01-16Merge tag 'for-6.13-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2025-01-15ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-13btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo1-0/+4
2025-01-13Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya1-1/+10
2025-01-12fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-12Merge tag 'driver-core-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-36/+57
2025-01-11Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+18
2025-01-10smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya1-1/+18
2025-01-10Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-35/+56
2025-01-10Merge tag 'xfs-fixes-6.13-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+3
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-01-10fs: debugfs: fix open proxy for unsafe filesJohannes Berg1-1/+1
2025-01-09Merge tag '6.13-rc6-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-3/+56
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-61/+74
2025-01-09afs: Fix merge preference rule failure conditionLizhi Xu1-2/+4
2025-01-09netfs: Fix read-retry for fs with no ->prepare_read()David Howells1-1/+2
2025-01-09netfs: Fix kernel async DIODavid Howells1-1/+6
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner2-14/+15
2025-01-09fs: kill MNT_ONRBChristian Brauner2-14/+15
2025-01-09iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig1-1/+1
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-07debugfs: fix missing mutex_destroy() in short_fops caseAl Viro1-1/+1
2025-01-07fs: debugfs: differentiate short fops with proxy opsJohannes Berg3-34/+55
2025-01-07afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2025-01-07Merge tag 'fuse-fixes-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner1-12/+19
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-118/+212