summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-01-29fs/userfaultfd: Stop using vma linked list.Liam R. Howlett
2021-01-29fs/proc/task_mmu: Stop using linked list and highest_vm_endLiam R. Howlett
2021-01-29fs/proc/base: Use maple tree iterators in place of linked listLiam R. Howlett
2021-01-29fs/exec: Use vma_next() instead of linked listLiam R. Howlett
2021-01-29fs/coredump: Use maple tree iterators in place of linked listLiam R. Howlett
2021-01-29fs/binfmt_elf: Use maple tree iterators for fill_files_note()Liam R. Howlett
2021-01-29mm: Remove vmacacheLiam R. Howlett
2020-12-31mm: add definition of PMD_PAGE_ORDERMike Rapoport
2020-12-31linux-next-git-rejectsAndrew Morton
2020-12-31linux-nextAndrew Morton
2020-12-31aio: simplify read_events()Oleg Nesterov
2020-12-31proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller
2020-12-31fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa
2020-12-31fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa
2020-12-31iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2020-12-31hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz
2020-12-31mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2020-12-31mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2020-12-31mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2020-12-31mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2020-12-31mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2020-12-31mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2020-12-31fs: delete repeated words in commentsRandy Dunlap
2020-12-31ramfs: support O_TMPFILEAlexey Dobriyan
2020-12-31ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan
2020-12-31ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan
2020-12-31/proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa
2020-12-31/proc/kpageflags: prevent an integer overflow in stable_page_flags()Toshiki Fukasawa
2020-12-31originAndrew Morton
2020-12-27proc mountinfo: make splice available againLinus Torvalds
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-24Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-22io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...io_uring-5.11-2020-12-23Xiaoguang Wang
2020-12-22io_uring: fix double io_uring freePavel Begunkov
2020-12-22Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2020-12-22Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-22ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen
2020-12-22ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu
2020-12-22ext4: defer saving error info from atomic contextJan Kara
2020-12-22block: update some copyrightsChristoph Hellwig
2020-12-22block: remove a pointless self-reference in block_dev.cChristoph Hellwig
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Artem Labazov
2020-12-21fix hostfs_open() use of ->f_path.dentryAl Viro
2020-12-21io_uring: fix ignoring xa_store errorsPavel Begunkov
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-12-20Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-20Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds