index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ext2: fix a block leak
Al Viro
2018-12-02
1
-10
/
+0
*
ext4: fix bitmap position validation
Lukas Czerner
2018-12-02
1
-4
/
+5
*
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2018-12-02
2
-3
/
+21
*
ext4: set h_journal if there is a failure starting a reserved handle
Theodore Ts'o
2018-12-02
1
-0
/
+1
*
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2018-12-01
2
-42
/
+4
*
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
Eryu Guan
2018-12-01
1
-1
/
+1
*
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-12-01
1
-0
/
+6
*
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-12-01
1
-0
/
+6
*
jbd2: don't mark block as modified if the handle is out of credits
Theodore Ts'o
2018-12-01
1
-1
/
+1
*
f2fs: add additional sanity check in f2fs_acl_from_disk()
Chengguang Xu
2018-12-01
1
-0
/
+3
*
ext4: fix an ext3 collapse range regression in xfstests
Theodore Ts'o
2018-12-01
1
-0
/
+8
*
printk: Fix panic caused by passing log_buf_len to command line
He Zhe
2018-12-01
1
-1
/
+6
*
kbuild: fix kernel/bounds.c 'W=1' warning
Arnd Bergmann
2018-12-01
1
-1
/
+3
*
jbd2: fix use after free in jbd2_log_do_checkpoint()
Jan Kara
2018-12-01
1
-2
/
+2
*
crypto: lrw - Fix out-of bounds access on counter overflow
Ondrej Mosnacek
2018-12-01
1
-1
/
+6
*
ext4: initialize retries variable in ext4_da_write_inline_data_begin()
Lukas Czerner
2018-12-01
1
-1
/
+1
*
ext4: fix argument checking in EXT4_IOC_MOVE_EXT
Theodore Ts'o
2018-12-01
1
-2
/
+6
*
ext4: fix buffer leak in __ext4_read_dirblock() on error path
Vasily Averin
2018-12-01
1
-0
/
+1
*
ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
Vasily Averin
2018-12-01
1
-0
/
+2
*
ext4: release bs.bh before re-using in ext4_xattr_block_find()
Vasily Averin
2018-12-01
1
-0
/
+2
*
ext4: fix possible leak of sbi->s_group_desc_leak in error path
Theodore Ts'o
2018-12-01
1
-0
/
+8
*
ext4: avoid possible double brelse() in add_new_gdb() on error path
Theodore Ts'o
2018-12-01
1
-0
/
+1
*
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
Vasily Averin
2018-12-01
1
-1
/
+1
*
ext4: avoid buffer leak in ext4_orphan_add() after prior errors
Vasily Averin
2018-12-01
1
-1
/
+3
*
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
Vasily Averin
2018-12-01
1
-0
/
+4
*
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
Vasily Averin
2018-12-01
1
-6
/
+2
*
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
Vasily Averin
2018-12-01
1
-2
/
+1
*
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
Vasily Averin
2018-12-01
1
-2
/
+4
*
fuse: fix leaked notify reply
Miklos Szeredi
2018-12-01
1
-1
/
+3
*
configfs: replace strncpy with memcpy
Guenter Roeck
2018-12-01
1
-1
/
+1
*
mediatek: backport ram_console from N alps kernel
Moyster
2018-12-01
5
-199
/
+545
*
mm, oom: make dump_tasks public
Liam Mark
2018-12-01
2
-1
/
+4
*
CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victims
Douglas Anderson
2018-12-01
1
-4
/
+27
*
CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our place
Douglas Anderson
2018-12-01
1
-0
/
+9
*
BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasks
Johannes Weiner
2018-12-01
1
-8
/
+0
*
gcc6: partial merge of 'Fix all GCC 6.x warnings' by nathanchance : https://g...
Moyster
2018-12-01
1
-0
/
+3
*
mediatek: battery: fix uV/mV batt_vol
Moyster
2018-12-01
1
-1
/
+1
*
power: rebase meizu changes against stock battery_common.C
Moyster
2018-12-01
1
-19
/
+20
*
mm: add CMA page allocation
fire855
2018-11-30
5
-21
/
+31
*
max77819: fix build without has_earlysuspend
Mister Oyster
2018-11-30
1
-40
/
+8
*
misc: fix a few Wundef warnings
Moyster
2018-11-30
2
-4
/
+4
*
misc: fix a bunch of 'warning: backslash and newline separated by space'
Moyster
2018-11-30
3
-41
/
+41
*
gcc6: remove overflow warning in bitshift operation
Andreas Fenkart
2018-11-30
1
-1
/
+1
*
gcc6: avoid declaration of unused static struct in cpufeature.h
Andreas Fenkart
2018-11-30
1
-2
/
+13
*
blk: rq_data_dir() should not return a boolean
Linus Torvalds
2018-11-30
1
-1
/
+1
*
smc91x: avoid self-comparison warning
Arnd Bergmann
2018-11-30
1
-1
/
+1
*
ARM: 8584/1: floppy: avoid gcc-6 warning
Arnd Bergmann
2018-11-30
1
-1
/
+1
*
modpost: don't emit section mismatch warnings for compiler optimizations
Paul Gortmaker
2018-11-30
1
-0
/
+22
*
arm64: build vdso without libgcov
Arnd Bergmann
2018-11-30
1
-0
/
+3
*
mtd: blkdevs: fix switch-bool compilation warning
Tomer Barletz
2018-11-30
1
-6
/
+2
[prev]
[next]