Age | Commit message (Expand) | Author | Files | Lines |
2017-09-09 | squashfs: Add zstd support | Sean Purcell | 6 | -0/+178 |
2017-09-09 | NFS: Fix 2 use after free issues in the I/O code | Trond Myklebust | 3 | -17/+12 |
2017-09-09 | vfat: deduplicate hex2bin() | OGAWA Hirofumi | 1 | -23/+12 |
2017-09-09 | autofs: use unsigned int/long instead of uint/ulong for ioctl args | Tomohiro Kusumi | 1 | -4/+6 |
2017-09-09 | autofs: drop wrong comment | Tomohiro Kusumi | 1 | -5/+0 |
2017-09-09 | autofs: use AUTOFS_DEV_IOCTL_SIZE | Tomohiro Kusumi | 1 | -7/+7 |
2017-09-09 | autofs: non functional header inclusion cleanup | Tomohiro Kusumi | 1 | -11/+11 |
2017-09-09 | autofs: make dev ioctl version and ismountpoint user accessible | Ian Kent | 1 | -4/+8 |
2017-09-09 | autofs: make disc device user accessible | Ian Kent | 1 | -1/+2 |
2017-09-09 | autofs: fix AT_NO_AUTOMOUNT not being honored | Ian Kent | 1 | -3/+12 |
2017-09-09 | binfmt_flat: delete two error messages for a failed memory allocation in deco... | Markus Elfring | 1 | -5/+3 |
2017-09-09 | fs/epoll: use faster rb_first_cached() | Davidlohr Bueso | 1 | -14/+16 |
2017-09-09 | procfs: use faster rb_first_cached() | Davidlohr Bueso | 4 | -15/+17 |
2017-09-09 | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 2 | -4/+4 |
2017-09-09 | fs, proc: unconditional cond_resched when reading smaps | David Rientjes | 1 | -2/+3 |
2017-09-09 | proc: uninline proc_create() | Alexey Dobriyan | 1 | -0/+8 |
2017-09-09 | fs, proc: remove priv argument from is_stack | Michal Hocko | 2 | -8/+5 |
2017-09-09 | userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS | Andrea Arcangeli | 1 | -1/+19 |
2017-09-09 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 1 | -1/+1 |
2017-09-09 | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY | Jérôme Glisse | 4 | -3/+20 |
2017-09-09 | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 1 | -0/+7 |
2017-09-09 | mm: soft-dirty: keep soft-dirty bits over thp migration | Naoya Horiguchi | 1 | -11/+16 |
2017-09-09 | mm: thp: check pmd migration entry in common path | Zi Yan | 1 | -11/+21 |
2017-09-08 | f2fs: avoid race in between read xattr & write xattr | Yunlei He | 3 | -0/+8 |
2017-09-08 | f2fs: make get_lock_data_page to handle encrypted inode | Jaegeuk Kim | 1 | -58/+51 |
2017-09-08 | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -18/+44 |
2017-09-08 | Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -23/+1 |
2017-09-08 | Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 9 | -5/+274 |
2017-09-08 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -7/+12 |
2017-09-08 | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -311/+392 |
2017-09-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 7 | -29/+19 |
2017-09-07 | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -2/+0 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 34 | -111/+265 |
2017-09-07 | fs: aio: fix the increment of aio-nr and counting against aio-max-nr | Mauricio Faria de Oliveira | 1 | -7/+12 |
2017-09-07 | NFS: Sync the correct byte range during synchronous writes | tarangg@amazon.com | 1 | -3/+3 |
2017-09-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 35 | -670/+365 |
2017-09-07 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 1 | -0/+1 |
2017-09-07 | mm: add /proc/pid/smaps_rollup | Daniel Colascione | 3 | -62/+139 |
2017-09-07 | userfaultfd: provide pid in userfault msg - add feat union | Andrea Arcangeli | 1 | -1/+1 |
2017-09-07 | userfaultfd: provide pid in userfault msg | Alexey Perevalov | 1 | -2/+6 |
2017-09-07 | mm: userfaultfd: add feature to request for a signal delivery | Prakash Sangappa | 1 | -0/+3 |
2017-09-07 | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 1 | -5/+5 |
2017-09-07 | fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range | Jeff Layton | 1 | -5/+0 |
2017-09-07 | userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAs | Mike Rapoport | 1 | -5/+5 |
2017-09-07 | mm: remove nr_pages argument from pagevec_lookup{,_range}() | Jan Kara | 6 | -11/+8 |
2017-09-07 | fs: use pagevec_lookup_range() in page_cache_seek_hole_data() | Jan Kara | 1 | -13/+3 |
2017-09-07 | hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() | Jan Kara | 1 | -16/+2 |
2017-09-07 | ext4: use pagevec_lookup_range() in writeback code | Jan Kara | 1 | -7/+5 |
2017-09-07 | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() | Jan Kara | 1 | -10/+4 |
2017-09-07 | fs: fix performance regression in clean_bdev_aliases() | Jan Kara | 1 | -6/+8 |