index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-20
ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN
Theodore Ts'o
2
-5
/
+5
2017-02-15
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
1
-1
/
+1
2017-02-14
ext4: don't BUG when truncating encrypted inodes on the orphan list
Theodore Ts'o
1
-0
/
+4
2017-02-10
ext4: do not use stripe_width if it is not set
Jan Kara
1
-2
/
+2
2017-02-10
ext4: fix stripe-unaligned allocations
Jan Kara
1
-2
/
+4
2017-02-08
dax: assert that i_rwsem is held exclusive for writes
Christoph Hellwig
1
-1
/
+5
2017-02-08
ext4: fix DAX write locking
Christoph Hellwig
1
-9
/
+1
2017-02-06
ext4: add EXT4_IOC_GOINGDOWN ioctl
Theodore Ts'o
3
-1
/
+61
2017-02-05
ext4: add shutdown bit and check for it
Theodore Ts'o
11
-3
/
+103
2017-02-05
ext4: rename s_resize_flags to s_ext4_flags
Theodore Ts'o
2
-5
/
+10
2017-02-05
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
1
-1
/
+2
2017-02-05
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
1
-2
/
+4
2017-02-05
jbd2: don't leak modified metadata buffers on an aborted journal
Theodore Ts'o
1
-1
/
+3
2017-02-05
ext4: fix inline data error paths
Theodore Ts'o
2
-6
/
+23
2017-02-02
ext4: move halfmd4 into hash.c directly
Jason A. Donenfeld
4
-71
/
+71
2017-02-02
ext4: fix use-after-iput when fscrypt contexts are inconsistent
Eric Biggers
1
-2
/
+4
2017-02-02
jbd2: fix use after free in kjournald2()
Sahitya Tummala
1
-1
/
+1
2017-01-27
ext4: fix data corruption in data=journal mode
Jan Kara
1
-10
/
+13
2017-01-27
ext4: trim allocation requests to group size
Jan Kara
1
-0
/
+7
2017-01-23
ext4: replace BUG_ON with WARN_ON in mb_find_extent()
Theodore Ts'o
1
-1
/
+11
2017-01-23
ext4: propagate error values from ext4_inline_data_truncate()
Theodore Ts'o
3
-19
/
+27
2017-01-12
ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores
Theodore Ts'o
2
-7
/
+4
2017-01-12
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
3
-54
/
+74
2017-01-11
ext4: add debug_want_extra_isize mount option
Theodore Ts'o
1
-2
/
+7
2017-01-09
ext4: do not polute the extents cache while shifting extents
Roman Pen
1
-3
/
+6
2017-01-09
ext4: Include forgotten start block on fallocate insert range
Roman Pen
1
-6
/
+12
2017-01-09
Merge branch 'fscrypt' into d
Theodore Ts'o
18
-301
/
+263
2017-01-09
Linux 4.10-rc3
v4.10-rc3
Linus Torvalds
1
-1
/
+1
2017-01-08
Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
46
-316
/
+550
2017-01-08
Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-19
/
+24
2017-01-08
Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-30
/
+56
2017-01-08
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
7
-76
/
+15
2017-01-08
fscrypt: remove unused 'mode' member of fscrypt_ctx
Eric Biggers
1
-1
/
+0
2017-01-08
ext4: don't allow encrypted operations without keys
Theodore Ts'o
1
-0
/
+12
2017-01-08
mm: workingset: fix use-after-free in shadow node shrinker
Johannes Weiner
3
-4
/
+14
2017-01-08
mm: stop leaking PageTables
Hugh Dickins
1
-27
/
+20
2017-01-07
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...
Linus Torvalds
1
-0
/
+6
2017-01-07
MAINTAINERS: add greybus subsystem mailing list
Greg Kroah-Hartman
1
-0
/
+1
2017-01-07
Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-18
/
+20
2017-01-07
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-7
/
+24
2017-01-07
Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-01-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-15
/
+17
2017-01-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-5
/
+13
2017-01-06
Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio
Linus Torvalds
14
-172
/
+247
2017-01-06
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-34
/
+82
2017-01-06
Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+42
2017-01-06
Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
7
-5
/
+82
2017-01-06
Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
7
-43
/
+46
2017-01-06
swiotlb: Export swiotlb_max_segment to users
Konrad Rzeszutek Wilk
4
-10
/
+34
2017-01-06
Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables'
Rafael J. Wysocki
49
-318
/
+616
[next]