summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-09btrfs: validate data reloc tree file extent item membersTeng Liu2-4/+45
2026-06-09btrfs: annotate lockless read of defrag_bytes in should_nocow()Cen Zhang1-1/+1
2026-06-09btrfs: send: switch struct fs_path to auto freeingDavid Sterba1-70/+43
2026-06-09btrfs: add message format for qgroupidDavid Sterba2-15/+14
2026-06-09btrfs: zoned: always set max_active_zones for zoned devicesJohannes Thumshirn1-25/+39
2026-06-09btrfs: use bvec_phys() in compressed_bio_last_folio()Matthew Wilcox (Oracle)1-1/+1
2026-06-09btrfs: replace __free_page with folio_put() in attach_eb_folio_to_filemap()Matthew Wilcox (Oracle)1-3/+3
2026-06-09Revert "btrfs: fix the file offset calculation inside btrfs_decompress_buf2pa...Matthew Wilcox (Oracle)1-17/+1
2026-06-09btrfs: zoned: fix deadlock waiting for ticket during data relocationJohannes Thumshirn3-0/+15
2026-06-09btrfs: zoned: don't account data relocation space-info in statfs free spaceJohannes Thumshirn1-1/+2
2026-06-09btrfs: zoned: always set data_relocation_bgJohannes Thumshirn1-10/+1
2026-06-09vfs: add FS_USERNS_DELEGATABLE flag and set it for NFSJeff Layton2-7/+12
2026-06-09fuse: re-lock request before returning from fuse_ref_folio()Joanne Koong1-1/+1
2026-06-09fuse: re-lock request before replacing page cache folioJoanne Koong1-14/+5
2026-06-09ntfs: use direct pointer for inline data to avoid redundant allocationNamjae Jeon1-70/+7
2026-06-09ntfs: validate resident index root values on lookupDaeMyung Kang1-0/+31
2026-06-09ntfs: update index root allocated size before shrinkDaeMyung Kang1-3/+15
2026-06-09ntfs: grow index root value before reparent header updateDaeMyung Kang1-30/+48
2026-06-09ntfs: reject non-resident records for resident-only attributesDaeMyung Kang1-1/+17
2026-06-09btrfs: zoned: document RECLAIM_ZONES flush stateJohannes Thumshirn1-0/+7
2026-06-09btrfs: introduce support for huge foliosQu Wenruo5-17/+42
2026-06-09btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmapsQu Wenruo3-33/+66
2026-06-09btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmapsQu Wenruo3-43/+87
2026-06-09btrfs: update the out-of-date comments on subpageQu Wenruo1-34/+5
2026-06-09btrfs: simplify how first hit is passed to __btrfs_abort_transaction()David Sterba2-8/+22
2026-06-09btrfs: validate negative error number passed to btrfs_abort_transaction()David Sterba1-0/+24
2026-06-09btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana1-2/+3
2026-06-09btrfs: protect sb_write_pointer() with invalidate lockKangNing Liao1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_sync_log()Filipe Manana1-0/+15
2026-06-09btrfs: tracepoints: add trace event for btrfs_log_new_name()Filipe Manana1-2/+5
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for log_new_delayed_dentries()Filipe Manana1-0/+10
2026-06-09btrfs: use simple assertions where enough during inode logging and replayFilipe Manana1-3/+2
2026-06-09btrfs: tracepoints: add trace event for log_conflicting_inodes()Filipe Manana1-0/+9
2026-06-09btrfs: tracepoints: add trace event for add_conflicting_inode()Filipe Manana1-15/+27
2026-06-09isofs: bound Rock Ridge symlink components to the SL recordBryam Vargas1-0/+11
2026-06-09ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
2026-06-09fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
2026-06-09xfs: mark struct xfs_imap as __packedChristoph Hellwig1-1/+1
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig11-49/+44
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig8-19/+18
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig7-15/+18
2026-06-09xfs: cleanup xfs_imapChristoph Hellwig1-34/+28
2026-06-09xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_mapChristoph Hellwig3-37/+5
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig91-425/+427
2026-06-09xfs: remove xfs_setup_existing_inodeChristoph Hellwig2-9/+5
2026-06-09xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corruptChristoph Hellwig7-14/+14
2026-06-09xfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38