summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-24xfs: don't pass the old lv to xfs_cil_prepare_itemChristoph Hellwig
2025-07-24xfs: remove unused trace event xfs_reflink_cow_enospcSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_discard_rtrelaxSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_log_cil_returnSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_dqreclaim_dirtySteven Rostedt
2025-07-24fs/xfs: replace strncpy with memtostr_pad()Pranav Tyagi
2025-07-24xfs: Remove unused label in xfs_dax_notify_dev_failureAlan Huang
2025-07-24xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig
2025-07-24xfs: improve the comments in xfs_max_open_zonesChristoph Hellwig
2025-07-24xfs: stop passing an inode to the zone space reservation helpersChristoph Hellwig
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig
2025-07-24xfs: use a uint32_t to cache i_used_blocks in xfs_init_zoneChristoph Hellwig
2025-07-24xfs: improve the xg_active_ref check in xfs_group_freeChristoph Hellwig
2025-07-24xfs: remove the xlog_ticket_t typedefChristoph Hellwig
2025-07-24xfs: remove xrep_trans_{alloc,cancel}_hook_dummyChristoph Hellwig
2025-07-24xfs: return the allocated transaction from xchk_trans_alloc_emptyChristoph Hellwig
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_rollChristoph Hellwig
2025-07-24xfs: decouple xfs_trans_alloc_empty from xfs_trans_allocChristoph Hellwig
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_reserve_moreChristoph Hellwig
2025-07-24xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inodeChristoph Hellwig
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: use a proper variable name and type for storing a comparison resultFedor Pchelkin
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: rename key_diff routinesFedor Pchelkin
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin
2025-07-24xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()Steven Rostedt
2025-07-24xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configureSteven Rostedt
2025-07-24xfs: remove usused xfs_end_io_direct eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_pagecache_invalSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_nominleftSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_errorSteven Rostedt
2025-07-24xfs: remove unused event xfs_attr_node_removenameSteven Rostedt
2025-07-24xfs: remove unused xfs_attr eventsSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_rmtval_setSteven Rostedt
2025-07-24xfs: remove unused xfs_reflink_compare_extents eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_ioctl_cloneSteven Rostedt
2025-07-24xfs: remove unused event xlog_iclog_want_syncSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_remove_iter_returnSteven Rostedt
2025-07-24erofs: support to readahead dirent blocks in erofs_readdir()Chao Yu
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)
2025-07-24erofs: add on-disk definition for metadata compressionGao Xiang
2025-07-24erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=yBo Liu (OpenAnolis)
2025-07-24erofs: remove ENOATTR definitionGao Xiang
2025-07-24erofs: refine erofs_iomap_begin()Gao Xiang
2025-07-24erofs: unify meta buffers in z_erofs_fill_inode()Gao Xiang
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang
2025-07-24erofs: do sanity check on m->type in z_erofs_load_compact_lcluster()Chao Yu
2025-07-24erofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang