summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-08btrfs: move large data folios out of experimental featuresQu Wenruo
2026-06-08btrfs: refresh add_ra_bio_pages() to indicate it's using foliosQu Wenruo
2026-06-08btrfs: enable cross-folio readahead for bs < ps and large folio casesQu Wenruo
2026-06-08btrfs: remove 32bit compat code for VFS inode numberDavid Sterba
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara
2026-06-08btrfs: remove 2K block size supportQu Wenruo
2026-06-08btrfs: change return type from int to bool in check_eb_range()Filipe Manana
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: use QSTR() in __btrfs_ioctl_snap_create()Thorsten Blum
2026-06-08btrfs: use the enums instead of int type in struct btrfs_block_group fieldsFilipe Manana
2026-06-08btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents()Filipe Manana
2026-06-08btrfs: balance: fix potential bg lookup failure in btrfs_may_alloc_data_chunk()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_range_filter()ZhengYuan Huang
2026-06-08btrfs: balance: fix potential bg lookup failure in chunk_usage_filter()ZhengYuan Huang
2026-06-08btrfs: add ioctl GET_CSUMS to read raw checksums from file rangeMark Harmstone
2026-06-08btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo
2026-06-08btrfs: remove unnecessary ctl argument from write_cache_extent_entries()Filipe Manana
2026-06-08btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()Filipe Manana
2026-06-08btrfs: remove block group argument from copy_free_space_cache()Filipe Manana
2026-06-08btrfs: remove op field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: reduce size of struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: remove unit field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: remove start field from struct btrfs_free_space_ctlFilipe Manana
2026-06-08btrfs: use a kmem_cache for free space control structuresFilipe Manana
2026-06-08btrfs: reduce size of struct btrfs_block_groupFilipe Manana
2026-06-08btrfs: use a kmem_cache for block groupsFilipe Manana
2026-06-08btrfs: make more ASSERTs verbose, part 3David Sterba
2026-06-08btrfs: convert ioctl handlers to AUTO_KFREEDavid Sterba
2026-06-08btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()David Sterba
2026-06-08btrfs: do more kmalloc_obj()/kmalloc_objs() conversionsDavid Sterba
2026-06-08btrfs: lift assertions to beginning of insert_delayed_ref()David Sterba
2026-06-08btrfs: replace open coded DEBUG_WARN in extent_writepage()David Sterba
2026-06-08btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()David Sterba
2026-06-08btrfs: remove folio checked subpage bitmap trackingQu Wenruo
2026-06-08btrfs: remove the COW fixup mechanismQu Wenruo
2026-06-08btrfs: pass a valid btrfs_tree_parent_check when possibleQu Wenruo
2026-06-06gfs2: use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-06ntfs: use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-06bpf: add bpf_real_inode() kfuncChristian Brauner
2026-06-06bpf: Add simple xattr support to bpffsDaniel Borkmann
2026-06-06kernfs: link kn to its parent before the LSM init hookChristian Brauner
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi
2026-06-06kernfs: fix xattr race condition with multiple superblocksMiklos Szeredi
2026-06-05Merge tag 'nfs-for-7.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-06-05Merge tag 'xfs-fixes-7.1-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-05Merge tag 'erofs-for-7.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-06-06ntfs: validate resident volume name values on lookupDaeMyung Kang
2026-06-06ntfs: reinit search context before volume information lookupDaeMyung Kang