index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfstrace.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
btrfs: remove duplicated in_range() macro
Johannes Thumshirn
4
-2
/
+3
2021-04-19
btrfs: remove stale comment and logic from btrfs_inode_in_log()
Filipe Manana
1
-13
/
+4
2021-04-19
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
4
-12
/
+19
2021-04-19
btrfs: fix race between memory mapped writes and fsync
Filipe Manana
1
-9
/
+9
2021-04-19
btrfs: exclude mmap from happening during all fallocate operations
Josef Bacik
1
-6
/
+6
2021-04-19
btrfs: exclude mmaps while doing remap
Josef Bacik
1
-6
/
+24
2021-04-19
btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers
Josef Bacik
5
-28
/
+28
2021-04-19
btrfs: add a i_mmap_lock to our inode
Josef Bacik
3
-0
/
+12
2021-04-19
btrfs: remove mirror argument from btrfs_csum_verify_data()
Goldwyn Rodrigues
3
-5
/
+3
2021-04-19
btrfs: remove force argument from run_delalloc_nocow()
Goldwyn Rodrigues
1
-24
/
+13
2021-04-19
btrfs: don't opencode extent_changeset_free
Nikolay Borisov
1
-2
/
+1
2021-04-19
btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned
Jiapeng Chong
1
-2
/
+2
2021-04-19
btrfs: add btree read ahead for incremental send operations
Filipe Manana
1
-6
/
+36
2021-04-19
btrfs: add btree read ahead for full send operations
Filipe Manana
1
-0
/
+1
2021-04-19
btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-20
/
+5
2021-04-19
btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-5
/
+3
2021-04-19
btrfs: simplify commit logic in try_flush_qgroup
Nikolay Borisov
1
-28
/
+7
2021-04-19
btrfs: scrub: drop a few function declarations
Anand Jain
1
-8
/
+0
2021-04-19
btrfs: change return type to bool in btrfs_extent_readonly
Anand Jain
1
-3
/
+3
2021-04-19
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
3
-14
/
+13
2021-04-19
btrfs: replace open coded while loop with proper construct
Nikolay Borisov
1
-19
/
+23
2021-04-19
btrfs: replace offset_in_entry with in_range
Nikolay Borisov
1
-15
/
+4
2021-04-19
btrfs: make find_desired_extent take btrfs_inode
Nikolay Borisov
1
-8
/
+7
2021-04-19
btrfs: make btrfs_replace_file_extents take btrfs_inode
Nikolay Borisov
4
-34
/
+34
2021-04-19
btrfs: fix comment for btrfs ordered extent flag bits
Qu Wenruo
1
-2
/
+2
2021-04-18
Linux 5.12-rc8
v5.12-rc8
Linus Torvalds
1
-1
/
+1
2021-04-18
ARM: 9071/1: uprobes: Don't hook on thumb instructions
Fredrik Strupe
1
-2
/
+2
2021-04-17
readdir: make sure to verify directory entry for legacy interfaces too
Linus Torvalds
1
-0
/
+6
2021-04-17
cxl/mem: Fix memory device capacity probing
Dan Williams
1
-2
/
+5
2021-04-17
netlink: don't call ->netlink_bind with table lock held
Florian Westphal
1
-2
/
+2
2021-04-17
lib: remove "expecting prototype" kernel-doc warnings
Randy Dunlap
4
-10
/
+12
2021-04-17
gcov: clang: fix clang-11+ build
Johannes Berg
1
-1
/
+1
2021-04-17
mm: ptdump: fix build failure
Christophe Leroy
1
-1
/
+1
2021-04-17
mm/mapping_dirty_helpers: guard hugepage pud's usage
Zack Rusin
1
-0
/
+2
2021-04-17
ia64: tools: remove duplicate definition of ia64_mf() on ia64
John Paul Adrian Glaubitz
1
-3
/
+0
2021-04-17
ia64: tools: remove inclusion of ia64-specific version of errno.h header
John Paul Adrian Glaubitz
1
-2
/
+0
2021-04-17
ia64: fix discontig.c section mismatches
Randy Dunlap
1
-3
/
+3
2021-04-17
ia64: remove duplicate entries in generic_defconfig
Randy Dunlap
1
-2
/
+0
2021-04-17
csky: change a Kconfig symbol name to fix e1000 build error
Randy Dunlap
2
-2
/
+2
2021-04-17
kasan: remove redundant config option
Walter Wu
9
-17
/
+18
2021-04-17
kasan: fix hwasan build for gcc
Arnd Bergmann
1
-6
/
+6
2021-04-17
mm: eliminate "expecting prototype" kernel-doc warnings
Randy Dunlap
3
-13
/
+22
2021-04-17
MAINTAINERS: update my email
Lijun Pan
1
-1
/
+1
2021-04-16
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-04-16
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-29
/
+44
2021-04-16
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-6
/
+11
2021-04-16
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-16
/
+33
2021-04-16
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-23
/
+63
2021-04-16
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-04-16
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-10
/
+9
[next]