summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig
2025-07-18efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown
2025-07-18ovl: narrow locking in ovl_check_rename_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_whiteout()NeilBrown
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown
2025-07-18ovl: narrow locking on ovl_remove_and_whiteout()NeilBrown
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown
2025-07-18ovl: narrow locking in ovl_workdir_cleanup_recurse()NeilBrown
2025-07-18ovl: narrow locking in ovl_indexdir_cleanup()NeilBrown
2025-07-18ovl: narrow locking in ovl_workdir_create()NeilBrown
2025-07-18ovl: narrow locking in ovl_cleanup_index()NeilBrown
2025-07-18ovl: narrow locking in ovl_cleanup_whiteouts()NeilBrown
2025-07-18ovl: narrow locking in ovl_rename()NeilBrown
2025-07-18ovl: simplify gotos in ovl_rename()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_over_whiteout()NeilBrown
2025-07-18ovl: narrow locking in ovl_clear_empty()NeilBrown
2025-07-18ovl: narrow locking in ovl_create_upper()NeilBrown
2025-07-18ovl: narrow the locked region in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown
2025-07-18ovl: change ovl_create_index() to take dir locksNeilBrown
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein
2025-07-18ovl: remove unneeded non-const conversionAmir Goldstein
2025-07-18fs: constify file ptr in backing_file accessor helpersAmir Goldstein
2025-07-17ext4: refactor the inline directory conversion and new directory codepathsTheodore Ts'o
2025-07-17ext4: use memcpy() instead of strcpy()Theodore Ts'o
2025-07-17ext4: replace strcmp with direct comparison for '.' and '..'Theodore Ts'o
2025-07-17ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara
2025-07-17ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li
2025-07-17binfmt_elf: remove the 4k limitation of program header sizeYin Fengwei
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17ext4: Refactor breaking condition for xattr_find_entry()I Hsin Cheng
2025-07-17ilog2: add max_pow_of_two_factor()John Garry
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong
2025-07-17fuse: use iomap for folio launderingJoanne Koong
2025-07-17fuse: use iomap for writebackJoanne Koong
2025-07-17fuse: use iomap for buffered writesJoanne Koong
2025-07-16bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=nKent Overstreet
2025-07-16bcachefs: Fix build when CONFIG_UNICODE=nKent Overstreet
2025-07-16bcachefs: Fix reference to invalid bucket in copygcKent Overstreet
2025-07-16bcachefs: Don't build aux search tree when still repairing nodeKent Overstreet
2025-07-16bcachefs: Tweak threshold for allocator triggering discardsKent Overstreet
2025-07-16bcachefs: Fix triggering of discard by the journal pathKent Overstreet
2025-07-16gfs2: No more self recoveryAndreas Gruenbacher
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price
2025-07-16ext4: support uncached buffered I/OTaotao Chen
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen