linux-2.6-microblaze.git
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
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...
2019-06-08 Linus TorvaldsMerge tag 's390-5.2-4' of git://git./linux/kernel/git...
2019-06-08 Linus TorvaldsMerge tag 'mips_fixes_5.2_1' of git://git./linux/kernel...
2019-06-08 Linus TorvaldsMerge tag 'spdx-5.2-rc4' of git://git./linux/kernel...
2019-06-08 Linus TorvaldsMerge tag 'char-misc-5.2-rc4' of git://git./linux/kerne...
2019-06-08 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2019-06-08 Linus TorvaldsMerge tag 'dmaengine-fix-5.2-rc4' of git://git.infradea...
2019-06-08 Linus TorvaldsMerge tag 'for-linus-20190608' of git://git.kernel...
2019-06-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-06-08 Linus TorvaldsMerge tag 'linux-kselftest-5.2-rc4-2' of git://git...
2019-06-08 Linus TorvaldsMerge tag 'drm-fixes-2019-06-07-1' of git://anongit...
2019-06-07 Wolfram SangMAINTAINERS: Karthikeyan Ramasubramanian is MIA
2019-06-07 Robert Hancocki2c: xiic: Add max_read_len quirk
2019-06-07 Linus TorvaldsMerge tag 'hwmon-for-v5.2-rc4' of git://git./linux...
2019-06-07 Jan Glauberlockref: Limit number of cmpxchg loop retries
2019-06-07 Andrey Konovalovuaccess: add noop untagged_addr definition
2019-06-07 Linus TorvaldsMerge tag 'xtensa-20190607' of git://github.com/jcmvbkb...
2019-06-07 Jens AxboeMerge branch 'nvme-5.2-rc-next' of git://git.infradead...
2019-06-07 Linus TorvaldsMerge tag 'kbuild-fixes-v5.2-2' of git://git./linux...
2019-06-07 Linus TorvaldsMerge tag 'mmc-v5.2-rc2' of git://git./linux/kernel...
2019-06-07 Linus TorvaldsMerge tag 'pm-5.2-rc4' of git://git./linux/kernel/git...
2019-06-07 Jann Hornx86/insn-eval: Fix use-after-free access to LDT entry
2019-06-07 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2019-06-07 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2019-06-07 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2019-06-07 Masahiro Yamadakbuild: use more portable 'command -v' for cc-cross...
next