aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-04eventfs: Do not treat events directory different than other directoriesSteven Rostedt (Google)1-15/+1
2024-05-04eventfs: Do not differentiate the toplevel events directorySteven Rostedt (Google)2-25/+11
2024-05-04tracefs: Still use mount point as default permissions for instancesSteven Rostedt (Google)1-2/+25
2024-05-04tracefs: Reset permissions on remount if permissions are optionsSteven Rostedt (Google)3-2/+99
2024-05-04eventfs: Free all of the eventfs_inode after RCUSteven Rostedt (Google)1-9/+16
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-2/+21
2024-05-03gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-05-03gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)1-2/+2
2024-05-03fsverity: use register_sysctl_init() to avoid kmemleak warningEric Biggers1-6/+1
2024-05-03ext2: Remove LEGACY_DIRECT_IO dependencyRitesh Harjani (IBM)1-1/+0
2024-05-03nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inodeAl Viro1-1/+1
2024-05-03gfs2: more obvious initializations of mapping->hostAl Viro2-2/+2
2024-05-03fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mappingAl Viro1-8/+8
2024-05-03grow_dev_folio(): we only want ->bd_inode->i_mapping thereAl Viro1-4/+4
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro10-14/+14
2024-05-03Merge branch 'misc.erofs' into work.bdevAl Viro7-44/+33
2024-05-03bcachefs: remove dead function bdev_sectors()Yu Kuai1-5/+0
2024-05-03ext4: remove block_device_ejected()Yu Kuai1-18/+0
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig10-87/+41
2024-05-03xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0
2024-05-03xfs: upgrade the extent counters in xfs_reflink_end_cow_extent laterChristoph Hellwig1-8/+8
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig8-37/+20
2024-05-03xfs: consolidate the xfs_quota_reserve_blkres definitionsChristoph Hellwig1-12/+6
2024-05-03xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig1-7/+6
2024-05-03xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig1-6/+14
2024-05-03ext4: open coding repeated check in next_linear_groupKemeng Shi1-16/+15
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi3-12/+17
2024-05-03ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi1-17/+21
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi1-0/+52
2024-05-03ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi1-0/+1
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi1-0/+24
2024-05-03ext4: do not create EA inode under buffer lockJan Kara1-60/+53
2024-05-03Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara1-0/+11
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt3-8/+5
2024-05-02ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li1-1/+0
2024-05-02ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-05-02ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-05-02ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li1-6/+19
2024-05-02ext4: add new attr pointer attr_mb_orderBaokun Li1-1/+12
2024-05-02ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2-1/+16
2024-05-02ext4: refactor out ext4_generic_attr_show()Baokun Li1-42/+32
2024-05-02ext4: refactor out ext4_generic_attr_store()Baokun Li1-15/+25
2024-05-02ext4: avoid overflow when setting values via sysfsBaokun Li1-5/+6
2024-05-02Revert "ext4: apply umask if ACL support is disabled"Max Kellermann1-5/+0
2024-05-02set_blocksize(): switch to passing struct file *Al Viro5-8/+7
2024-05-02btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro1-4/+7
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2-15/+16
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo1-0/+2
2024-05-02ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-135/+257