summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig
2019-10-21iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig
2019-10-21iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig
2019-10-21iomap: enhance writeback error messageDarrick J. Wong
2019-10-21iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig
2019-10-21iomap: cleanup iomap_ioend_compareChristoph Hellwig
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig
2019-10-21iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig
2019-10-21iomap: zero newly allocated mapped blocksChristoph Hellwig
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig
2019-10-21xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-10-11Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-10-10io_uring: fix sequence logic for timeout requestsJens Axboe
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-10-09smb3: Fix regression in time handlingSteve French
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-10-07writeback: fix use-after-free in finish_writeback_work()Tejun Heo
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai