| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-13 | 49 | -257/+626 |
|\ |
|
| * | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-09-10 | 1 | -0/+2 |
| |\ |
|
| | * | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams | 2016-09-10 | 1 | -0/+2 |
| * | | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-10 | 3 | -21/+31 |
| |\ \ |
|
| | * | | fscrypto: require write access to mount to set encryption policy | Eric Biggers | 2016-09-10 | 3 | -22/+27 |
| | * | | fscrypto: only allow setting encryption policy on directories | Eric Biggers | 2016-09-10 | 1 | -0/+2 |
| | * | | fscrypto: add authorization check for setting encryption policy | Eric Biggers | 2016-09-10 | 1 | -0/+3 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2016-09-09 | 1 | -3/+4 |
| |\ \ \ |
|
| | * | | | fuse: direct-io: don't dirty ITER_BVEC pages | Miklos Szeredi | 2016-08-24 | 1 | -3/+4 |
| * | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-09-09 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | ovl: fix workdir creation | Miklos Szeredi | 2016-09-05 | 1 | -2/+2 |
| * | | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-09 | 3 | -8/+17 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2016-09-07 | 2 | -8/+16 |
| | |\ \ \ \ \ |
|
| | | * | | | | | btrfs: introduce tickets_id to determine whether asynchronous metadata reclai... | Wang Xiaoguang | 2016-09-06 | 2 | -5/+7 |
| | | * | | | | | btrfs: do not decrease bytes_may_use when replaying extents | Wang Xiaoguang | 2016-09-05 | 1 | -3/+9 |
| | * | | | | | | Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns | Chris Mason | 2016-09-06 | 1 | -0/+1 |
| | |/ / / / / |
|
| * | | | / / | ceph: do not modify fi->frag in need_reset_readdir() | Nicolas Iooss | 2016-09-05 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-03 | 3 | -11/+15 |
| |\| | | | |
|
| | * | | | | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve... | Wang Xiaoguang | 2016-09-01 | 1 | -5/+5 |
| | * | | | | Btrfs: fix endless loop in balancing block groups | Liu Bo | 2016-09-01 | 1 | -3/+5 |
| | * | | | | Btrfs: kill invalid ASSERT() in process_all_refs() | Josef Bacik | 2016-09-01 | 1 | -3/+5 |
| * | | | | | Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-09-03 | 2 | -8/+28 |
| |\ \ \ \ \ |
|
| | * | | | | | sysfs: correctly handle read offset on PREALLOC attrs | Konstantin Khlebnikov | 2016-08-31 | 1 | -1/+7 |
| | * | | | | | kernfs: don't depend on d_find_any_alias() when generating notifications | Tejun Heo | 2016-08-31 | 1 | -7/+21 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | devpts: return NULL pts 'priv' entry for non-devpts nodes | Linus Torvalds | 2016-09-03 | 1 | -1/+2 |
| * | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-09-02 | 6 | -99/+242 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | ovl: listxattr: use strnlen() | Miklos Szeredi | 2016-09-01 | 1 | -7/+10 |
| | * | | | | ovl: Switch to generic_getxattr | Andreas Gruenbacher | 2016-09-01 | 4 | -10/+33 |
| | * | | | | ovl: copyattr after setting POSIX ACL | Miklos Szeredi | 2016-09-01 | 1 | -1/+5 |
| | * | | | | ovl: Switch to generic_removexattr | Andreas Gruenbacher | 2016-09-01 | 4 | -58/+33 |
| | * | | | | ovl: Get rid of ovl_xattr_noacl_handlers array | Andreas Gruenbacher | 2016-09-01 | 1 | -16/+12 |
| | * | | | | ovl: Fix OVL_XATTR_PREFIX | Andreas Gruenbacher | 2016-09-01 | 2 | -5/+4 |
| | * | | | | ovl: fix spelling mistake: "directries" -> "directories" | Colin Ian King | 2016-09-01 | 1 | -1/+1 |
| | * | | | | ovl: don't cache acl on overlay layer | Miklos Szeredi | 2016-09-01 | 1 | -0/+3 |
| | * | | | | ovl: use cached acl on underlying layer | Miklos Szeredi | 2016-09-01 | 1 | -2/+3 |
| | * | | | | ovl: proper cleanup of workdir | Miklos Szeredi | 2016-09-01 | 3 | -2/+65 |
| | * | | | | ovl: remove posix_acl_default from workdir | Miklos Szeredi | 2016-09-01 | 1 | -0/+19 |
| | * | | | | ovl: handle umask and posix_acl_default correctly on creation | Miklos Szeredi | 2016-09-01 | 1 | -0/+54 |
| | * | | | | ovl: don't copy up opaqueness | Miklos Szeredi | 2016-08-08 | 3 | -1/+4 |
| * | | | | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2016-09-02 | 1 | -6/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | mm: introduce get_task_exe_file | Mateusz Guzik | 2016-08-31 | 1 | -6/+1 |
| * | | | | | | Merge tag 'xfs-iomap-for-linus-4.8-rc5' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-09-02 | 10 | -22/+40 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | xfs: track log done items directly in the deferred pending work item | Darrick J. Wong | 2016-08-30 | 3 | -15/+6 |
| | * | | | | | | iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems | Christoph Hellwig | 2016-08-29 | 1 | -1/+4 |
| | * | | | | | | xfs: prevent dropping ioend completions during buftarg wait | Brian Foster | 2016-08-26 | 1 | -1/+1 |
| | * | | | | | | xfs: fix superblock inprogress check | Dave Chinner | 2016-08-26 | 1 | -1/+2 |
| | * | | | | | | xfs: simple btree query range should look right if LE lookup fails | Darrick J. Wong | 2016-08-26 | 1 | -0/+7 |
| | * | | | | | | xfs: fix some key handling problems in _btree_simple_query_range | Darrick J. Wong | 2016-08-26 | 1 | -1/+2 |
| | * | | | | | | xfs: don't log the entire end of the AGF | Darrick J. Wong | 2016-08-26 | 2 | -2/+6 |
| | * | | | | | | xfs: disallow mounting of realtime + rmap filesystems | Darrick J. Wong | 2016-08-26 | 1 | -1/+8 |