summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann
2017-09-13procfs: remove unused variableArnd Bergmann
2017-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein
2017-09-12fuse: getattr cleanupMiklos Szeredi
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-09-09NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-09-09NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust
2017-09-09NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust
2017-09-09NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi
2017-09-08autofs: drop wrong commentTomohiro Kusumi
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent
2017-09-08autofs: make disc device user accessibleIan Kent
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent
2017-09-08binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring
2017-09-08fs/epoll: use faster rb_first_cached()Davidlohr Bueso
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes
2017-09-08proc: uninline proc_create()Alexey Dobriyan
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko
2017-09-08userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan