summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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: claim maintainership of loose filesDarrick J. Wong2019-06-281-0/+6
* 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
* fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-06-091-0/+5
* vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-095-10/+24
* xfs: use file_modified() helperAmir Goldstein2019-06-091-14/+1
* vfs: introduce file_modified() helperAmir Goldstein2019-06-093-18/+25
* vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-093-1/+58
* vfs: remove redundant checks from generic_remap_checks()Amir Goldstein2019-06-091-21/+12
* vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-093-27/+36
* vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-095-18/+73
* vfs: introduce generic_copy_file_range()Dave Chinner2019-06-092-3/+35
* Linux 5.2-rc4v5.2-rc4Linus Torvalds2019-06-081-1/+1
* Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2019-06-088-135/+156
|\
| * ceph: fix error handling in ceph_get_caps()Yan, Zheng2019-06-051-11/+11
| * ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-056-27/+71
| * ceph: single workqueue for inode related worksYan, Zheng2019-06-054-97/+74
* | Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-06-081-19/+19
|\ \
| * | xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-031-19/+19
* | | Merge tag 's390-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-06-082-2/+5
|\ \ \
| * | | s390/unwind: correct stack switching during unwindVasily Gorbik2019-06-071-1/+1
| * | | s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-051-1/+4
| | |/ | |/|
* | | Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-087-13/+10
|\ \ \
| * | | MIPS: uprobes: remove set but not used variable 'epc'YueHaibing2019-05-291-3/+0
| * | | MIPS: pistachio: Build uImage.gz by defaultPaul Burton2019-05-291-0/+1
| * | | MIPS: Make virt_addr_valid() return boolPaul Burton2019-05-292-3/+3
| * | | MIPS: Bounds check virt_addr_validPaul Burton2019-05-291-0/+5