summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2-5/+4
2024-03-12nilfs2: use div64_ul() instead of do_div()Thorsten Blum6-7/+7
2024-02-23fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-02-23nilfs2: convert cpfile to use kmap_localRyusuke Konishi1-45/+45
2024-02-23nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2-107/+0
2024-02-23nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi5-34/+87
2024-02-23nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi3-46/+82
2024-02-23nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi3-29/+77
2024-02-23nilfs2: convert ifile to use kmap_localRyusuke Konishi4-10/+9
2024-02-23nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi1-3/+0
2024-02-23nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi3-31/+57
2024-02-23nilfs2: convert DAT to use kmap_localRyusuke Konishi1-19/+19
2024-02-23nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi1-45/+46
2024-02-23nilfs2: convert sufile to use kmap_localRyusuke Konishi1-43/+43
2024-02-23nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi1-2/+2
2024-02-23nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi1-4/+4
2024-02-23nilfs2: convert segment buffer to use kmap_localRyusuke Konishi1-2/+2
2024-02-23nilfs2: convert recovery logic to use kmap_localRyusuke Konishi1-2/+2
2024-02-23ocfs2: spelling fixYongzhen Zhang1-1/+1
2024-02-18Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds11-16/+35
2024-02-17Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-7/+60
2024-02-17Merge tag 'ceph-for-6.8-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds3-25/+93
2024-02-16Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-43/+65
2024-02-16smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-16zonefs: Improve error handlingDamien Le Moal2-43/+65
2024-02-15Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-50/+131
2024-02-14bcachefs: Fix missing va_end()Kent Overstreet1-0/+1
2024-02-14bcachefs: Fix check_version_upgrade()Kent Overstreet1-5/+6
2024-02-14bcachefs: Clamp replicas_required to replicasKent Overstreet6-5/+21
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana1-36/+2
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana1-0/+1
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana1-10/+19
2024-02-13ceph: add ceph_cap_unlink_work to fire check_caps() immediatelyXiubo Li3-1/+69
2024-02-13ceph: always queue a writeback when revoking the Fb capsXiubo Li1-24/+24
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-33/+23
2024-02-12cifs: update the same create_guid on replayShyam Prasad N4-2/+14
2024-02-12cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-11Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds5-39/+69
2024-02-11bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet1-1/+1
2024-02-11bcachefs: fix kmemleak in __bch2_read_super error handling pathSu Yue1-1/+1
2024-02-11bcachefs: Fix missing bch2_err_class() callsKent Overstreet1-4/+5
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+7
2024-02-10Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-11/+36
2024-02-10Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds5-15/+9
2024-02-10Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds16-247/+381