aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Merge tag 'io_uring-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-52/+237
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+0
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-210/+95
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-106/+61
2020-02-04io_uring: cleanup fixed file data table referencesJens Axboe1-13/+19
2020-02-04io_uring: spin for sq thread to idle on shutdownJens Axboe1-1/+12
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds12-228/+505
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada4-4/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan17-144/+143
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan6-76/+79
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+2
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand1-3/+27
2020-02-04ocfs2: fix oops when writing cloned fileGang He1-8/+6
2020-02-03aio: prevent potential eventfd recursion on pollJens Axboe1-2/+18
2020-02-03io_uring: put the flag changing code in the same spotPavel Begunkov1-5/+4
2020-02-03io_uring: iterate req cache backwardsPavel Begunkov1-8/+4
2020-02-03io_uring: punt even fadvise() WILLNEED to async contextJens Axboe1-3/+10
2020-02-03io_uring: fix sporadic double CQE entry for closeJens Axboe1-5/+8
2020-02-03io_uring: remove extra ->file checkPavel Begunkov1-3/+0
2020-02-03io_uring: don't map read/write iovec potentially twiceJens Axboe1-3/+5
2020-02-03io_uring: use the proper helpers for io_send/recvJens Axboe1-2/+4
2020-02-03io_uring: prevent potential eventfd recursion on pollJens Axboe1-7/+30
2020-02-03eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+15
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-83/+193
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-01Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-2/+2
2020-02-01vfs: fix do_last() regressionAl Viro1-2/+2
2020-01-31cifs: update internal module version numberSteve French1-1/+1
2020-01-31Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds12-70/+73
2020-01-31Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+5
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-170/+236
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan1-0/+5
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan1-1/+9
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan1-2/+0
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan1-11/+5
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan1-1/+1
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan1-24/+28
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan1-28/+27
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan1-1/+1
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan1-7/+8
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2-36/+101
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transactionwangyan1-2/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko1-4/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retColin Ian King1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada13-45/+41