| Commit message (Expand) | Author | Age |
* | devpts: more pty driver interface cleanups | Linus Torvalds | 2016-04-26 |
* | Merge branch 'ptmx-cleanup' | Linus Torvalds | 2016-04-19 |
|\ |
|
| * | devpts: clean up interface to pty drivers | Linus Torvalds | 2016-04-18 |
* | | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-04-16 |
|\ \
| |/
|/| |
|
| * | debugfs: Make automount point inodes permanently empty | Seth Forshee | 2016-04-12 |
* | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-04-14 |
|\ \ |
|
| * | | ext4/fscrypto: avoid RCU lookup in d_revalidate | Jaegeuk Kim | 2016-04-12 |
| * | | fscrypto: don't let data integrity writebacks fail with ENOMEM | Jaegeuk Kim | 2016-04-12 |
| * | | f2fs: use dget_parent and file_dentry in f2fs_file_open | Jaegeuk Kim | 2016-04-12 |
| * | | fscrypto: use dget_parent() in fscrypt_d_revalidate() | Jaegeuk Kim | 2016-04-12 |
* | | | Make file credentials available to the seqfile interfaces | Linus Torvalds | 2016-04-14 |
|/ / |
|
* | | Revert "ext4: allow readdir()'s of large empty directories to be interrupted" | Linus Torvalds | 2016-04-10 |
* | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-04-09 |
|\ \ |
|
| * | | Btrfs: fix file/data loss caused by fsync after rename and new inode | Filipe Manana | 2016-04-06 |
| * | | btrfs: Reset IO error counters before start of device replacing | Yauhen Kharuzhy | 2016-04-04 |
| * | | btrfs: Add qgroup tracing | Mark Fasheh | 2016-04-04 |
| * | | Btrfs: don't use src fd for printk | Josef Bacik | 2016-04-04 |
| * | | btrfs: fallback to vmalloc in btrfs_compare_tree | David Sterba | 2016-04-04 |
| * | | btrfs: handle non-fatal errors in btrfs_qgroup_inherit() | Mark Fasheh | 2016-04-04 |
| * | | btrfs: Output more info for enospc_debug mount option | Qu Wenruo | 2016-04-04 |
| * | | Btrfs: fix invalid reference in replace_path | Liu Bo | 2016-04-04 |
| * | | Btrfs: Improve FL_KEEP_SIZE handling in fallocate | Davide Italiano | 2016-04-04 |
* | | | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-04-09 |
|\ \ \ |
|
| * | | | orangefs: remove unused variable | Martin Brandenburg | 2016-04-08 |
| * | | | orangefs: Add KERN_<LEVEL> to gossip_<level> macros | Joe Perches | 2016-04-08 |
| * | | | orangefs: strncpy -> strscpy | Martin Brandenburg | 2016-04-08 |
| * | | | orangefs: clean up truncate ctime and mtime setting | Martin Brandenburg | 2016-04-08 |
| * | | | Orangefs: fix ifnullfree.cocci warnings | kbuild test robot | 2016-04-08 |
| * | | | Orangefs: optimize boilerplate code. | Mike Marshall | 2016-04-08 |
| * | | | Orangefs: xattr.c cleanup | Mike Marshall | 2016-04-08 |
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-04-07 |
|\ \ \ \ |
|
| * | | | | ext4: ignore quota mount options if the quota feature is enabled | Theodore Ts'o | 2016-04-03 |
| * | | | | ext4 crypto: fix some error handling | Dan Carpenter | 2016-04-02 |
| * | | | | ext4: avoid calling dquot_get_next_id() if quota is not enabled | Theodore Ts'o | 2016-04-01 |
| * | | | | ext4: retry block allocation for failed DIO and DAX writes | Jan Kara | 2016-04-01 |
| * | | | | ext4: add lockdep annotations for i_data_sem | Theodore Ts'o | 2016-04-01 |
| * | | | | ext4: allow readdir()'s of large empty directories to be interrupted | Theodore Ts'o | 2016-03-30 |
| * | | | | btrfs: fix crash/invalid memory access on fsync when using overlayfs | Filipe Manana | 2016-03-30 |
| * | | | | ext4 crypto: use dget_parent() in ext4_d_revalidate() | Theodore Ts'o | 2016-03-26 |
| * | | | | ext4: use file_dentry() | Miklos Szeredi | 2016-03-26 |
| * | | | | ext4: use dget_parent() in ext4_file_open() | Miklos Szeredi | 2016-03-26 |
| * | | | | nfs: use file_dentry() | Miklos Szeredi | 2016-03-26 |
| * | | | | fs: add file_dentry() | Miklos Szeredi | 2016-03-26 |
| * | | | | ext4 crypto: don't let data integrity writebacks fail with ENOMEM | Theodore Ts'o | 2016-03-26 |
| * | | | | ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea() | Theodore Ts'o | 2016-03-22 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2016-04-04 |
|\ \ \ \ \ |
|
| * | | | | | ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas | Jan Kara | 2016-03-29 |
| * | | | | | quota: Handle Q_GETNEXTQUOTA when quota is disabled | Jan Kara | 2016-03-29 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2016-04-04 |
|\ \ \ \ \ |
|
| * | | | | | f2fs: retrieve IO write stat from the right place | Shuoran Liu | 2016-03-30 |