summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-123-3/+3
|\
| * proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-123-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-1/+1
|\ \
| * | ocfs2: fix build failure when TCP/IP is disabledTom Seewald2020-06-111-1/+1
* | | Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-113-241/+201
|\ \ \
| * | | io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang2020-06-111-6/+6
| * | | io_uring: check file O_NONBLOCK state for acceptJiufei Xue2020-06-101-0/+3
| * | | io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang2020-06-101-4/+9
| * | | io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang2020-06-102-9/+36
| * | | io_uring: allow O_NONBLOCK async retryJens Axboe2020-06-091-3/+7
| * | | io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-083-8/+12
| * | | io_uring: don't arm a timeout through work.funcPavel Begunkov2020-06-081-11/+18
| * | | io_uring: remove custom ->func handlersPavel Begunkov2020-06-081-112/+27
| * | | io_uring: don't derive close state from ->funcPavel Begunkov2020-06-081-33/+17
| * | | io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov2020-06-081-2/+2
| * | | io_uring: validate the full range of provided buffers for accessBijan Mottahedeh2020-06-081-1/+1
| * | | io_uring: re-set iov base/len for buffer select retryJens Axboe2020-06-041-1/+7
| * | | io_uring: move send/recv IOPOLL check into prepPavel Begunkov2020-06-041-12/+6
| * | | io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov2020-06-041-36/+19
| * | | io_uring: do build_open_how() only oncePavel Begunkov2020-06-041-6/+7
| * | | io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov2020-06-041-0/+18
| * | | io_uring: disallow close of ring itselfJens Axboe2020-06-021-8/+17
* | | | afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells2020-06-111-0/+1
| |/ / |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-115-19/+10
|\ \ \
| * | | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-102-10/+2
| * | | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-102-5/+5
| * | | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-103-3/+0
| * | | ocfs2: fix spelling mistake and grammarKeyur Patel2020-06-101-1/+1
| * | | nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-101-0/+2
* | | | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-119-10/+125
|\ \ \ \
| * | | | NFS: Fix direct WRITE throughput regressionChuck Lever2020-06-111-0/+2
| * | | | nfs: set invalid blocks after NFSv4 writesZheng Bin2020-06-111-3/+11
| * | | | NFS: remove redundant initialization of variable resultColin Ian King2020-06-111-1/+1
| * | | | NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2020-06-112-0/+46
| * | | | NFS: Trace short NFS READsChuck Lever2020-06-112-0/+49
| * | | | NFS: nfs_xdr_status should record the procedure nameChuck Lever2020-06-111-2/+13
| * | | | NFS: remove duplicate headersChen Zhou2020-05-271-1/+0
| * | | | NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-05-271-1/+1
| * | | | NFS: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-271-1/+1
| * | | | NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupXu Wang2020-05-271-1/+1
* | | | | Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-111-88/+20
|\ \ \ \ \
| * | | | | fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny2020-05-291-88/+20
| * | | | | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-293-51/+29
| * | | | | fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny2020-05-291-6/+22
| * | | | | fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-292-4/+43
| * | | | | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-293-7/+6
| * | | | | fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny2020-05-291-3/+1
* | | | | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1112-132/+569
|\ \ \ \ \ \
| * | | | | | nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-031-2/+1
| * | | | | | nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-014-13/+25