| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-04-29 | 2 | -3/+32 |
|\ |
|
| * | ocfs2/dlm: return zero if deref_done message is successfully handled | xuejiufei | 2016-04-29 | 1 | -0/+2 |
| * | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer | 2016-04-29 | 1 | -3/+30 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-04-29 | 1 | -4/+2 |
|\ \
| |/
|/| |
|
| * | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2016-04-25 | 1 | -4/+2 |
* | | devpts: more pty driver interface cleanups | Linus Torvalds | 2016-04-27 | 1 | -41/+12 |
|/ |
|
* | Merge branch 'ptmx-cleanup' | Linus Torvalds | 2016-04-20 | 1 | -25/+24 |
|\ |
|
| * | devpts: clean up interface to pty drivers | Linus Torvalds | 2016-04-18 | 1 | -25/+24 |
* | | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-04-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | debugfs: Make automount point inodes permanently empty | Seth Forshee | 2016-04-13 | 1 | -1/+1 |
* | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-04-15 | 4 | -25/+56 |
|\ \ |
|
| * | | ext4/fscrypto: avoid RCU lookup in d_revalidate | Jaegeuk Kim | 2016-04-13 | 2 | -0/+8 |
| * | | fscrypto: don't let data integrity writebacks fail with ENOMEM | Jaegeuk Kim | 2016-04-12 | 2 | -19/+33 |
| * | | f2fs: use dget_parent and file_dentry in f2fs_file_open | Jaegeuk Kim | 2016-04-12 | 1 | -3/+7 |
| * | | fscrypto: use dget_parent() in fscrypt_d_revalidate() | Jaegeuk Kim | 2016-04-12 | 1 | -3/+8 |
* | | | Make file credentials available to the seqfile interfaces | Linus Torvalds | 2016-04-14 | 1 | -3/+4 |
|/ / |
|
* | | Revert "ext4: allow readdir()'s of large empty directories to be interrupted" | Linus Torvalds | 2016-04-11 | 2 | -10/+0 |
* | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-04-09 | 8 | -32/+215 |
|\ \ |
|
| * | | Btrfs: fix file/data loss caused by fsync after rename and new inode | Filipe Manana | 2016-04-07 | 1 | -0/+137 |
| * | | btrfs: Reset IO error counters before start of device replacing | Yauhen Kharuzhy | 2016-04-04 | 1 | -0/+2 |
| * | | btrfs: Add qgroup tracing | Mark Fasheh | 2016-04-04 | 1 | -0/+9 |
| * | | Btrfs: don't use src fd for printk | Josef Bacik | 2016-04-04 | 1 | -1/+1 |
| * | | btrfs: fallback to vmalloc in btrfs_compare_tree | David Sterba | 2016-04-04 | 1 | -4/+8 |
| * | | btrfs: handle non-fatal errors in btrfs_qgroup_inherit() | Mark Fasheh | 2016-04-04 | 1 | -22/+32 |
| * | | btrfs: Output more info for enospc_debug mount option | Qu Wenruo | 2016-04-04 | 1 | -2/+19 |
| * | | Btrfs: fix invalid reference in replace_path | Liu Bo | 2016-04-04 | 1 | -0/+1 |
| * | | Btrfs: Improve FL_KEEP_SIZE handling in fallocate | Davide Italiano | 2016-04-04 | 1 | -3/+6 |
* | | | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-04-09 | 6 | -53/+28 |
|\ \ \ |
|
| * | | | orangefs: remove unused variable | Martin Brandenburg | 2016-04-08 | 1 | -3/+1 |
| * | | | orangefs: Add KERN_<LEVEL> to gossip_<level> macros | Joe Perches | 2016-04-08 | 1 | -14/+17 |
| * | | | orangefs: strncpy -> strscpy | Martin Brandenburg | 2016-04-08 | 1 | -1/+5 |
| * | | | orangefs: clean up truncate ctime and mtime setting | Martin Brandenburg | 2016-04-08 | 1 | -15/+1 |
| * | | | Orangefs: fix ifnullfree.cocci warnings | kbuild test robot | 2016-04-08 | 1 | -2/+1 |
| * | | | Orangefs: optimize boilerplate code. | Mike Marshall | 2016-04-08 | 2 | -2/+2 |
| * | | | Orangefs: xattr.c cleanup | Mike Marshall | 2016-04-08 | 1 | -16/+1 |
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-04-08 | 17 | -86/+244 |
|\ \ \ \ |
|
| * | | | | ext4: ignore quota mount options if the quota feature is enabled | Theodore Ts'o | 2016-04-03 | 1 | -11/+11 |
| * | | | | ext4 crypto: fix some error handling | Dan Carpenter | 2016-04-03 | 1 | -1/+1 |
| * | | | | ext4: avoid calling dquot_get_next_id() if quota is not enabled | Theodore Ts'o | 2016-04-01 | 1 | -1/+13 |
| * | | | | ext4: retry block allocation for failed DIO and DAX writes | Jan Kara | 2016-04-01 | 1 | -30/+28 |
| * | | | | ext4: add lockdep annotations for i_data_sem | Theodore Ts'o | 2016-04-01 | 3 | -4/+55 |
| * | | | | ext4: allow readdir()'s of large empty directories to be interrupted | Theodore Ts'o | 2016-03-31 | 2 | -0/+10 |
| * | | | | btrfs: fix crash/invalid memory access on fsync when using overlayfs | Filipe Manana | 2016-03-31 | 1 | -1/+1 |
| * | | | | ext4 crypto: use dget_parent() in ext4_d_revalidate() | Theodore Ts'o | 2016-03-26 | 1 | -4/+8 |
| * | | | | ext4: use file_dentry() | Miklos Szeredi | 2016-03-26 | 1 | -1/+1 |
| * | | | | ext4: use dget_parent() in ext4_file_open() | Miklos Szeredi | 2016-03-26 | 1 | -4/+8 |
| * | | | | nfs: use file_dentry() | Miklos Szeredi | 2016-03-26 | 3 | -6/+6 |
| * | | | | fs: add file_dentry() | Miklos Szeredi | 2016-03-26 | 2 | -1/+37 |
| * | | | | ext4 crypto: don't let data integrity writebacks fail with ENOMEM | Theodore Ts'o | 2016-03-26 | 4 | -20/+39 |
| * | | | | ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea() | Theodore Ts'o | 2016-03-22 | 1 | -4/+28 |