index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
genksyms
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
ext4: make some functions static in extents.c
Eric Biggers
3
-18
/
+15
2020-01-17
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
Eric Biggers
2
-12
/
+0
2020-01-17
ext4: clean up len and offset checks in ext4_fallocate()
Eric Biggers
1
-15
/
+13
2020-01-17
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
4
-80
/
+0
2020-01-17
ext4: remove unneeded check for error allocating bio_post_read_ctx
Eric Biggers
1
-17
/
+8
2020-01-17
ext4: fix deadlock allocating bio_post_read_ctx from mempool
Eric Biggers
1
-2
/
+15
2020-01-17
ext4: fix deadlock allocating crypto bounce page from mempool
Eric Biggers
1
-5
/
+14
2020-01-17
ext4: Delete ext4_kvzvalloc()
Naoto Kobayashi
2
-11
/
+0
2020-01-17
ext4: re-enable extent zeroout optimization on encrypted files
Eric Biggers
1
-3
/
+0
2020-01-17
ext4: only use fscrypt_zeroout_range() on regular files
Eric Biggers
1
-1
/
+1
2020-01-17
ext4: allow ZERO_RANGE on encrypted files
Eric Biggers
2
-9
/
+4
2020-01-17
ext4: handle decryption error in __ext4_block_zero_page_range()
Eric Biggers
1
-2
/
+6
2020-01-17
docs: ext4.rst: add encryption and verity to features list
Eric Biggers
1
-0
/
+2
2020-01-17
ext4: remove unnecessary selections from EXT3_FS
Eric Biggers
1
-6
/
+0
2020-01-17
ext4: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-01-17
ext4: uninline ext4_inode_journal_mode()
Eric Biggers
2
-21
/
+23
2020-01-17
ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
Eric Biggers
1
-4
/
+1
2020-01-17
ext4: remove unnecessary assignment in ext4_htree_store_dirent()
Chengguang Xu
1
-1
/
+0
2020-01-17
ext4: avoid fetching btime in ext4_getattr() unless requested
Theodore Ts'o
1
-1
/
+2
2019-12-26
ext4: Optimize ext4 DIO overwrites
Jan Kara
3
-1
/
+26
2019-12-26
ext4: export information about first/last errors via /sys/fs/ext4/<dev>
Theodore Ts'o
1
-1
/
+64
2019-12-26
ext4: simulate various I/O and checksum errors when reading metadata
Theodore Ts'o
6
-6
/
+79
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
12
-5
/
+128
2019-12-23
ext4: Move to shared i_rwsem even without dioread_nolock mount opt
Ritesh Harjani
1
-6
/
+3
2019-12-23
ext4: Start with shared i_rwsem in case of DIO instead of exclusive
Ritesh Harjani
1
-49
/
+142
2019-12-23
ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
Ritesh Harjani
1
-4
/
+6
2019-12-23
ext4: treat buffers contining write errors as valid in ext4_sb_bread()
Theodore Ts'o
1
-1
/
+1
2019-12-23
Linux 5.5-rc3
v5.5-rc3
Linus Torvalds
1
-1
/
+1
2019-12-22
pipe: fix empty pipe check in pipe_write()
Jan Stancek
1
-1
/
+1
2019-12-22
MAINTAINERS: remove Radim from KVM maintainers
Paolo Bonzini
1
-2
/
+0
2019-12-22
MAINTAINERS: Orphan KVM for MIPS
James Hogan
1
-2
/
+2
2019-12-22
ext4: clarify impact of 'commit' mount option
Jan Kara
1
-8
/
+11
2019-12-22
ext4: fix unused-but-set-variable warning in ext4_add_entry()
Yunfeng Ye
1
-1
/
+3
2019-12-21
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
1
-1
/
+20
2019-12-21
samples/trace_printk: Wait for IRQ work to finish
Sven Schnelle
1
-0
/
+1
2019-12-21
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
2
-4
/
+12
2019-12-21
kbuild: clarify the difference between obj-y and obj-m w.r.t. descending
Masahiro Yamada
1
-3
/
+13
2019-12-21
sfc: Include XDP packet headroom in buffer step size.
Charles McLachlan
1
-7
/
+7
2019-12-21
sfc: fix channel allocation with brute force
Edward Cree
2
-22
/
+19
2019-12-21
net: dst: Force 4-byte alignment of dst_metrics
Geert Uytterhoeven
1
-1
/
+1
2019-12-21
selftests: pmtu: fix init mtu value in description
Hangbin Liu
1
-3
/
+3
2019-12-21
hv_netvsc: Fix unwanted rx_table reset
Haiyang Zhang
3
-6
/
+11
2019-12-21
net: phy: ensure that phy IDs are correctly typed
Russell King
2
-5
/
+5
2019-12-21
mod_devicetable: fix PHY module format
Russell King
1
-2
/
+2
2019-12-21
qede: Disable hardware gro when xdp prog is installed
Manish Chopra
1
-2
/
+2
2019-12-21
net: ena: fix issues in setting interrupt moderation params in ethtool
Arthur Kiyanovski
1
-14
/
+10
2019-12-21
net: ena: fix default tx interrupt moderation interval
Arthur Kiyanovski
1
-1
/
+1
2019-12-21
net/smc: unregister ib devices in reboot_event
Karsten Graul
1
-1
/
+1
2019-12-21
net: stmmac: platform: Fix MDIO init for platforms without PHY
Padmanabhan Rajanbabu
1
-1
/
+1
2019-12-21
llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
Chan Shu Tak, Alex
1
-2
/
+2
[next]