| Commit message (Expand) | Author | Age |
* | Merge branch 'prep-for-5level' | Linus Torvalds | 2017-03-10 |
|\ |
|
| * | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-03-10 |
|\ \ |
|
| * | | userfaultfd: remove wrong comment from userfaultfd_ctx_get() | David Hildenbrand | 2017-03-09 |
| * | | fat: fix using uninitialized fields of fat_inode/fsinfo_inode | OGAWA Hirofumi | 2017-03-09 |
| * | | userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED | Andrea Arcangeli | 2017-03-09 |
| * | | userfaultfd: non-cooperative: fix fork fctx->new memleak | Mike Rapoport | 2017-03-09 |
| * | | userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete | Andrea Arcangeli | 2017-03-09 |
| * | | userfaultfd: non-cooperative: robustness check | Andrea Arcangeli | 2017-03-09 |
| * | | userfaultfd: non-cooperative: rollback userfaultfd_exit | Andrea Arcangeli | 2017-03-09 |
| * | | userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE | Andrea Arcangeli | 2017-03-09 |
| |/ |
|
* | | Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-03-09 |
|\ \
| |/
|/| |
|
| * | xfs: try any AG when allocating the first btree block when reflinking | Christoph Hellwig | 2017-03-08 |
| * | xfs: use iomap new flag for newly allocated delalloc blocks | Brian Foster | 2017-03-08 |
| * | xfs: remove kmem_zalloc_greedy | Darrick J. Wong | 2017-03-07 |
| * | xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask | Chandan Rajendra | 2017-03-07 |
| * | xfs: fix and streamline error handling in xfs_end_io | Christoph Hellwig | 2017-03-07 |
| * | xfs: only reclaim unwritten COW extents periodically | Christoph Hellwig | 2017-03-07 |
| * | iomap: invalidate page caches should be after iomap_dio_complete() in direct ... | Eryu Guan | 2017-03-06 |
* | | overlayfs: remove now unnecessary header file include | Linus Torvalds | 2017-03-08 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-03-07 |
|\ \
| |/
|/| |
|
| * | timerfd: Only check CAP_WAKE_ALARM when it is needed | Stephen Smalley | 2017-03-01 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-03 |
|\ \ |
|
| * | | hfs: fix hfs_readdir() | Dan Carpenter | 2017-02-18 |
| * | | 9p: constify ->d_name handling | Al Viro | 2017-01-12 |
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-03-03 |
|\ \ \ |
|
| * | | | smb2: Enforce sec= mount option | Sachin Prabhu | 2017-03-02 |
| * | | | CIFS: Fix sparse warnings | Steve French | 2017-03-02 |
| * | | | CIFS: implement get_dfs_refer for SMB2+ | Aurelien Aptel | 2017-03-02 |
| * | | | CIFS: use DFS pathnames in SMB2+ Create requests | Aurelien Aptel | 2017-03-02 |
| * | | | CIFS: set signing flag in SMB2+ TreeConnect if needed | Aurelien Aptel | 2017-03-01 |
| * | | | CIFS: let ses->ipc_tid hold smb2 TreeIds | Aurelien Aptel | 2017-03-01 |
| * | | | CIFS: add use_ipc flag to SMB2_ioctl() | Aurelien Aptel | 2017-03-01 |
| * | | | CIFS: add build_path_from_dentry_optional_prefix() | Aurelien Aptel | 2017-03-01 |
| * | | | CIFS: move DFS response parsing out of SMB1 code | Aurelien Aptel | 2017-03-01 |
| * | | | CIFS: Fix possible use after free in demultiplex thread | Pavel Shilovsky | 2017-03-01 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-03-03 |
|\ \ \ \ |
|
| * | | | | fuse: release: private_data cannot be NULL | Miklos Szeredi | 2017-02-22 |
| * | | | | fuse: cleanup fuse_file refcounting | Miklos Szeredi | 2017-02-22 |
| * | | | | fuse: add missing FR_FORCE | Miklos Szeredi | 2017-02-22 |
* | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-03-03 |
|\ \ \ \ \ |
|
| * | | | | | ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials | Konstantin Khlebnikov | 2017-02-07 |
| * | | | | | ovl: properly implement sync_filesystem() | Amir Goldstein | 2017-02-07 |
| * | | | | | ovl: concurrent copy up of regular files | Amir Goldstein | 2017-02-07 |
| * | | | | | ovl: introduce copy up waitqueue | Amir Goldstein | 2017-02-07 |
| * | | | | | ovl: copy up regular file using O_TMPFILE | Amir Goldstein | 2017-02-07 |
| * | | | | | ovl: rearrange code in ovl_copy_up_locked() | Amir Goldstein | 2017-02-07 |
| * | | | | | ovl: check if upperdir fs supports O_TMPFILE | Amir Goldstein | 2017-02-07 |
* | | | | | | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 |
|\ \ \ \ \ \ |
|
| * | | | | | | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-02 |