summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig
2019-06-28xfs: stop using bp naming for log recovery buffersChristoph Hellwig
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-06-28xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig
2019-06-28xfs: use bios directly to write log buffersChristoph Hellwig
2019-06-28xfs: make use of the l_targ field in struct xlogChristoph Hellwig
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig
2019-06-28xfs: update both stat counters together in xlog_syncChristoph Hellwig
2019-06-28xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig
2019-06-28xfs: factor out log buffer writing from xlog_syncChristoph Hellwig
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig
2019-06-28xfs: remove XLOG_STATE_IOABORTChristoph Hellwig
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig
2019-06-28xfs: renumber XBF_WRITE_FAILChristoph Hellwig
2019-06-28xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampscopy-file-range-fixes-1Amir Goldstein
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09xfs: use file_modified() helperAmir Goldstein
2019-06-09vfs: introduce file_modified() helperAmir Goldstein
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner
2019-06-08Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds