summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-03xfs: clean up buffer allocation in xlog_do_recovery_passChristoph Hellwig
2024-05-03xfs: fix log recovery buffer allocation for the legacy h_size fixupChristoph Hellwig
2024-05-03ext4: open coding repeated check in next_linear_groupKemeng Shi
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi
2024-05-03ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi
2024-05-03ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi
2024-05-03ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi
2024-05-03ext4: implement filesystem specific alloc_inode in unit testKemeng Shi
2024-05-03ext4: do not create EA inode under buffer lockJan Kara
2024-05-03Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara
2024-05-02ext4: replace deprecated strncpy with alternativesJustin Stitt
2024-05-02ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li
2024-05-02ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li
2024-05-02ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li
2024-05-02ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li
2024-05-02ext4: add new attr pointer attr_mb_orderBaokun Li
2024-05-02ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li
2024-05-02ext4: refactor out ext4_generic_attr_show()Baokun Li
2024-05-02ext4: refactor out ext4_generic_attr_store()Baokun Li
2024-05-02ext4: avoid overflow when setting values via sysfsBaokun Li
2024-05-02Revert "ext4: apply umask if ACL support is disabled"Max Kellermann
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo
2024-05-02ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara
2024-05-02ext4: remove unneeded if checks before kfreeThorsten Blum
2024-05-02ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-02gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)
2024-05-02ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2024-05-02ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)
2024-05-02ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)
2024-05-02xfs: widen flags argument to the xfs_iflags_* helpersDarrick J. Wong
2024-05-02xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong
2024-05-02xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong
2024-05-02xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong
2024-05-02seq_file: Simplify __seq_puts()Christophe JAILLET
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET
2024-05-02proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)
2024-05-01cifs: Enable large folio supportDavid Howells
2024-05-01cifs: Remove some code that's no longer used, part 3David Howells
2024-05-01cifs: Remove some code that's no longer used, part 2David Howells
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells