index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
5
-80
/
+165
|
\
|
*
radix-tree: improve multiorder iterators
Matthew Wilcox
2016-12-14
1
-1
/
+1
|
*
btrfs: fix race in btrfs_free_dummy_fs_info()
Matthew Wilcox
2016-12-14
1
-0
/
+1
|
*
dax: clear dirty entry tags on cache flush
Jan Kara
2016-12-14
1
-0
/
+64
|
*
dax: protect PTE modification on WP fault by radix tree entry lock
Jan Kara
2016-12-14
1
-6
/
+16
|
*
dax: make cache flushing protected by entry lock
Jan Kara
2016-12-14
1
-22
/
+39
|
*
mm: move handling of COW faults into DAX code
Jan Kara
2016-12-14
1
-32
/
+29
|
*
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
1
-2
/
+2
|
*
mm: join struct fault_env and vm_fault
Jan Kara
2016-12-14
1
-10
/
+12
|
*
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
1
-1
/
+1
|
*
btrfs: better handle btrfs_printk() defaults
Petr Mladek
2016-12-14
1
-9
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-14
1
-5
/
+2
|
\
\
|
*
|
block_dev: don't update file access position for sync direct IO
Shaohua Li
2016-12-13
1
-4
/
+1
|
*
|
block_dev: don't test bdev->bd_contains when it is not stable
NeilBrown
2016-12-13
1
-1
/
+1
*
|
|
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-14
12
-94
/
+98
|
\
\
\
|
*
|
|
fs: Remove unmap_underlying_metadata
Jan Kara
2016-11-04
1
-32
/
+0
|
*
|
|
fs: Add helper to clean bdev aliases under a bh and use it
Jan Kara
2016-11-04
9
-19
/
+12
|
*
|
|
ext2: Use clean_bdev_aliases() instead of iteration
Jan Kara
2016-11-04
1
-6
/
+3
|
*
|
|
ext4: Use clean_bdev_aliases() instead of iteration
Jan Kara
2016-11-04
2
-22
/
+6
|
*
|
|
direct-io: Use clean_bdev_aliases() instead of handmade iteration
Jan Kara
2016-11-04
1
-21
/
+7
|
*
|
|
fs: Provide function to unmap metadata for a range of blocks
Jan Kara
2016-11-04
1
-0
/
+76
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-12-14
1
-3
/
+18
|
\
\
\
\
|
*
|
|
|
exec: Ensure mm->user_ns contains the execed files
Eric W. Biederman
2016-11-22
1
-2
/
+17
|
*
|
|
|
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
2016-11-22
1
-1
/
+1
*
|
|
|
|
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-12-14
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
audit: less stack usage for /proc/*/loginuid
Alexey Dobriyan
2016-11-03
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-12-14
4
-21
/
+13
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
2016-11-24
4
-21
/
+13
|
|
\
\
\
\
\
|
|
*
|
|
|
|
proc: Pass file mode to proc_pid_make_inode
Andreas Gruenbacher
2016-11-14
4
-21
/
+13
*
|
|
|
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-12-14
33
-1166
/
+1336
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'fscrypt' into dev
Theodore Ts'o
2016-12-12
12
-128
/
+214
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
2016-12-11
2
-4
/
+4
|
|
*
|
|
|
|
|
|
fscrypt: Delay bounce page pool allocation until needed
David Gstir
2016-12-11
3
-4
/
+9
|
|
*
|
|
|
|
|
|
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
3
-5
/
+8
|
|
*
|
|
|
|
|
|
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
1
-41
/
+52
|
|
*
|
|
|
|
|
|
fscrypt: Never allocate fscrypt_ctx on in-place encryption
David Gstir
2016-12-11
1
-11
/
+19
|
|
*
|
|
|
|
|
|
fscrypt: Use correct index in decrypt path.
David Gstir
2016-12-11
1
-1
/
+1
|
|
*
|
|
|
|
|
|
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
2016-12-11
3
-2
/
+73
|
|
*
|
|
|
|
|
|
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2016-12-11
2
-1
/
+3
|
|
*
|
|
|
|
|
|
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
2016-12-11
3
-5
/
+24
|
|
*
|
|
|
|
|
|
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2016-12-11
5
-63
/
+32
|
|
*
|
|
|
|
|
|
fscrypto: remove unneeded Kconfig dependencies
Eric Biggers
2016-12-11
1
-2
/
+0
|
*
|
|
|
|
|
|
|
dax: Fix sleep in atomic contex in grab_mapping_entry()
Jan Kara
2016-12-12
1
-8
/
+7
|
*
|
|
|
|
|
|
|
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2016-12-10
2
-6
/
+13
|
*
|
|
|
|
|
|
|
ext4: return -ENOMEM instead of success
Dan Carpenter
2016-12-10
1
-1
/
+3
|
*
|
|
|
|
|
|
|
ext4: reject inodes with negative size
Darrick J. Wong
2016-12-10
1
-0
/
+6
|
*
|
|
|
|
|
|
|
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
2016-12-03
1
-1
/
+1
|
*
|
|
|
|
|
|
|
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
2016-12-03
1
-6
/
+15
|
*
|
|
|
|
|
|
|
mbcache: document that "find" functions only return reusable entries
Eric Biggers
2016-12-03
1
-8
/
+8
|
*
|
|
|
|
|
|
|
mbcache: use consistent type for entry count
Eric Biggers
2016-12-03
1
-8
/
+7
[next]