index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
btrfs: disable device manipulation ioctl's EXTENT_TREE_V2
Josef Bacik
2
-0
/
+15
2022-03-14
btrfs: disable balance for extent tree v2 for now
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: add definition for EXTENT_TREE_V2
Josef Bacik
3
-1
/
+26
2022-03-14
btrfs: use single variable to track return value at btrfs_log_inode()
Filipe Manana
1
-30
/
+22
2022-03-14
btrfs: avoid inode logging during rename and link when possible
Filipe Manana
2
-65
/
+183
2022-03-14
btrfs: stop doing unnecessary log updates during a rename
Filipe Manana
2
-115
/
+59
2022-03-14
btrfs: avoid logging all directory changes during renames
Filipe Manana
3
-24
/
+78
2022-03-14
btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
Filipe Manana
3
-9
/
+20
2022-03-14
btrfs: add helper to delete a dir entry from a log tree
Filipe Manana
1
-31
/
+39
2022-03-14
btrfs: send: remove redundant ret variable in fs_path_copy
Minghao Chi
1
-6
/
+1
2022-03-14
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...
Nikolay Borisov
1
-7
/
+6
2022-03-14
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
1
-1
/
+1
2022-03-14
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
1
-4
/
+3
2022-03-14
btrfs: cleanup temporary variables when finding rotational device status
Anand Jain
1
-6
/
+2
2022-03-14
btrfs: use dev_t to match device in device_matched
Anand Jain
1
-40
/
+1
2022-03-14
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
3
-25
/
+23
2022-03-14
btrfs: match stale devices by dev_t
Anand Jain
3
-27
/
+39
2022-03-14
btrfs: harden identification of a stale device
Anand Jain
1
-7
/
+38
2022-03-14
btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdev
Anand Jain
1
-7
/
+8
2022-03-14
btrfs: reuse existing inode from btrfs_ioctl
Sahil Kang
3
-28
/
+19
2022-03-14
btrfs: move missing device handling in a dedicate function
Nikolay Borisov
1
-14
/
+24
2022-03-14
btrfs: stop trying to log subdirectories created in past transactions
Filipe Manana
1
-2
/
+1
2022-03-14
btrfs: stop copying old dir items when logging a directory
Filipe Manana
1
-30
/
+53
2022-03-14
btrfs: put initial index value of a directory in a constant
Filipe Manana
2
-10
/
+12
2022-03-14
btrfs: don't log unnecessary boundary keys when logging directory
Filipe Manana
1
-18
/
+21
2022-03-14
btrfs: reuse existing pointers from btrfs_ioctl
Sahil Kang
1
-17
/
+11
2022-03-14
btrfs: remove write and wait of struct walk_control
Filipe Manana
1
-23
/
+5
2022-03-13
Linux 5.17-rc8
v5.17-rc8
Linus Torvalds
1
-1
/
+1
2022-03-12
perf parse: Fix event parser error for hybrid systems
Zhengjun Xing
1
-2
/
+4
2022-03-12
perf bench: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-03-12
perf parse-events: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-03-12
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-03-12
tools kvm headers arm64: Update KVM headers from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+5
2022-03-12
drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
Thomas Zimmermann
1
-0
/
+1
2022-03-11
ARM: Spectre-BHB: provide empty stub for non-config
Randy Dunlap
1
-0
/
+6
2022-03-11
ARM: fix Thumb2 regression with Spectre BHB
Russell King (Oracle)
1
-2
/
+2
2022-03-11
x86/sgx: Free backing memory after faulting the enclave page
Jarkko Sakkinen
1
-9
/
+48
2022-03-11
cachefiles: Fix volume coherency attribute
David Howells
2
-3
/
+22
2022-03-11
afs: Fix potential thrashing in afs writeback
David Howells
1
-1
/
+8
2022-03-11
x86/traps: Mark do_int3() NOKPROBE_SYMBOL
Li Huafei
1
-0
/
+1
2022-03-11
watch_queue: Make comment about setting ->defunct more accurate
David Howells
1
-1
/
+1
2022-03-11
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
2
-2
/
+3
2022-03-11
watch_queue: Free the alloc bitmap when the watch_queue is torn down
David Howells
1
-0
/
+1
2022-03-11
watch_queue: Fix the alloc bitmap size to reflect notes allocated
David Howells
1
-1
/
+2
2022-03-11
watch_queue: Use the bitmap API when applicable
Christophe JAILLET
1
-5
/
+2
2022-03-11
watch_queue: Fix to always request a pow-of-2 pipe ring size
David Howells
1
-1
/
+1
2022-03-11
watch_queue: Fix to release page in ->release()
David Howells
1
-0
/
+1
2022-03-11
watch_queue, pipe: Free watchqueue state after clearing pipe ring
David Howells
1
-3
/
+5
2022-03-11
watch_queue: Fix filter limit check
David Howells
2
-3
/
+4
2022-03-10
riscv: Fix auipc+jalr relocation range checks
Emil Renner Berthing
1
-5
/
+16
[next]