aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn3-119/+129
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn3-199/+105
2020-10-16coredump: refactor page range dumping into common helperJann Horn3-35/+39
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn1-8/+0
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly1-0/+25
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2-4/+4
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+2
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-15Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-39/+30
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds17-98/+130
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-132/+192
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+55
2020-10-14fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2020-10-14Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-746/+1183
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-132/+128
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-13mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang1-1/+65
2020-10-13mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang1-8/+22
2020-10-13proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)1-7/+1
2020-10-13fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing1-1/+1
2020-10-13fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap1-11/+11
2020-10-13ocfs2: fix potential soft lockup during fstrimGang He1-1/+3
2020-10-13ocfs2: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev1-0/+6
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-873/+1520
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds15-150/+123
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds4-32/+22
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds52-1978/+2690
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds6-279/+260
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-342/+470
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-209/+126
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-140/+93
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-398/+49
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-7/+25
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13