summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iomap-for-next' into mb/dioTheodore Ts'o2019-11-0525-881/+991
|\
| * fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi2019-10-291-1/+1
| * iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-2111-53/+79
| * iomap: use write_begin to read pages to unshareChristoph Hellwig2019-10-211-33/+16
| * iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig2019-10-211-17/+16
| * iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-212-5/+12
| * iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig2019-10-211-9/+5
| * iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig2019-10-211-2/+2
| * iomap: enhance writeback error messageDarrick J. Wong2019-10-211-2/+3
| * iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig2019-10-211-5/+5
| * iomap: cleanup iomap_ioend_compareChristoph Hellwig2019-10-211-4/+3
| * iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-211-0/+17
| * iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig2019-10-211-0/+2
| * iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-216-648/+610
| * iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-216-57/+120
| * iomap: zero newly allocated mapped blocksChristoph Hellwig2019-10-211-2/+10
| * xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2019-10-212-27/+46
| * xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2019-10-212-14/+14
| * xfs: refactor the ioend merging codeChristoph Hellwig2019-10-211-31/+42
| * xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-214-51/+50
| * xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig2019-10-211-3/+6
| * xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig2019-10-213-14/+20
| * iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-171-0/+7
| * xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara2019-10-151-8/+4
| * iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-153-6/+12
* | Merge branch 'rh/dioread-nolock-1k' into devTheodore Ts'o2019-11-015-110/+208
|\ \
| * | ext4: Enable blocksize < pagesize for dioread_nolockRitesh Harjani2019-10-221-10/+0
| * | ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani2019-10-224-29/+82
| * | ext4: Refactor mpage_map_and_submit_buffers functionRitesh Harjani2019-10-221-42/+83
| * | ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani2019-10-223-19/+32
| * | ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani2019-10-221-27/+28
| |/
* | jbd2: Free journal head outside of locked regionThomas Gleixner2019-10-211-6/+14
* | jbd2: Make state lock a spinlockThomas Gleixner2019-10-214-69/+68
* | jbd2: Don't call __bforget() unnecessarilyJan Kara2019-10-211-5/+4
* | jbd2: Drop unnecessary branch from jbd2_journal_forget()Jan Kara2019-10-211-4/+0
* | jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2019-10-212-9/+19
* | jbd2: Simplify journal_unmap_buffer()Thomas Gleixner2019-10-211-6/+2
|/
* Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-131-41/+5
|\
| * tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)2019-10-131-0/+4
| * tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)2019-10-131-41/+1
* | Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-131-17/+20
|\ \
| * | io_uring: fix sequence logic for timeout requestsJens Axboe2019-10-111-17/+20
* | | Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-10-113-72/+40
|\ \ \
| * | | NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-10-101-0/+1
| * | | NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
| * | | NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
| * | | nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-10-021-2/+3
* | | | Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-10-119-40/+57
|\ \ \ \
| * | | | CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-091-1/+7
| * | | | CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-091-0/+4