#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null 'alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/btrfs/orphan.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/btrfs/orphan.c
AgeCommit message (Expand)Author
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik