aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 4-4/+0
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 16-184/+807
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Gravatar Linus Torvalds 16-76/+396
2020-06-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-2/+150
2020-06-08binfmt_flat: use flush_icache_user_rangeGravatar Christoph Hellwig 1-1/+1
2020-06-08exec: use flush_icache_user_range in read_codeGravatar Christoph Hellwig 1-1/+1
2020-06-08exec: only build read_code when neededGravatar Christoph Hellwig 1-0/+3
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGravatar Guilherme G. Piccoli 1-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlGravatar Vlastimil Babka 1-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesGravatar Vlastimil Babka 1-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineGravatar Vlastimil Babka 1-0/+107
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKGravatar Linus Torvalds 2-2/+2
2020-06-08vfs: do not do group lookup when not necessaryGravatar Linus Torvalds 1-15/+29
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-1/+1
2020-06-06hpfs: fix warning due to superfluous semicolonGravatar Zou Wei 1-1/+1
2020-06-05Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-7/+4
2020-06-05Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 4-20/+9
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 27-729/+1041
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 34-3897/+4340
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 40-629/+861
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+1
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+5
2020-06-05Merge branch 'gfs2-iopen' into for-nextGravatar Andreas Gruenbacher 9-38/+289
2020-06-05gfs2: fix use-after-free on transaction ail listsGravatar Bob Peterson 1-2/+9
2020-06-05gfs2: new slab for transactionsGravatar Bob Peterson 6-8/+32
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierGravatar Bob Peterson 3-2/+4
2020-06-05gfs2: Smarter iopen glock waitingGravatar Andreas Gruenbacher 2-5/+40
2020-06-05gfs2: Wake up when setting GLF_DEMOTEGravatar Andreas Gruenbacher 1-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcGravatar Andreas Gruenbacher 2-2/+7
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupGravatar Andreas Gruenbacher 1-9/+24
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupGravatar Andreas Gruenbacher 4-5/+14
2020-06-05gfs2: Try harder to delete inodes locallyGravatar Andreas Gruenbacher 1-6/+47
2020-06-05gfs2: Give up the iopen glock on contentionGravatar Andreas Gruenbacher 3-2/+57
2020-06-05gfs2: Turn gl_delete into a delayed workGravatar Andreas Gruenbacher 7-8/+65
2020-06-05gfs2: Keep track of deleted inode generations in LVBsGravatar Andreas Gruenbacher 4-1/+26
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbGravatar Bob Peterson 1-4/+3
2020-06-05gfs2: instrumentation wrt log_flush stuckGravatar Bob Peterson 1-9/+25
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawGravatar Bob Peterson 2-3/+13
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksGravatar Bob Peterson 1-9/+16
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-61/+135
2020-06-04exec: open code copy_string_kernelGravatar Christoph Hellwig 1-9/+34
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 4-15/+14
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedGravatar Joe Perches 1-3/+4
2020-06-04fat: improve the readahead for FAT entriesGravatar OGAWA Hirofumi 1-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0Gravatar OGAWA Hirofumi 1-0/+6
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefGravatar Anthony Iliopoulos 1-4/+0
2020-06-04proc: rename "catch" function argumentGravatar Alexey Dobriyan 1-4/+4
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 8-274/+229