summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2017-11-17pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence
2017-11-17autofs: don't fail mount for transient errorNeilBrown
2017-11-17epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron
2017-11-17epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron
2017-11-17epoll: account epitem and eppoll_entry to kmemcgShakeel Butt
2017-11-17proc: use do-while in name_to_int()Alexey Dobriyan
2017-11-17proc: : uninline name_to_int()Alexey Dobriyan
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-15userfaultfd: use mmgrab instead of open-coded increment of mm_countMike Rapoport
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt
2017-11-15mm: consolidate page table accountingKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara
2017-11-15afs: use find_get_pages_range_tag()Jan Kara
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara
2017-11-15f2fs: use find_get_pages_tag() for looking up single pageJan Kara
2017-11-15f2fs: simplify page iteration loopsJan Kara
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara
2017-11-15btrfs: use pagevec_lookup_range_tag()Jan Kara
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual