summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/synthetic: Fix trace_string() return valueThorsten Blum2024-02-151-1/+2
* tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-141-0/+3
* tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle2024-02-131-1/+1
* tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-131-1/+1
* tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-091-38/+37
* ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-091-0/+10
* eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-011-4/+10
* eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-011-2/+0
* eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)2024-02-011-15/+12
* eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-011-4/+14
* tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira2024-02-011-3/+3
* eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2024-02-012-177/+78
* eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds2024-02-013-13/+22
* eventfs: Remove unused d_parent pointer fieldLinus Torvalds2024-02-012-5/+1
* tracefs: dentry lookup crapectomyLinus Torvalds2024-02-013-297/+50
* tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds2024-01-311-14/+12
* eventfs: Initialize the tracefs inode properlyLinus Torvalds2024-01-311-4/+2
* tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2024-01-312-3/+6
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-01-311-1/+1
* tracefs: remove stale 'update_gid' codeLinus Torvalds2024-01-282-39/+0
* tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-01-261-2/+4
* eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-01-232-6/+15
* tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-01-221-1/+6
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
| * bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1
| * bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-215-24/+44
| * bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet2024-01-214-16/+35