summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-2825-84/+81
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-283-9/+6
* xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-282-108/+2
* xfs: stop using bp naming for log recovery buffersChristoph Hellwig2019-06-281-99/+102
* xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-284-157/+149
* xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig2019-06-281-11/+5
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-284-13/+13
* xfs: use bios directly to write log buffersChristoph Hellwig2019-06-282-130/+118
* xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-282-5/+5
* xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig2019-06-281-8/+6
* xfs: update both stat counters together in xlog_syncChristoph Hellwig2019-06-281-1/+1
* xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig2019-06-281-26/+41
* xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig2019-06-281-30/+33
* xfs: factor out log buffer writing from xlog_syncChristoph Hellwig2019-06-281-80/+45
* xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig2019-06-281-1/+1
* xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-282-10/+14
* xfs: reformat xlog_get_lowest_lsnChristoph Hellwig2019-06-281-14/+10
* xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig2019-06-281-41/+11
* xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-282-10/+0
* xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2019-06-282-12/+9
* xfs: renumber XBF_WRITE_FAILChristoph Hellwig2019-06-281-1/+1
* xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig2019-06-281-3/+1
* xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-282-4/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-2831-41/+71
* xfs: remove unused flag argumentsEric Sandeen2019-06-1210-48/+35
* xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-123-16/+0
* xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-122-30/+6
* xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-127-22/+11
* xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen2019-06-121-0/+14
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-122-9/+4
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-125-15/+28
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-124-144/+101
* xfs: separate inode geometryDarrick J. Wong2019-06-1218-161/+208
* xfs: use file_modified() helperAmir Goldstein2019-06-091-14/+1
* Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-06-062-3/+11
|\
| * xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
| * xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-241-2/+9
* | Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-233-0/+27
|\|
| * xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-073-12/+2
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-062-10/+1
* | xfs: change some error-less functions to void typesEric Sandeen2019-05-0111-58/+26
* | xfs: add online scrub for superblock countersDarrick J. Wong2019-04-3011-3/+461
* | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1
* | xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-304-37/+31
* | xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2