summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-23afs: Fix merge preference rule failure conditionLizhi Xu1-2/+4
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2025-01-23netfs: Fix non-contiguous donation between completed readsDavid Howells1-4/+5
2025-01-23fs: fix missing declaration of init_filesZhang Kunbo1-0/+1
2025-01-23fs/qnx6: Fix building with GCC 15Brahmajit Das1-7/+4
2025-01-23hfs: Sanity check the root recordLeo Stone1-1/+3
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-23btrfs: add the missing error handling inside get_canonical_dev_pathQu Wenruo1-0/+4
2025-01-17fs: kill MNT_ONRBChristian Brauner2-14/+15
2025-01-17smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya1-1/+18
2025-01-17btrfs: zlib: fix avail_in bytes for s390 zlib HW compression pathMikhail Zaslonko1-2/+2
2025-01-17ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-17fs: fix is_mnt_ns_file()Miklos Szeredi1-2/+8
2025-01-17fs: relax assertions on failure to encode file handlesAmir Goldstein2-6/+3
2025-01-17netfs: Fix read-retry for fs with no ->prepare_read()David Howells1-1/+2
2025-01-17netfs: Fix kernel async DIODavid Howells1-1/+6
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-17afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2025-01-17ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2025-01-17btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo1-0/+4
2025-01-17ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-17ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-17fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein1-0/+2
2025-01-17exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2025-01-17exfat: fix the new buffer was not zeroed before writingYuezhang Mo1-0/+6
2025-01-17exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2025-01-17netfs: Fix is-caching check in read-retryDavid Howells1-1/+1
2025-01-17netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells1-0/+4
2025-01-17netfs: Fix ceph copy to cache on write-beginDavid Howells1-2/+4
2025-01-17netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells2-8/+4
2025-01-17nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells1-1/+8
2025-01-17netfs: Fix enomem handling in buffered readsDavid Howells1-12/+16
2025-01-17iomap: fix zero padding data issue in concurrent append writesLong Li1-0/+45
2025-01-17iomap: pass byte granular end position to iomap_add_to_ioendLong Li1-9/+12
2025-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav8-18/+18
2025-01-17jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2025-01-17jbd2: increase IO priority for writing revoke recordsZhang Yi1-1/+1
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2025-01-09smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2025-01-09ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09btrfs: handle bio_split() errorsJohannes Thumshirn1-2/+15
2025-01-09btrfs: allow swap activation to be interruptibleFilipe Manana1-0/+5
2025-01-09btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2025-01-02btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2025-01-02btrfs: check folio mapping after unlock in put_file_data()Boris Burkov1-0/+6
2025-01-02btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4