index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
efivarfs
/
inode.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: open code insert_orphan_item
Nikolay Borisov
1
-13
/
+3
2020-12-08
btrfs: introduce mount option rescue=all
Josef Bacik
2
-0
/
+12
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
4
-10
/
+25
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
10
-28
/
+130
2020-12-08
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2
-6
/
+2
2020-12-08
btrfs: add a helper to print out rescue= options
Josef Bacik
1
-1
/
+8
2020-12-08
btrfs: sysfs: export supported rescue= mount options
Josef Bacik
1
-0
/
+22
2020-12-08
btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
Josef Bacik
3
-12
/
+17
2020-12-08
btrfs: unify the ro checking for mount options
Josef Bacik
1
-7
/
+16
2020-12-08
btrfs: do not start readahead for csum tree when scrubbing non-data block groups
Filipe Manana
1
-8
/
+12
2020-12-08
btrfs: assert we are holding the reada_lock when releasing a readahead zone
Filipe Manana
1
-0
/
+2
2020-12-08
btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()
Goldwyn Rodrigues
3
-18
/
+12
2020-12-08
btrfs: use round_down while calculating start position in btrfs_dirty_pages()
Goldwyn Rodrigues
1
-1
/
+1
2020-12-08
btrfs: use iosize while reading compressed pages
Goldwyn Rodrigues
1
-7
/
+3
2020-12-08
btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_write
Goldwyn Rodrigues
1
-22
/
+12
2020-12-08
btrfs: calculate more accurate remaining time to sleep in transaction_kthread
Nikolay Borisov
1
-1
/
+3
2020-12-08
btrfs: record delta directly in transaction_kthread
Nikolay Borisov
1
-3
/
+3
2020-12-08
btrfs: remove redundant time check in transaction kthread loop
Nikolay Borisov
1
-2
/
+1
2020-12-07
btrfs: use helpers to convert from seconds to jiffies in transaction_kthread
Nikolay Borisov
1
-2
/
+2
2020-12-07
btrfs: sysfs: export filesystem generation
Anand Jain
1
-0
/
+10
2020-12-06
Linux 5.10-rc7
v5.10-rc7
Linus Torvalds
1
-1
/
+1
2020-12-06
mm/mmap.c: fix mmap return value when vma is merged after call_mmap()
Liu Zixian
1
-14
/
+12
2020-12-06
hugetlb_cgroup: fix offline of hugetlb cgroup with reservations
Mike Kravetz
1
-5
/
+3
2020-12-06
mm/filemap: add static for function __add_to_page_cache_locked
Alex Shi
1
-1
/
+1
2020-12-06
userfaultfd: selftests: fix SIGSEGV if huge mmap fails
Axel Rasmussen
1
-9
/
+16
2020-12-06
tools/testing/selftests/vm: fix build error
Xingxing Su
1
-0
/
+4
2020-12-06
mailmap: add two more addresses of Uwe Kleine-König
Uwe Kleine-König
1
-0
/
+2
2020-12-06
mm/swapfile: do not sleep with a spin lock held
Qian Cai
1
-1
/
+3
2020-12-06
mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
Minchan Kim
4
-69
/
+0
2020-12-06
mm: list_lru: set shrinker map bit when child nr_items is not zero
Yang Shi
1
-5
/
+5
2020-12-06
mm: memcg/slab: fix obj_cgroup_charge() return value handling
Roman Gushchin
1
-16
/
+24
2020-12-06
coredump: fix core_pattern parse error
Menglong Dong
1
-1
/
+2
2020-12-06
zlib: export S390 symbols for zlib modules
Randy Dunlap
1
-0
/
+3
2020-12-06
kbuild: avoid split lines in .mod files
Masahiro Yamada
1
-8
/
+4
2020-12-06
Revert "mei: virtio: virtualization frontend driver"
Michael S. Tsirkin
3
-887
/
+0
2020-12-06
x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytes
Masami Hiramatsu
1
-3
/
+2
2020-12-06
x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes
Masami Hiramatsu
1
-5
/
+5
2020-12-06
x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
Masami Hiramatsu
3
-4
/
+36
2020-12-05
i2c: mlxbf: Fix the return check of devm_ioremap and ioremap
Wang Xiaojun
1
-6
/
+6
2020-12-05
i2c: mlxbf: select CONFIG_I2C_SLAVE
Arnd Bergmann
1
-0
/
+1
2020-12-04
block: fix incorrect branching in blk_max_size_offset()
Mike Snitzer
1
-4
/
+6
2020-12-04
dm: remove invalid sparse __acquires and __releases annotations
Mike Snitzer
1
-2
/
+0
2020-12-04
dm: fix double RCU unlock in dm_dax_zero_page_range() error path
Mike Snitzer
1
-2
/
+0
2020-12-04
dm: fix IO splitting
Mike Snitzer
4
-19
/
+18
2020-12-04
tty: Fix ->session locking
Jann Horn
3
-14
/
+41
2020-12-04
tty: Fix ->pgrp locking in tiocspgrp()
Jann Horn
1
-2
/
+2
2020-12-04
usb: gadget: f_fs: Use local copy of descriptors for userspace copy
Vamsi Krishna Samavedam
1
-2
/
+4
2020-12-04
usb: ohci-omap: Fix descriptor conversion
Linus Walleij
2
-3
/
+3
2020-12-04
Revert "usb-storage: fix sdev->host->dma_dev"
Greg Kroah-Hartman
2
-4
/
+3
2020-12-04
Revert "uas: fix sdev->host->dma_dev"
Greg Kroah-Hartman
1
-11
/
+6
[next]