index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
jbd2: fix null committed data return in undo_access
Junxiao Bi
2015-12-04
1
-3
/
+7
*
ext4: add "static" to ext4_seq_##name##_fops struct
Xu Cang
2015-11-26
1
-1
/
+1
*
ext4: fix an endianness bug in ext4_encrypted_follow_link()
Al Viro
2015-11-26
1
-1
/
+1
*
ext4: fix an endianness bug in ext4_encrypted_zeroout()
Al Viro
2015-11-26
1
-1
/
+1
*
jbd2: Fix unreclaimed pages after truncate in data=journal mode
Jan Kara
2015-11-24
1
-0
/
+2
*
ext4: Fix handling of extended tv_sec
David Turner
2015-11-24
1
-7
/
+44
*
fs/ext4: remove unnecessary new_valid_dev check
Yaowei Bai
2015-10-29
1
-3
/
+0
*
ext4: fix abs() usage in ext4_mb_check_group_pa
John Stultz
2015-10-19
1
-2
/
+2
*
ext4: do not allow journal_opts for fs w/o journal
Dmitry Monakhov
2015-10-19
2
-2
/
+32
*
ext4: explicit mount options parsing cleanup
Dmitry Monakhov
2015-10-19
1
-2
/
+6
*
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-10-18
3
-3
/
+16
*
[PATCH] fix calculation of meta_bg descriptor backups
Andy Leiserson
2015-10-18
1
-2
/
+2
*
ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
2015-10-18
1
-3
/
+3
*
jbd2: fix checkpoint list cleanup
Jan Kara
2015-10-18
1
-5
/
+3
*
ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc
Daeho Jeong
2015-10-18
1
-15
/
+17
*
ext4: make the bitmap read routines return real error codes
Darrick J. Wong
2015-10-18
3
-85
/
+143
*
jbd2: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
5
-36
/
+91
*
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
15
-184
/
+252
*
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
16
-88
/
+107
*
ext4: store checksum seed in superblock
Darrick J. Wong
2015-10-17
3
-4
/
+10
*
ext4: reserve code points for the project quota feature
Theodore Ts'o
2015-10-17
2
-1
/
+8
*
ext4: promote ext4 over ext2 in the default probe order
Darrick J. Wong
2015-10-15
1
-3
/
+4
*
jbd2: gate checksum calculations on crc driver presence, not sb flags
Darrick J. Wong
2015-10-15
2
-7
/
+12
*
ext4: use private version of page_zero_new_buffers() for data=journal mode
Theodore Ts'o
2015-10-15
1
-1
/
+33
*
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2015-10-03
2
-4
/
+22
*
ext4 crypto: replace some BUG_ON()'s with error checks
Theodore Ts'o
2015-10-03
4
-7
/
+15
*
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
Theodore Ts'o
2015-10-03
4
-28
/
+9
*
ext4: optimize ext4_writepage() for attempted 4k delalloc writes
Theodore Ts'o
2015-10-03
1
-1
/
+12
*
ext4 crypto: fix memory leak in ext4_bio_write_page()
Theodore Ts'o
2015-10-03
1
-1
/
+4
*
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
6
-106
/
+77
*
ext4: refactor sysfs support code
Theodore Ts'o
2015-09-23
1
-133
/
+128
*
ext4: move sysfs code from super.c to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
4
-410
/
+410
*
Linux 4.3-rc2
v4.3-rc2
Linus Torvalds
2015-09-20
1
-1
/
+1
*
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2015-09-20
3
-10
/
+17
|
\
|
*
ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints
Doug Anderson
2015-09-17
1
-3
/
+5
|
*
ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition
Andre Przywara
2015-09-17
1
-1
/
+3
|
*
ARM: get rid of needless #if in signal handling code
Russell King
2015-09-17
1
-4
/
+2
|
*
ARM: fix Thumb2 signal handling when ARMv6 is enabled
Russell King
2015-09-16
1
-5
/
+10
*
|
Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-09-20
9
-34
/
+52
|
\
\
|
*
|
selftests: exec: revert to default emit rule
Bamvor Jian Zhang
2015-09-15
1
-3
/
+1
|
*
|
selftests: change install command to rsync
Bamvor Jian Zhang
2015-09-15
2
-8
/
+5
|
*
|
selftests: mqueue: simplify the Makefile
Bamvor Jian Zhang
2015-09-15
1
-5
/
+3
|
*
|
selftests: mqueue: allow extra cflags
Bamvor Jian Zhang
2015-09-15
1
-1
/
+1
|
*
|
selftests: rename jump label to static_keys
Bamvor Jian Zhang
2015-09-15
1
-1
/
+1
|
*
|
selftests/seccomp: add support for s390
Kees Cook
2015-09-15
2
-6
/
+38
|
*
|
seltests/zram: fix syntax error
Zhang Zhen
2015-09-15
2
-10
/
+3
*
|
|
Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-09-20
12
-46
/
+73
|
\
\
\
|
*
\
\
Merge branch 'acpi-bus'
Rafael J. Wysocki
2015-09-18
4
-16
/
+11
|
|
\
\
\
|
|
*
|
|
ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()
Sudeep Holla
2015-09-15
4
-16
/
+11
|
|
*
|
|
ACPI: int340x_thermal: add missing CONFIG_ prefix
Sudeep Holla
2015-09-15
1
-1
/
+1
|
|
|
/
/
[next]