aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 12-228/+505
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 4-4/+4
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 17-144/+143
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 6-76/+79
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeGravatar Steven Price 1-2/+2
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionGravatar David Hildenbrand 1-3/+27
2020-02-04ocfs2: fix oops when writing cloned fileGravatar Gang He 1-8/+6
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 13-83/+193
2020-02-03ovl: fix lseek overflow on 32bitGravatar Miklos Szeredi 1-1/+1
2020-02-02btrfs: do not zero f_bavail if we have available spaceGravatar Josef Bacik 1-1/+9
2020-02-01Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...Gravatar Linus Torvalds 2-2/+2
2020-02-01vfs: fix do_last() regressionGravatar Al Viro 1-2/+2
2020-01-31cifs: update internal module version numberGravatar Steve French 1-1/+1
2020-01-31Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Gravatar Linus Torvalds 12-70/+73
2020-01-31Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-13/+5
2020-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 25-170/+236
2020-01-31execve: warn if process starts with executable stackGravatar Alexey Dobriyan 1-0/+5
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Gravatar Yunfeng Ye 1-1/+2
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpGravatar Alexey Dobriyan 1-1/+9
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkGravatar Alexey Dobriyan 1-2/+0
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackGravatar Alexey Dobriyan 1-11/+5
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyGravatar Alexey Dobriyan 1-1/+1
2020-01-31fs/binfmt_elf.c: better codegen around current->mmGravatar Alexey Dobriyan 1-24/+28
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundGravatar Alexey Dobriyan 1-28/+27
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationGravatar Alexey Dobriyan 1-1/+1
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillGravatar Alexey Dobriyan 1-7/+8
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionGravatar Mikhail Zaslonko 2-36/+101
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-2/+2
2020-01-31fs/io_uring: set FOLL_PIN via pin_user_pages()Gravatar John Hubbard 1-1/+1
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...Gravatar wangyan 1-2/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()Gravatar wangyan 1-3/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useGravatar Andy Shevchenko 1-4/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retGravatar Colin Ian King 1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesGravatar Masahiro Yamada 13-45/+41
2020-01-31ocfs2: remove unneeded semicolonsGravatar zhengbin 2-2/+2
2020-01-31fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresGravatar Aditya Pakki 1-2/+0
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsGravatar Theodore Ts'o 1-1/+1
2020-01-31Btrfs: send, fix emission of invalid clone operations within the same fileGravatar Filipe Manana 1-1/+2
2020-01-31btrfs: do not do delalloc reservation under page lockGravatar Josef Bacik 1-16/+60
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioGravatar Josef Bacik 1-5/+1
2020-01-31Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerGravatar Chris Mason 1-17/+44
2020-01-31btrfs: take overcommit into account in inc_block_group_roGravatar Josef Bacik 3-19/+39
2020-01-31btrfs: fix force usage in inc_block_group_roGravatar Josef Bacik 1-2/+2
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitGravatar Nikolay Borisov 2-14/+27
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesGravatar Josef Bacik 1-1/+10
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesGravatar Filipe Manana 5-16/+8
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-1/+0
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-7/+19
2020-01-30Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 18-370/+3137
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 12-85/+137