summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-26libceph: remove ceph_put_page_vector()Tal Zussman1-3/+6
2026-08-26ceph: make nearfull sync writes opt-inAlex Markuze3-3/+16
2026-08-26ceph: do not repeat ceph_trim_dentries() if no progress possibleMax Kellermann1-3/+7
2026-08-26ceph: drop mdsc->mutex before decoding the MDS replyMax Kellermann1-1/+7
2026-08-26ceph: fix UAF in check_new_map() on session freed during unlockXiubo Li1-0/+6
2026-08-26ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlockXiubo Li1-2/+9
2026-08-26ceph: pass inode pointer around instead of reloading itMax Kellermann3-31/+30
2026-08-26ceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULLMax Kellermann2-4/+19
2026-08-26ceph: add helper function ceph_cap_is_removed()Max Kellermann3-6/+18
2026-08-26ceph: make __ceph_remove_cap() staticMax Kellermann2-2/+1
2026-08-26ceph: cap delegated inode count in ceph_parse_deleg_inos()Michael Bommarito3-6/+63
2026-08-26ceph: bound num_export_targets array for mds info v2/v3Michael Bommarito1-1/+6
2026-08-26ceph: bound MDSCapAuth path and fs_name decode in handle_session()Michael Bommarito1-2/+6
2026-08-26ceph: bound xattr value length in __build_xattrs()Michael Bommarito1-0/+1
2026-08-26ceph: bound copied dentry name length in NFS export get_nameMichael Bommarito1-9/+17
2026-08-26ceph: revalidate ki_pos for O_APPEND writes after cap acquisitionXiubo Li1-0/+48
2026-08-26ceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()Xiubo Li1-7/+10
2026-08-26ceph: do not cache negative dentries for snapped directoriesXiubo Li2-3/+10
2026-08-26ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()Xiubo Li1-5/+5
2026-08-26ceph: use GFP_NOFS for cap flush allocation in writeback pathXiubo Li1-1/+1
2026-08-26ceph: use detach_cap_releases() in ceph_send_cap_releases()Max Kellermann1-5/+6
2026-08-26ceph: skip __touch_cap() most of the timeMax Kellermann1-0/+8
2026-08-26ceph: Change system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-08-26ceph: properly decrypt filenames in vmalloc() buffersSam Edwards2-11/+40
2026-08-26ceph: pass fscrypt `tname` buffers directlySam Edwards3-10/+9
2026-08-26ceph: Fix ERR_PTR(0) in ceph_mkdir()Hongling Zeng1-1/+1
2026-08-26ntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe1-2/+2
2026-08-26ntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe2-4/+4
2026-08-26ntfs: fix undefined behavior in mft/index record size calculationHongling Zeng1-2/+2
2026-08-26ntfs: treat any nonzero dio zero-range return as an errorWentao Guan1-1/+1
2026-08-26ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng1-1/+1
2026-08-26ntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe1-1/+2
2026-08-26ntfs: skip free cluster decrement when rollback failsBaolin Liu1-1/+2
2026-08-26ntfs: only count successfully cleared runs when freeing clustersBaolin Liu1-3/+3
2026-08-26ntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu1-1/+3
2026-08-26ntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu1-1/+1
2026-08-26ntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu1-1/+1
2026-08-26ntfs: return -ERANGE for undersized xattr bufferBaolin Liu1-2/+2
2026-08-26ntfs: propagate reparse index insertion failureBaolin Liu1-2/+3
2026-08-26ntfs: return DT_UNKNOWN on inode lookup failure in readdirBaolin Liu1-1/+1
2026-08-26f2fs: don't leave the hashed inode while it's unlinkedJaegeuk Kim3-58/+69
2026-08-25Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-17/+26
2026-08-25Merge tag 'ntfs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-452/+3270
2026-08-25f2fs: accurately adjust free_sections during free_segment_rangeDaeho Jeong1-1/+14
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-165/+734
2026-08-25fs: don't return -EINVAL for successful nested thawMoritz Tanner1-3/+6
2026-08-25ufs: do not treat unreadable directory blocks as emptyAli Ahmet Memis1-1/+1
2026-08-25ufs: validate cylinder group metadata before caching itAli Ahmet Memis1-0/+10
2026-08-25ufs: create the root dentry after loading cylinder metadataAli Ahmet Memis1-8/+9
2026-08-25f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()Chao Yu1-0/+5