index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dns_resolver
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-05
s390/dasd: Establish DMA alignment
Eric Farman
2
-0
/
+2
2022-08-05
s390/dasd: drop unexpected word 'for' in comments
Jiang Jian
1
-1
/
+1
2022-08-04
drm/amd/amdgpu: fix build failure due to implicit declaration
Sudip Mukherjee
1
-0
/
+1
2022-08-04
usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()
Nathan Chancellor
1
-4
/
+8
2022-08-04
drm/amd/display: restore code for plane with no modifiers
Dave Airlie
1
-0
/
+3
2022-08-03
video:backlight: remove reference to AVR32 architecture in ltv350qv
Hans-Christian Noren Egtvedt
1
-2
/
+1
2022-08-03
video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfb
Hans-Christian Noren Egtvedt
1
-1
/
+0
2022-08-03
usb:udc: remove reference to AVR32 architecture in Atmel USBA Kconfig
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver
Hans-Christian Noren Egtvedt
1
-1
/
+1
2022-08-03
net: remove cdns,at32ap7000-macb device tree entry
Hans-Christian Noren Egtvedt
2
-3
/
+1
2022-08-03
misc: update maintainer email address and description for atmel-ssc
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
mfd: remove reference to AVR32 architecture in atmel-smc.c
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
dma:dw: remove reference to AVR32 architecture in core.c
Hans-Christian Noren Egtvedt
1
-3
/
+0
2022-08-03
doc: sfp-phylink: Fix a broken reference
Christophe JAILLET
1
-3
/
+3
2022-08-03
ext4: add ioctls to get/set the ext4 superblock uuid
Jeremy Bongio
2
-0
/
+94
2022-08-03
ext4: avoid resizing to a partial cluster size
Kiselev, Oleg
1
-0
/
+10
2022-08-03
ext4: reduce computation of overhead during resize
Kiselev, Oleg
1
-2
/
+21
2022-08-03
jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
Zhihao Cheng
1
-2
/
+12
2022-08-03
ext4: block range must be validated before use in ext4_mb_clear_bb()
Lukas Czerner
1
-1
/
+20
2022-08-03
mbcache: automatically delete entries from cache on freeing
Jan Kara
2
-77
/
+55
2022-08-03
mbcache: Remove mb_cache_entry_delete()
Jan Kara
2
-38
/
+0
2022-08-03
ext2: avoid deleting xattr block that is being reused
Jan Kara
1
-29
/
+29
2022-08-03
ext2: unindent codeblock in ext2_xattr_set()
Jan Kara
1
-16
/
+16
2022-08-03
ext2: factor our freeing of xattr block reference
Jan Kara
1
-52
/
+38
2022-08-03
ext4: fix race when reusing xattr blocks
Jan Kara
1
-22
/
+45
2022-08-03
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
1
-39
/
+38
2022-08-03
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
3
-16
/
+11
2022-08-03
mbcache: add functions to delete entry if unused
Jan Kara
2
-3
/
+73
2022-08-03
mbcache: don't reclaim used entries
Jan Kara
1
-1
/
+9
2022-08-03
ext4: make sure ext4_append() always allocates new block
Lukas Czerner
1
-0
/
+16
2022-08-03
ext4: check if directory block is within i_size
Lukas Czerner
1
-0
/
+7
2022-08-03
ext4: reflect mb_optimize_scan value in options file
Ojaswin Mujoo
1
-0
/
+9
2022-08-03
ext4: avoid remove directory when directory is corrupted
Ye Bin
1
-5
/
+2
2022-08-03
ext4: aligned '*' in comments
Jiang Jian
1
-1
/
+1
2022-08-03
Documentation: ext4: fix cell spacing of table heading on blockmap table
Bagas Sanjaya
1
-1
/
+1
2022-08-03
ext4: recover csum seed of tmp_inode after migrating to extents
Li Lingfeng
1
-1
/
+3
2022-08-03
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-08-03
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-03
ext4: correct max_inline_xattr_value_size computing
Baokun Li
1
-0
/
+3
2022-08-03
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
1
-2
/
+4
2022-08-03
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
Baokun Li
1
-0
/
+13
2022-08-03
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
1
-0
/
+7
2022-08-03
jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
Zhang Yi
1
-1
/
+1
2022-08-03
jbd2: unexport jbd2_log_start_commit()
Jan Kara
2
-3
/
+1
2022-08-03
jbd2: remove unused exports for jbd2 debugging
Jan Kara
2
-4
/
+1
2022-08-03
jbd2: rename jbd_debug() to jbd2_debug()
Jan Kara
7
-69
/
+69
2022-08-03
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
7
-41
/
+40
2022-08-03
ext4: reuse order and buddy in mb_mark_used when buddy split
hanjinke
1
-2
/
+8
2022-08-03
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
4
-11
/
+22
2022-08-03
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
1
-0
/
+1
[next]