aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24xfs: remove unused trace event xfs_discard_rtrelaxSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_log_cil_returnSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_dqreclaim_dirtySteven Rostedt1-1/+0
2025-07-24fs/xfs: replace strncpy with memtostr_pad()Pranav Tyagi2-3/+2
2025-07-24xfs: Remove unused label in xfs_dax_notify_dev_failureAlan Huang1-1/+0
2025-07-24xfs: improve the comments in xfs_select_zone_nowaitChristoph Hellwig1-8/+2
2025-07-24xfs: improve the comments in xfs_max_open_zonesChristoph Hellwig1-6/+9
2025-07-24xfs: stop passing an inode to the zone space reservation helpersChristoph Hellwig4-27/+22
2025-07-24xfs: rename oz_write_pointer to oz_allocatedChristoph Hellwig5-29/+28
2025-07-24xfs: use a uint32_t to cache i_used_blocks in xfs_init_zoneChristoph Hellwig1-1/+1
2025-07-24xfs: improve the xg_active_ref check in xfs_group_freeChristoph Hellwig1-1/+2
2025-07-24xfs: remove the xlog_ticket_t typedefChristoph Hellwig2-5/+5
2025-07-24xfs: remove xrep_trans_{alloc,cancel}_hook_dummyChristoph Hellwig4-46/+6
2025-07-24xfs: return the allocated transaction from xchk_trans_alloc_emptyChristoph Hellwig11-41/+18
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig17-99/+31
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_rollChristoph Hellwig1-79/+54
2025-07-24xfs: decouple xfs_trans_alloc_empty from xfs_trans_allocChristoph Hellwig1-24/+28
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_reserve_moreChristoph Hellwig1-3/+12
2025-07-24xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inodeChristoph Hellwig1-2/+1
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin3-8/+8
2025-07-24xfs: use a proper variable name and type for storing a comparison resultFedor Pchelkin1-11/+12
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin9-74/+30
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin9-84/+48
2025-07-24xfs: rename key_diff routinesFedor Pchelkin10-25/+28
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin10-35/+35
2025-07-24xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()Steven Rostedt1-1/+1
2025-07-24xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configureSteven Rostedt1-0/+2
2025-07-24xfs: remove usused xfs_end_io_direct eventsSteven Rostedt1-2/+0
2025-07-24xfs: remove unused event xfs_pagecache_invalSteven Rostedt1-25/+0
2025-07-24xfs: remove unused event xfs_alloc_near_nominleftSteven Rostedt1-1/+0
2025-07-24xfs: remove unused event xfs_alloc_near_errorSteven Rostedt1-1/+0
2025-07-24xfs: remove unused event xfs_attr_node_removenameSteven Rostedt1-1/+0
2025-07-24xfs: remove unused xfs_attr eventsSteven Rostedt1-3/+0
2025-07-24xfs: remove unused trace event xfs_attr_rmtval_setSteven Rostedt1-1/+0
2025-07-24xfs: remove unused xfs_reflink_compare_extents eventsSteven Rostedt1-4/+0
2025-07-24xfs: remove unused event xfs_ioctl_cloneSteven Rostedt1-26/+0
2025-07-24xfs: remove unused event xlog_iclog_want_syncSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_attr_remove_iter_returnSteven Rostedt1-1/+0
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig2-5/+17
2025-07-17ilog2: add max_pow_of_two_factor()John Garry1-5/+0
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig4-7/+15
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-28/+32
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-46/+82
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-7/+17
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-1/+1
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig2-3/+2
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig7-10/+10
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig2-65/+42
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig3-24/+25
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig1-6/+1