index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-05
erofs: kill use_vmap module parameter
Gao Xiang
2
-37
/
+13
2019-09-05
erofs: kill all erofs specific fault injection
Gao Xiang
7
-163
/
+2
2019-09-05
erofs: add "erofs_" prefix for common and short functions
Gao Xiang
7
-53
/
+54
2019-09-05
erofs: kill __submit_bio()
Gao Xiang
3
-17
/
+17
2019-09-05
erofs: kill prio and nofail of erofs_get_meta_page()
Gao Xiang
5
-46
/
+16
2019-09-05
erofs: localize erofs_grab_bio()
Gao Xiang
3
-45
/
+22
2019-09-05
erofs: kill verbose debug info in erofs_fill_super
Gao Xiang
1
-7
/
+2
2019-09-05
erofs: use dsb instead of layout for ondisk super_block
Gao Xiang
1
-18
/
+17
2019-09-05
erofs: better erofs symlink stuffs
Gao Xiang
3
-54
/
+29
2019-09-05
erofs: update comments in inode.c
Gao Xiang
1
-3
/
+2
2019-09-05
erofs: update erofs_fs.h comments
Gao Xiang
1
-4
/
+5
2019-09-05
erofs: use erofs_inode naming
Gao Xiang
11
-64
/
+61
2019-09-05
erofs: kill erofs_{init,exit}_inode_cache
Gao Xiang
1
-19
/
+12
2019-09-05
erofs: better naming for erofs inode related stuffs
Gao Xiang
6
-90
/
+108
2019-09-05
erofs: use feature_incompat rather than requirements
Gao Xiang
4
-13
/
+14
2019-09-05
erofs: update erofs_inode_is_data_compressed helper
Gao Xiang
1
-3
/
+2
2019-09-05
erofs: kill __packed for on-disk structures
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: some macros are much more readable as a function
Gao Xiang
3
-11
/
+17
2019-09-05
erofs: on-disk format should have explicitly assigned numbers
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: remove all the byte offset comments
Gao Xiang
1
-51
/
+54
2019-09-05
staging: rtl8723bs: Remove return statement from void function
Leandro Ribeiro
1
-1
/
+0
2019-09-05
staging: rtl8192e: remove unnecessary blank line
Beatriz Martins de Carvalho
1
-1
/
+0
2019-09-05
staging: exfat: Use kmemdup in exfat_symlink()
YueHaibing
1
-2
/
+1
2019-09-05
staging: exfat: remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-09-05
staging: exfat: remove duplicated include from exfat_super.c
YueHaibing
1
-1
/
+0
2019-09-04
staging: exfat: remove the redundant check when kfree an object in exfat_dest...
zhong jiang
1
-2
/
+1
2019-09-04
staging: exfat: Fix two missing unlocks on error paths
Dan Carpenter
1
-2
/
+4
2019-09-04
erofs: using switch-case while checking the inode type.
Pratik Shinde
1
-6
/
+12
2019-09-04
staging: exfat: cleanup explicit comparisons to NULL
Valentin Vidic
2
-46
/
+46
2019-09-04
Staging: rtl8723bs: Use kzfree rather than its implementation
zhong jiang
1
-2
/
+1
2019-09-03
iio: imu: st_lsm6dsx: rely on IIO_G_TO_M_S_2 for gain definition for LSM9DS1
Lorenzo Bianconi
1
-4
/
+4
2019-09-03
iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1
Lorenzo Bianconi
1
-6
/
+11
2019-09-03
staging: exfat: drop local TRUE/FALSE defines
Valentin Vidic
4
-51
/
+53
2019-09-03
staging: exfat: fix spelling errors in comments
Valentin Vidic
2
-2
/
+2
2019-09-03
staging: exfat: cleanup braces for if/else statements
Valentin Vidic
2
-13
/
+15
2019-09-03
iio: cros_ec: set calibscale for 3d MEMS to unit vector
Gwendal Grignou
1
-1
/
+4
2019-09-03
iio: dac: ad5380: fix incorrect assignment to val
Colin Ian King
1
-1
/
+1
2019-09-03
iio: imu: st_lsm6dsx: Fix FIFO diff mask for tagged fifo
mario tesi
1
-3
/
+3
2019-09-03
dt-bindings: iio: imu: st_lsm6dsx: add lsm9ds1 device bindings
Martin Kepplinger
1
-0
/
+1
2019-09-03
iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9ds1
Martin Kepplinger
5
-1
/
+100
2019-09-03
staging: rtl8723bs: replace __inline by inline
Rasmus Villemoes
10
-42
/
+42
2019-09-03
staging: r8188eu: use skb_put_data instead of skb_put/memcpy pair
Ivan Safonov
2
-7
/
+2
2019-09-03
staging: kpc2000: Fix long constant sparse warning
Harsh Jain
3
-22
/
+22
2019-09-03
staging: exfat: check for null return from call to FAT_getblk
Colin Ian King
1
-0
/
+2
2019-09-03
staging: greybus: light: fix a couple double frees
Dan Carpenter
1
-6
/
+6
2019-09-03
staging: rts5208: Fix checkpath warning
P SAI PRASANTH
1
-3
/
+2
2019-09-03
staging: rts5208: Fixed checkpath warning.
Prakhar Sinha
1
-4
/
+3
2019-09-03
staging: rts5208: remove redundant sd30_mode checks
Colin Ian King
1
-18
/
+10
2019-09-03
staging: exfat: remove return and error return via a goto
Colin Ian King
1
-1
/
+1
2019-09-03
staging: exfat: fix uninitialized variable ret
Colin Ian King
1
-1
/
+1
[next]