aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-0/+90
2020-02-06Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-52/+237
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+0
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-210/+95
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-106/+61
2020-02-04io_uring: cleanup fixed file data table referencesGravatar Jens Axboe 1-13/+19
2020-02-04io_uring: spin for sq thread to idle on shutdownGravatar Jens Axboe 1-1/+12
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-03aio: prevent potential eventfd recursion on pollGravatar Jens Axboe 1-2/+18
2020-02-03io_uring: put the flag changing code in the same spotGravatar Pavel Begunkov 1-5/+4
2020-02-03io_uring: iterate req cache backwardsGravatar Pavel Begunkov 1-8/+4
2020-02-03io_uring: punt even fadvise() WILLNEED to async contextGravatar Jens Axboe 1-3/+10
2020-02-03io_uring: fix sporadic double CQE entry for closeGravatar Jens Axboe 1-5/+8
2020-02-03io_uring: remove extra ->file checkGravatar Pavel Begunkov 1-3/+0
2020-02-03io_uring: don't map read/write iovec potentially twiceGravatar Jens Axboe 1-3/+5
2020-02-03io_uring: use the proper helpers for io_send/recvGravatar Jens Axboe 1-2/+4
2020-02-03io_uring: prevent potential eventfd recursion on pollGravatar Jens Axboe 1-7/+30
2020-02-03eventfd: track eventfd_signal() recursion depthGravatar Jens Axboe 1-0/+15
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