linux-2.6-block.git
2019-07-04 Darrick J.... xfs: introduce v5 inode group structure
2019-07-04 Darrick J.... xfs: introduce new v5 bulkstat structure
2019-07-04 Darrick J.... xfs: rename bulkstat functions
2019-07-04 Darrick J.... xfs: remove various bulk request typedef usage
2019-07-03 Hariprasad... fs: xfs: xfs_log: Change return type from int to void
2019-07-03 Darrick J.... xfs: poll waiting for quotacheck
2019-07-03 Darrick J.... xfs: multithreaded iwalk implementation
2019-07-02 Darrick J.... xfs: refactor INUMBERS to use iwalk functions
2019-07-02 Darrick J.... xfs: refactor iwalk code to handle walking inobt records
2019-07-02 Darrick J.... xfs: refactor xfs_iwalk_grab_ichunk
2019-07-02 Darrick J.... xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
2019-07-02 Darrick J.... xfs: change xfs_iwalk_grab_ichunk to use startino,...
2019-07-02 Darrick J.... xfs: move bulkstat ichunk helpers to iwalk code
2019-07-02 Darrick J.... xfs: calculate inode walk prefetch more carefully
2019-07-02 Darrick J.... xfs: convert bulkstat to new iwalk infrastructure
2019-07-02 Darrick J.... xfs: bulkstat should copy lastip whenever userspace...
2019-07-02 Darrick J.... xfs: convert quotacheck to use the new iwalk functions
2019-07-02 Darrick J.... xfs: create simplified inode walk function
2019-07-02 Darrick J.... xfs: create iterator error codes
2019-06-30 Christoph Hellwigxfs: remove XFS_TRANS_NOFS
2019-06-30 Christoph Hellwigxfs: simplify xfs_ioend_can_merge
2019-06-30 Christoph Hellwigxfs: allow merging ioends over append boundaries
2019-06-30 Christoph Hellwigxfs: fix a comment typo in xfs_submit_ioend
2019-06-30 Christoph Hellwigxfs: remove the unused xfs_count_page_state declaration
2019-06-29 Christoph Hellwigxfs: fix iclog allocation size
2019-06-29 Eric Sandeenxfs: remove unused header files
2019-06-29 Christoph Hellwigxfs: implement cgroup aware writeback
2019-06-29 Christoph Hellwigxfs: simplify xfs_chain_bio
2019-06-29 Darrick J.... xfs: account for log space when formatting new AGs
2019-06-29 Darrick J.... xfs: refactor free space btree record initialization
2019-06-29 Brian Fosterxfs: always update params on small allocation
2019-06-29 Brian Fosterxfs: skip small alloc cntbt logic on NULL cursor
2019-06-29 Brian Fosterxfs: move small allocation helper
2019-06-29 Brian Fosterxfs: clean up small allocation helper
2019-06-29 Christoph Hellwigxfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
2019-06-29 Christoph Hellwigxfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
2019-06-29 Christoph Hellwigxfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
2019-06-29 Christoph Hellwigxfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
2019-06-29 Christoph Hellwigxfs: merge xfs_bud_init into xfs_trans_get_bud
2019-06-29 Christoph Hellwigxfs: merge xfs_rud_init into xfs_trans_get_rud
2019-06-29 Christoph Hellwigxfs: merge xfs_cud_init into xfs_trans_get_cud
2019-06-29 Christoph Hellwigxfs: merge xfs_efd_init into xfs_trans_get_efd
2019-06-29 Christoph Hellwigxfs: remove a pointless comment duplicated above all...
2019-06-29 Christoph Hellwigxfs: use a list_head for iclog callbacks
2019-06-29 Christoph Hellwigxfs: remove the xfs_log_item_t typedef
2019-06-29 Christoph Hellwigxfs: don't cast inode_log_items to get the log_item
2019-06-29 Christoph Hellwigxfs: add a flag to release log items on commit
2019-06-29 Christoph Hellwigxfs: split iop_unlock
2019-06-29 Christoph Hellwigxfs: don't use xfs_trans_free_items in the commit path
2019-06-29 Christoph Hellwigxfs: remove the dummy iop_push implementation for inode...
2019-06-29 Christoph Hellwigxfs: don't require log items to implement optional...
2019-06-29 Christoph Hellwigxfs: stop using XFS_LI_ABORTED as a parameter flag
2019-06-29 Christoph Hellwigxfs: fix a trivial comment typo in xfs_trans_committed_bulk
2019-06-29 Christoph Hellwigxfs: add struct xfs_mount pointer to struct xfs_buf
2019-06-29 Christoph Hellwigxfs: remove the b_io_length field in struct xfs_buf
2019-06-29 Christoph Hellwigxfs: properly type the b_log_item field in struct xfs_buf
2019-06-29 Christoph Hellwigxfs: remove unused buffer cache APIs
2019-06-29 Christoph Hellwigxfs: stop using bp naming for log recovery buffers
2019-06-29 Christoph Hellwigxfs: use bios directly to read and write the log recove...
2019-06-29 Christoph Hellwigxfs: return an offset instead of a pointer from xlog_align
2019-06-29 Christoph Hellwigxfs: move the log ioend workqueue to struct xlog
2019-06-29 Christoph Hellwigxfs: use bios directly to write log buffers
2019-06-29 Christoph Hellwigxfs: make use of the l_targ field in struct xlog
2019-06-29 Christoph Hellwigxfs: remove the syncing argument from xlog_verify_iclog
2019-06-29 Christoph Hellwigxfs: update both stat counters together in xlog_sync
2019-06-29 Christoph Hellwigxfs: factor out iclog size calculation from xlog_sync
2019-06-29 Christoph Hellwigxfs: factor out splitting of an iclog from xlog_sync
2019-06-29 Christoph Hellwigxfs: factor out log buffer writing from xlog_sync
2019-06-29 Christoph Hellwigxfs: don't use REQ_PREFLUSH for split log writes
2019-06-29 Christoph Hellwigxfs: remove XLOG_STATE_IOABORT
2019-06-29 Christoph Hellwigxfs: reformat xlog_get_lowest_lsn
2019-06-29 Christoph Hellwigxfs: cleanup xlog_get_iclog_buffer_size
2019-06-29 Christoph Hellwigxfs: remove the l_iclog_size_log field from struct...
2019-06-29 Christoph Hellwigxfs: make mem_to_page available outside of xfs_buf.c
2019-06-29 Christoph Hellwigxfs: renumber XBF_WRITE_FAIL
2019-06-29 Christoph Hellwigxfs: remove the never used _XBF_COMPOUND flag
2019-06-29 Christoph Hellwigxfs: remove the no-op spinlock_destroy stub
2019-06-29 Darrick J.... xfs: move xfs_ino_geometry to xfs_shared.h
2019-06-29 Darrick J.... xfs: claim maintainership of loose files
2019-06-12 Eric Sandeenxfs: remove unused flag arguments
2019-06-12 Christoph Hellwigxfs: remove the debug-only q_transp field from struct...
2019-06-12 Christoph Hellwigxfs: merge xfs_buf_zero and xfs_buf_iomove
2019-06-12 Eric Sandeenxfs: remove unused flags arg from getsb interfaces
2019-06-12 Eric Sandeenxfs: include WARN, REPAIR build options in XFS_BUILD_OP...
2019-06-12 Darrick J.... xfs: finish converting to inodes_per_cluster
2019-06-12 Darrick J.... xfs: fix inode_cluster_size rounding mayhem
2019-06-12 Darrick J.... xfs: refactor inode geometry setup routines
2019-06-12 Darrick J.... xfs: separate inode geometry
2019-06-09 Amir Goldsteinfuse: copy_file_range needs to strip setuid bits and...
2019-06-09 Amir Goldsteinvfs: allow copy_file_range to copy across devices
2019-06-09 Amir Goldsteinxfs: use file_modified() helper
2019-06-09 Amir Goldsteinvfs: introduce file_modified() helper
2019-06-09 Amir Goldsteinvfs: add missing checks to copy_file_range
2019-06-09 Amir Goldsteinvfs: remove redundant checks from generic_remap_checks()
2019-06-09 Amir Goldsteinvfs: introduce generic_file_rw_checks()
2019-06-09 Dave Chinnervfs: no fallback for ->copy_file_range
2019-06-09 Dave Chinnervfs: introduce generic_copy_file_range()
2019-06-09 Linus TorvaldsLinux 5.2-rc4 v5.2-rc4
2019-06-08 Linus TorvaldsMerge tag 'ceph-for-5.2-rc4' of git://github.com/ceph...
2019-06-08 Linus TorvaldsMerge tag 'for-linus-5.2b-rc4-tag' of git://git./linux...
next