summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-570/+491
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-15/+26
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-31/+57
2017-09-10Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2017-09-09NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust1-1/+5
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-281/+239
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds39-1409/+1502
2017-09-09NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust1-1/+1
2017-09-09NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2-41/+4
2017-09-09NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2-9/+22
2017-09-09NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-09-09vfat: deduplicate hex2bin()OGAWA Hirofumi1-23/+12
2017-09-09autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi1-4/+6
2017-09-09autofs: drop wrong commentTomohiro Kusumi1-5/+0
2017-09-09autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi1-7/+7
2017-09-09autofs: non functional header inclusion cleanupTomohiro Kusumi1-11/+11
2017-09-09autofs: make dev ioctl version and ismountpoint user accessibleIan Kent1-4/+8
2017-09-09autofs: make disc device user accessibleIan Kent1-1/+2
2017-09-09autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent1-3/+12
2017-09-09binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring1-5/+3
2017-09-09fs/epoll: use faster rb_first_cached()Davidlohr Bueso1-14/+16
2017-09-09procfs: use faster rb_first_cached()Davidlohr Bueso4-15/+17
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso2-4/+4
2017-09-09fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-09proc: uninline proc_create()Alexey Dobriyan1-0/+8
2017-09-09fs, proc: remove priv argument from is_stackMichal Hocko2-8/+5
2017-09-09userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli1-1/+19
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse4-3/+20
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+7
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-11/+16
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan1-11/+21
2017-09-08Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-18/+44
2017-09-08Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+1
2017-09-08Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-5/+274
2017-09-08Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-7/+12
2017-09-08Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-311/+392
2017-09-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-29/+19
2017-09-07Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds34-111/+265
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira1-7/+12
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com1-3/+3
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds35-670/+365
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione3-62/+139
2017-09-07userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli1-1/+1
2017-09-07userfaultfd: provide pid in userfault msgAlexey Perevalov1-2/+6
2017-09-07mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa1-0/+3
2017-09-07mm: rename global_page_state to global_zone_page_stateMichal Hocko1-5/+5
2017-09-07fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton1-5/+0