summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-06btrfs: zlib: fix avail_in bytes for s390 zlib HW compression pathMikhail Zaslonko1-2/+2
2025-01-06btrfs: zoned: calculate max_extent_size properly on non-zoned setupChristoph Hellwig1-2/+3
2025-01-06btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo1-0/+4
2025-01-06ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-06Merge tag 'exfat-for-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+20
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone1-57/+65
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum1-2/+1
2025-01-05ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+3
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein1-0/+2
2024-12-31exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2024-12-31exfat: fix the new buffer was not zeroed before writingYuezhang Mo1-0/+6
2024-12-31exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2024-12-30ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-56/+130
2024-12-28Merge tag '6.13-rc4-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-28/+5
2024-12-23btrfs: sysfs: fix direct super block member readsQu Wenruo1-3/+3
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun1-2/+1
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana1-0/+5
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana1-27/+69
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana1-7/+24
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn1-11/+11
2024-12-23Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds4-35/+17
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert2-27/+0
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM1-1/+5
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds7-25/+26
2024-12-21Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-13/+31
2024-12-21Merge tag 'nfs-for-6.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+2
2024-12-21Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds3-44/+44
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells1-1/+1
2024-12-20netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells1-0/+4
2024-12-20netfs: Fix ceph copy to cache on write-beginDavid Howells1-2/+4
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells8-20/+41
2024-12-20netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells2-8/+4
2024-12-20netfs: Remove redundant use of smp_rmb()Zilin Guan1-1/+0
2024-12-20cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2024-12-20nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells1-1/+8
2024-12-20netfs: Fix enomem handling in buffered readsDavid Howells1-12/+16
2024-12-20netfs: Fix non-contiguous donation between completed readsDavid Howells1-4/+5
2024-12-20nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2024-12-19Merge tag 'v6.13-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-12/+22
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-19smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic1-1/+0