~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/fs/bcachefs/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /fs/bcachefs/Makefile (Version linux-6.12-rc7) and /fs/bcachefs/Makefile (Version linux-5.15.171)


  1                                                   
  2 obj-$(CONFIG_BCACHEFS_FS)       += bcachefs.o     
  3                                                   
  4 bcachefs-y              :=      \                 
  5         acl.o                   \                 
  6         alloc_background.o      \                 
  7         alloc_foreground.o      \                 
  8         backpointers.o          \                 
  9         bkey.o                  \                 
 10         bkey_methods.o          \                 
 11         bkey_sort.o             \                 
 12         bset.o                  \                 
 13         btree_cache.o           \                 
 14         btree_gc.o              \                 
 15         btree_io.o              \                 
 16         btree_iter.o            \                 
 17         btree_journal_iter.o    \                 
 18         btree_key_cache.o       \                 
 19         btree_locking.o         \                 
 20         btree_node_scan.o       \                 
 21         btree_trans_commit.o    \                 
 22         btree_update.o          \                 
 23         btree_update_interior.o \                 
 24         btree_write_buffer.o    \                 
 25         buckets.o               \                 
 26         buckets_waiting_for_journal.o   \         
 27         chardev.o               \                 
 28         checksum.o              \                 
 29         clock.o                 \                 
 30         compress.o              \                 
 31         darray.o                \                 
 32         data_update.o           \                 
 33         debug.o                 \                 
 34         dirent.o                \                 
 35         disk_accounting.o       \                 
 36         disk_groups.o           \                 
 37         ec.o                    \                 
 38         errcode.o               \                 
 39         error.o                 \                 
 40         extents.o               \                 
 41         extent_update.o         \                 
 42         eytzinger.o             \                 
 43         fs.o                    \                 
 44         fs-common.o             \                 
 45         fs-ioctl.o              \                 
 46         fs-io.o                 \                 
 47         fs-io-buffered.o        \                 
 48         fs-io-direct.o          \                 
 49         fs-io-pagecache.o       \                 
 50         fsck.o                  \                 
 51         inode.o                 \                 
 52         io_read.o               \                 
 53         io_misc.o               \                 
 54         io_write.o              \                 
 55         journal.o               \                 
 56         journal_io.o            \                 
 57         journal_reclaim.o       \                 
 58         journal_sb.o            \                 
 59         journal_seq_blacklist.o \                 
 60         keylist.o               \                 
 61         logged_ops.o            \                 
 62         lru.o                   \                 
 63         mean_and_variance.o     \                 
 64         migrate.o               \                 
 65         move.o                  \                 
 66         movinggc.o              \                 
 67         nocow_locking.o         \                 
 68         opts.o                  \                 
 69         printbuf.o              \                 
 70         quota.o                 \                 
 71         rebalance.o             \                 
 72         rcu_pending.o           \                 
 73         recovery.o              \                 
 74         recovery_passes.o       \                 
 75         reflink.o               \                 
 76         replicas.o              \                 
 77         sb-clean.o              \                 
 78         sb-counters.o           \                 
 79         sb-downgrade.o          \                 
 80         sb-errors.o             \                 
 81         sb-members.o            \                 
 82         siphash.o               \                 
 83         six.o                   \                 
 84         snapshot.o              \                 
 85         subvolume.o             \                 
 86         super.o                 \                 
 87         super-io.o              \                 
 88         sysfs.o                 \                 
 89         tests.o                 \                 
 90         time_stats.o            \                 
 91         thread_with_file.o      \                 
 92         trace.o                 \                 
 93         two_state_shared_lock.o \                 
 94         util.o                  \                 
 95         varint.o                \                 
 96         xattr.o                                   
 97                                                   
 98 obj-$(CONFIG_MEAN_AND_VARIANCE_UNIT_TEST)   +=    
 99                                                   
100 # Silence "note: xyz changed in GCC X.X" messa    
101 subdir-ccflags-y += $(call cc-disable-warning,    
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php