summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter
2024-11-12ext4: use string choices helpersR Sundar
2024-11-12jbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin
2024-11-12jbd2: remove useless 'block_error' variableYe Bin
2024-11-12jbd2: factor out jbd2_do_replay()Ye Bin
2024-11-12jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()Ye Bin
2024-11-12jbd2: unified release of buffer_head in do_one_pass()Ye Bin
2024-11-12jbd2: remove redundant judgments for check v1 checksumYe Bin
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng
2024-11-12ext4: pass write-hint for buffered IOj.xia
2024-11-12ext4: fix race in buffer_head read fault injectionLong Li
2024-11-12ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi
2024-11-12ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko
2024-11-12ext4: return error on syncfs after shutdownAmir Goldstein
2024-11-12fs: ext4: Don't use CMA for buffer_headZhaoyang Huang
2024-11-12ext4: simplify if conditionJiapeng Chong
2024-11-12ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o
2024-11-12ext4: WARN if a full dir leaf block has only one dentryBaokun Li
2024-11-12ext4: show the default enabled prefetch_block_bitmaps optionBaokun Li
2024-11-12ufs: ufs_sb_private_info: remove unused s_{2,3}apb fieldsAgathe Porte
2024-11-12writeback: wbc_attach_fdatawrite_inode out of lineChristoph Hellwig
2024-11-12writeback: add a __releases annoation to wbc_attach_and_unlock_inodeChristoph Hellwig
2024-11-12fs: add the ability for statmount() to report the fs_subtypeJeff Layton
2024-11-12fs: don't let statmount return empty stringsJeff Layton
2024-11-12fs:aio: Remove TODO comment suggesting hash or array usage in io_cancel()Mohammed Anees
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet
2024-11-11ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-11-11nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi
2024-11-11nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi
2024-11-11netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATINGZizhi Wo
2024-11-11cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo
2024-11-11cachefiles: Clean up in cachefiles_commit_tmpfile()Zizhi Wo
2024-11-11cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo
2024-11-11cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo
2024-11-11iomap: drop an obsolete comment in iomap_dio_bio_iterChristoph Hellwig
2024-11-11btrfs: send: check for read-only send root under critical sectionFilipe Manana
2024-11-11btrfs: send: check for dead send root under critical sectionFilipe Manana
2024-11-11btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()Filipe Manana
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana
2024-11-11btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig
2024-11-11btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana
2024-11-11btrfs: remove hole from struct btrfs_delayed_nodeFilipe Manana
2024-11-11btrfs: update stale comment for struct btrfs_delayed_ref_node::add_listFilipe Manana
2024-11-11btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba
2024-11-11btrfs: simplify range tracking in cow_file_range()Haisu Wang