summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-08bcachefs: for_each_btree_key_continue()Kent Overstreet
2024-05-08bcachefs: kill for_each_btree_key_old()Kent Overstreet
2024-05-08bcachefs: Optimize eytzinger0_sort() with bottom-up heapsortKuan-Wei Chiu
2024-05-08bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet
2024-05-08bcachefs: Don't read journal just for fsckKent Overstreet
2024-05-08bcachefs: allow for custom action in fsck error messagesKent Overstreet
2024-05-08bcachefs: New assertion for writing to the journal after shutdownKent Overstreet
2024-05-08bcachefs: bch2_btree_path_to_text()Kent Overstreet
2024-05-08bcachefs: add btree_node_merging_disabled debug paramKent Overstreet
2024-05-08bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet
2024-05-08bcachefs: bch2_journal_keys_dump()Kent Overstreet
2024-05-08bcachefs: bch2_btree_node_header_to_text()Kent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-05-08bcachefs: printbufs: prt_printf() now handles \t\r\nKent Overstreet
2024-05-08bcachefs: printbuf improvementsKent Overstreet
2024-05-08bcachefs: Run upgrade/downgrade even in -o nochanges modeKent Overstreet
2024-05-08bcachefs: Better write_super() error messagesKent Overstreet
2024-05-08bcachefs: Fix xattr_to_text() unsafetyKent Overstreet
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Kent Overstreet
2024-05-08bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()Kent Overstreet
2024-05-08bcachefs: Fix sb_clean_validate endianness conversionKent Overstreet
2024-05-08Merge tag '6.9-rc7-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-05-08Merge tag 'fuse-fixes-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-08Merge tag 'exfat-for-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-08fscrypt: try to avoid refing parent dentry in fscrypt_file_openMateusz Guzik
2024-05-08Merge tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais
2024-05-08nilfs2: make superblock data array index computation sparse friendlyRyusuke Konishi
2024-05-08squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)
2024-05-08squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)
2024-05-08ocfs2: remove redundant assignment to variable statusColin Ian King
2024-05-08nilfs2: convert to use the new mount APIEric Sandeen
2024-05-08erofs: clean up z_erofs_load_full_lcluster()Gao Xiang
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo
2024-05-08fuse: Add initial support for fs-verityRichard Fung
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)
2024-05-07ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find()Baokun Li
2024-05-07ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li
2024-05-07jbd2: remove redundant assignement to variable errColin Ian King
2024-05-07ext4: remove the redundant folio_wait_stable()Zhang Yi
2024-05-07ext4: fix potential unnitialized variableDan Carpenter
2024-05-07ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert ext4_mb_init_cache() to take a folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)