summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-29xfs: split iop_unlockChristoph Hellwig13-73/+67
2019-06-29xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig4-12/+14
2019-06-29xfs: remove the dummy iop_push implementation for inode creation itemsChristoph Hellwig1-11/+0
2019-06-29xfs: don't require log items to implement optional methodsChristoph Hellwig10-557/+25
2019-06-29xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig5-19/+16
2019-06-29xfs: fix a trivial comment typo in xfs_trans_committed_bulkChristoph Hellwig1-1/+1
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig25-84/+81
2019-06-29xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig3-9/+6
2019-06-29xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig1-1/+1
2019-06-29xfs: remove unused buffer cache APIsChristoph Hellwig2-108/+2
2019-06-29xfs: stop using bp naming for log recovery buffersChristoph Hellwig1-99/+102
2019-06-29xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig4-157/+149
2019-06-29xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig1-11/+5
2019-06-29xfs: move the log ioend workqueue to struct xlogChristoph Hellwig4-13/+13
2019-06-29xfs: use bios directly to write log buffersChristoph Hellwig2-130/+118
2019-06-29xfs: make use of the l_targ field in struct xlogChristoph Hellwig2-5/+5
2019-06-29xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig1-8/+6
2019-06-29xfs: update both stat counters together in xlog_syncChristoph Hellwig1-1/+1
2019-06-29xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig1-26/+41
2019-06-29xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig1-30/+33
2019-06-29xfs: factor out log buffer writing from xlog_syncChristoph Hellwig1-80/+45
2019-06-29xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig1-1/+1
2019-06-29xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2-10/+14
2019-06-29xfs: reformat xlog_get_lowest_lsnChristoph Hellwig1-14/+10
2019-06-29xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig1-41/+11
2019-06-29xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2-10/+0
2019-06-29xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2-12/+9
2019-06-29xfs: renumber XBF_WRITE_FAILChristoph Hellwig1-1/+1
2019-06-29xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig1-3/+1
2019-06-29xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2-4/+0
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong31-41/+71
2019-06-12xfs: remove unused flag argumentsEric Sandeen10-48/+35
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig3-16/+0
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2-30/+6
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen7-22/+11
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen1-0/+14
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong2-9/+4
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong5-15/+28
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong4-144/+101
2019-06-12xfs: separate inode geometryDarrick J. Wong18-161/+208
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-0/+5
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein5-10/+24
2019-06-09xfs: use file_modified() helperAmir Goldstein1-14/+1
2019-06-09vfs: introduce file_modified() helperAmir Goldstein2-18/+23
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein1-1/+2
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein1-27/+11
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner5-18/+73
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner1-3/+32
2019-06-09Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds8-135/+156
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds108-893/+108