aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 13-73/+67
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathGravatar Christoph Hellwig 4-12/+14
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsGravatar Christoph Hellwig 1-11/+0
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 10-557/+25
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagGravatar Christoph Hellwig 5-19/+16
2019-06-28xfs: fix a trivial comment typo in xfs_trans_committed_bulkGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 26-88/+85
2019-06-28xfs: remove the b_io_length field in struct xfs_bufGravatar Christoph Hellwig 3-9/+6
2019-06-28xfs: properly type the b_log_item field in struct xfs_bufGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove unused buffer cache APIsGravatar Christoph Hellwig 2-108/+2
2019-06-28xfs: stop using bp naming for log recovery buffersGravatar Christoph Hellwig 1-99/+102
2019-06-28xfs: use bios directly to read and write the log recovery buffersGravatar Christoph Hellwig 4-157/+149
2019-06-28xfs: return an offset instead of a pointer from xlog_alignGravatar Christoph Hellwig 1-11/+5
2019-06-28xfs: move the log ioend workqueue to struct xlogGravatar Christoph Hellwig 4-13/+13
2019-06-28xfs: use bios directly to write log buffersGravatar Christoph Hellwig 2-130/+118
2019-06-28xfs: make use of the l_targ field in struct xlogGravatar Christoph Hellwig 2-5/+5
2019-06-28xfs: remove the syncing argument from xlog_verify_iclogGravatar Christoph Hellwig 1-8/+6
2019-06-28xfs: update both stat counters together in xlog_syncGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: factor out iclog size calculation from xlog_syncGravatar Christoph Hellwig 1-26/+41
2019-06-28xfs: factor out splitting of an iclog from xlog_syncGravatar Christoph Hellwig 1-30/+33
2019-06-28xfs: factor out log buffer writing from xlog_syncGravatar Christoph Hellwig 1-80/+45
2019-06-28xfs: don't use REQ_PREFLUSH for split log writesGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove XLOG_STATE_IOABORTGravatar Christoph Hellwig 2-10/+14
2019-06-28xfs: reformat xlog_get_lowest_lsnGravatar Christoph Hellwig 1-14/+10
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeGravatar Christoph Hellwig 1-41/+11
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogGravatar Christoph Hellwig 2-10/+0
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cGravatar Christoph Hellwig 2-12/+9
2019-06-28xfs: renumber XBF_WRITE_FAILGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove the never used _XBF_COMPOUND flagGravatar Christoph Hellwig 1-3/+1
2019-06-28xfs: remove the no-op spinlock_destroy stubGravatar Christoph Hellwig 2-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 31-41/+71
2019-06-28xfs: claim maintainership of loose filesGravatar Darrick J. Wong 1-0/+6
2019-06-12xfs: remove unused flag argumentsGravatar Eric Sandeen 10-48/+35
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotGravatar Christoph Hellwig 3-16/+0
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveGravatar Christoph Hellwig 2-30/+6
2019-06-12xfs: remove unused flags arg from getsb interfacesGravatar Eric Sandeen 7-22/+11
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSGravatar Eric Sandeen 1-0/+14
2019-06-12xfs: finish converting to inodes_per_clusterGravatar Darrick J. Wong 2-9/+4
2019-06-12xfs: fix inode_cluster_size rounding mayhemGravatar Darrick J. Wong 5-15/+28
2019-06-12xfs: refactor inode geometry setup routinesGravatar Darrick J. Wong 4-144/+101
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 18-161/+208
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsGravatar Amir Goldstein 1-0/+5
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 5-10/+24
2019-06-09xfs: use file_modified() helperGravatar Amir Goldstein 1-14/+1
2019-06-09vfs: introduce file_modified() helperGravatar Amir Goldstein 3-18/+25
2019-06-09vfs: add missing checks to copy_file_rangeGravatar Amir Goldstein 3-1/+58
2019-06-09vfs: remove redundant checks from generic_remap_checks()Gravatar Amir Goldstein 1-21/+12
2019-06-09vfs: introduce generic_file_rw_checks()Gravatar Amir Goldstein 3-27/+36
2019-06-09vfs: no fallback for ->copy_file_rangeGravatar Dave Chinner 5-18/+73
2019-06-09vfs: introduce generic_copy_file_range()Gravatar Dave Chinner 2-3/+35