index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
btrfs: introduce btrfs_write_check()
Goldwyn Rodrigues
1
-74
/
+77
2020-12-08
btrfs: check FS error state bit early during write
Goldwyn Rodrigues
1
-12
/
+8
2020-12-08
btrfs: move pos increment and pagecache extension to btrfs_buffered_write
Goldwyn Rodrigues
1
-8
/
+5
2020-12-08
btrfs: split btrfs_direct_IO to read and write
Goldwyn Rodrigues
3
-99
/
+94
2020-12-08
btrfs: sysfs: add per-fs attribute for read policy
Anand Jain
1
-0
/
+49
2020-12-08
btrfs: create read policy framework
Anand Jain
2
-1
/
+26
2020-12-08
btrfs: add helper for string match ignoring leading/trailing whitespace
Anand Jain
1
-0
/
+19
2020-12-08
btrfs: do not start and wait for delalloc on snapshot roots on transaction commit
Filipe Manana
1
-43
/
+6
2020-12-08
btrfs: switch extent buffer tree lock to rw_semaphore
Josef Bacik
5
-351
/
+70
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-08
PCI: qcom: Add SM8250 SoC support
Manivannan Sadhasivam
1
-0
/
+11
2020-12-08
dt-bindings: pci: qcom: Document PCIe bindings for SM8250 SoC
Manivannan Sadhasivam
1
-2
/
+4
2020-12-08
Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/core
Will Deacon
10
-47
/
+339
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
4
-3
/
+2
2020-12-08
kconfig: qconf: show Qt version in the About dialog
Masahiro Yamada
1
-3
/
+6
2020-12-08
kconfig: make lkc.h self-sufficient #include-wise
Boris Kolpackov
1
-0
/
+4
2020-12-08
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Masahiro Yamada
1
-56
/
+76
2020-12-08
kconfig: qconf: use a variable to pass packages to pkg-config
Masahiro Yamada
1
-1
/
+1
2020-12-08
kconfig: qconf: drop Qt4 support
Masahiro Yamada
1
-10
/
+2
2020-12-08
Makefile.extrawarn: remove -Wnested-externs warning
Arnd Bergmann
1
-1
/
+0
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
26
-26
/
+26
2020-12-08
spi: Update DT binding docs to support SiFive FU740 SoC
Yash Shah
1
-4
/
+6
2020-12-08
regulator: da9121: Potential Oops in da9121_assign_chip_model()
Dan Carpenter
1
-0
/
+1
2020-12-08
ASoC: cx2072x: Fix doubly definitions of Playback and Capture streams
Takashi Iwai
1
-2
/
+2
2020-12-08
ASoC: fsl: Add imx-hdmi machine driver
Shengjiu Wang
3
-0
/
+250
2020-12-08
ASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver
Shengjiu Wang
1
-0
/
+52
2020-12-08
ASoC: Intel: cht_bsw_nau8824: Change SSP2-Codec DAI id to 0
Hans de Goede
1
-1
/
+1
2020-12-08
ASoC: Intel: cht_bsw_nau8824: Drop compress-cpu-dai bits
Hans de Goede
1
-8
/
+0
2020-12-08
iommu: Stop exporting free_iova_mem()
John Garry
2
-7
/
+1
2020-12-08
iommu: Stop exporting alloc_iova_mem()
John Garry
2
-8
/
+1
2020-12-08
iommu: Delete split_and_remove_iova()
John Garry
2
-51
/
+0
2020-12-08
dt-bindings: Correct GV11B GPU register sizes
Jon Hunter
1
-2
/
+2
2020-12-08
dt-bindings: vendor-prefixes: Add FII
Joel Stanley
1
-0
/
+2
[prev]
[next]