summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-16fs/proc/task_mmu: add guard region bit to pagemapLorenzo Stoakes
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-16ext4: ignore xattrs past endBhupesh
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi
2025-03-16squashfs: fix invalid pointer dereference in squashfs_cache_deleteZhiyu Zhang
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin
2025-03-17fs/9p: fix NULL pointer dereference on mkdirChristian Schoenebeck
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-16bcachefs: Print message on successful read retryKent Overstreet
2025-03-16bcachefs: Return errors to top level bch2_rbio_retry()Kent Overstreet
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet
2025-03-16bcachefs: Read error message now indicates if it was for an internal moveKent Overstreet
2025-03-16bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry pathKent Overstreet
2025-03-16bcachefs: Convert read path to standard error codesKent Overstreet
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet
2025-03-16bcachefs: Don't create bch_io_failures unless it's neededKent Overstreet
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet
2025-03-16bcachefs: Add a cond_resched() to btree cache teardownKent Overstreet
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet
2025-03-17erofs: support dot-omitted directoriesGao Xiang
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang
2025-03-17erofs: simplify erofs_{read,fill}_inode()Gao Xiang
2025-03-17erofs: get rid of erofs_map_blocks_flatmode()Gao Xiang
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang
2025-03-17erofs: clean up header parsing for ztailpacking and fragmentsGao Xiang
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang
2025-03-17erofs: allow 16-byte volume name againGao Xiang
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu
2025-03-17erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-14Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-14bcachefs: Kill bch2_remount()Kent Overstreet
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet
2025-03-14bcachefs: Use max() to improve gen_after()Thorsten Blum
2025-03-14bcachefs: Remove unnecessary byte allocationThorsten Blum
2025-03-14bcachefs: We no longer read stripes into memory at startupKent Overstreet
2025-03-14bcachefs: trace_stripe_createKent Overstreet
2025-03-14bcachefs: get_existing_stripe() uses new stripe lruKent Overstreet
2025-03-14bcachefs: ec_stripe_delete() uses new stripe lruKent Overstreet
2025-03-14bcachefs: journal write path commentKent Overstreet
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet
2025-03-14bcachefs: Change BCH_MEMBER_STATE_failed semanticsKent Overstreet
2025-03-14bcachefs: bch2_dev_get_ioref() may now sleepKent Overstreet
2025-03-14bcachefs: Fix btree_node_scan io_ref handlingKent Overstreet
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet