aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
...
| * | | xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-28
| * | | xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig2019-06-28
| * | | xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-28
| * | | xfs: stop using bp naming for log recovery buffersChristoph Hellwig2019-06-28
| * | | xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-28
| * | | xfs: return an offset instead of a pointer from xlog_alignChristoph Hellwig2019-06-28
| * | | xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-28
| * | | xfs: use bios directly to write log buffersChristoph Hellwig2019-06-28
| * | | xfs: make use of the l_targ field in struct xlogChristoph Hellwig2019-06-28
| * | | xfs: remove the syncing argument from xlog_verify_iclogChristoph Hellwig2019-06-28
| * | | xfs: update both stat counters together in xlog_syncChristoph Hellwig2019-06-28
| * | | xfs: factor out iclog size calculation from xlog_syncChristoph Hellwig2019-06-28
| * | | xfs: factor out splitting of an iclog from xlog_syncChristoph Hellwig2019-06-28
| * | | xfs: factor out log buffer writing from xlog_syncChristoph Hellwig2019-06-28
| * | | xfs: don't use REQ_PREFLUSH for split log writesChristoph Hellwig2019-06-28
| * | | xfs: remove XLOG_STATE_IOABORTChristoph Hellwig2019-06-28
| * | | xfs: reformat xlog_get_lowest_lsnChristoph Hellwig2019-06-28
| * | | xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig2019-06-28
| * | | xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig2019-06-28
| * | | xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2019-06-28
| * | | xfs: renumber XBF_WRITE_FAILChristoph Hellwig2019-06-28
| * | | xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig2019-06-28
| * | | xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-28
| * | | xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-28
| * | | xfs: remove unused flag argumentsEric Sandeen2019-06-12
| * | | xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-12
| * | | xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-12
| * | | xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-12
| * | | xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen2019-06-12
| * | | xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-12
| * | | xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-12
| * | | xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-12
| * | | xfs: separate inode geometryDarrick J. Wong2019-06-12
* | | | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-12
|\ \ \ \
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong2019-07-01
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-01
| * | | | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-01
| | |_|/ | |/| |
* | | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | xfs: use file_modified() helperAmir Goldstein2019-06-09
| |/
* | block: fix .bi_size overflowMing Lei2019-07-01
* | block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-17
|/
* Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-06-06
|\
| * xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-03
| * xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-24
* | Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-23
|\|
| * xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-20
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-17
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30