]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/shortlog
mirror_ubuntu-bionic-kernel.git
2017-11-06 Christoph Hellwigxfs: iterate over extents in xfs_iextents_copy
2017-11-06 Christoph Hellwigxfs: pass an on-disk extent to xfs_bmbt_validate_extent
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_collapse_extents
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_del_extent_*
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_unwri...
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_...
2017-11-06 Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_delay...
2017-11-06 Christoph Hellwigxfs: remove a duplicate assignment in xfs_bmap_add_exte...
2017-11-06 Christoph Hellwigxfs: don't create overlapping extents in xfs_bmap_add_e...
2017-11-03 Darrick J.... xfs: scrub: avoid uninitialized return code
2017-11-03 Eryu Guanxfs: truncate pagecache before writeback in xfs_setattr...
2017-11-01 Dave Chinnerxfs: convert remaining xfs_sb_version_... checks to...
2017-11-01 Darrick J.... xfs: scrub extended attribute leaf space
2017-11-01 Darrick J.... xfs: move error injection tags into their own file
2017-11-01 Darrick J.... xfs: remove inode log format typedef
2017-10-31 Colin Ian Kingxfs: remove redundant assignment to variable bit
2017-10-27 Brian Fosterxfs: fix unused variable warning in xfs_buf_set_ref()
2017-10-27 Darrick J.... xfs: compare btree block keys to parent block's keys...
2017-10-27 Darrick J.... xfs: abort dir/attr btree operation if btree is obvious...
2017-10-27 Darrick J.... xfs: refactor extended attribute list operation
2017-10-26 Darrick J.... xfs: validate sb_logsunit is a multiple of the fs blocksize
2017-10-26 Brian Fosterxfs: drain the buffer LRU on mount
2017-10-26 Brian Fosterxfs: fix log block underflow during recovery cycle...
2017-10-26 Brian Fosterxfs: more robust recovery xlog buffer validation
2017-10-26 Christoph Hellwigxfs: add a new xfs_iext_lookup_extent_before helper
2017-10-26 Christoph Hellwigxfs: merge xfs_bmap_read_extents into xfs_iread_extents
2017-10-26 Christoph Hellwigxfs: add asserts for the mmap lock in xfs_{insert,colla...
2017-10-26 Christoph Hellwigxfs: rewrite xfs_bmap_first_unused to make better use...
2017-10-26 Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_insert_ex...
2017-10-26 Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_collapse_...
2017-10-26 Christoph Hellwigxfs: update got in xfs_bmap_shift_update_extent
2017-10-26 Christoph Hellwigxfs: remove xfs_bmse_shift_one
2017-10-26 Christoph Hellwigxfs: split xfs_bmap_shift_extents
2017-10-26 Christoph Hellwigxfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
2017-10-26 Christoph Hellwigxfs: inline xfs_shift_file_space into callers
2017-10-26 Christoph Hellwigxfs: remove if_rdev
2017-10-26 Christoph Hellwigxfs: remove the never fully implemented UUID fork format
2017-10-26 Christoph Hellwigxfs: remove XFS_BMAP_TRACE_EXLIST
2017-10-26 Christoph Hellwigxfs: move pre/post-bmap tracing into xfs_iext_update_extent
2017-10-26 Christoph Hellwigxfs: remove post-bmap tracing in xfs_bmap_local_to_extents
2017-10-26 Christoph Hellwigxfs: make better use of the 'state' variable in xfs_bma...
2017-10-26 Christoph Hellwigxfs: add a xfs_bmap_fork_to_state helper
2017-10-26 Darrick J.... xfs: scrub quota information
2017-10-26 Darrick J.... xfs: scrub realtime bitmap/summary
2017-10-26 Darrick J.... xfs: scrub directory parent pointers
2017-10-26 Darrick J.... xfs: scrub symbolic links
2017-10-26 Darrick J.... xfs: scrub extended attributes
2017-10-26 Darrick J.... xfs: scrub directory freespace
2017-10-26 Darrick J.... xfs: scrub directory metadata
2017-10-26 Darrick J.... xfs: scrub directory/attribute btrees
2017-10-26 Darrick J.... xfs: scrub inode block mappings
2017-10-26 Darrick J.... xfs: scrub inodes
2017-10-26 Darrick J.... xfs: scrub refcount btrees
2017-10-26 Darrick J.... xfs: scrub rmap btrees
2017-10-26 Darrick J.... xfs: scrub inode btrees
2017-10-26 Darrick J.... xfs: scrub free space btrees
2017-10-26 Darrick J.... xfs: scrub the AGI
2017-10-26 Darrick J.... xfs: scrub AGF and AGFL
2017-10-26 Darrick J.... xfs: scrub the secondary superblocks
2017-10-26 Darrick J.... xfs: create helpers to scan an allocation group
2017-10-26 Darrick J.... xfs: scrub btree keys and records
2017-10-26 Darrick J.... xfs: scrub the shape of a metadata btree
2017-10-26 Darrick J.... xfs: create helpers to scrub a metadata btree
2017-10-26 Darrick J.... xfs: create helpers to record and deal with scrub problems
2017-10-26 Darrick J.... xfs: probe the scrub ioctl
2017-10-26 Darrick J.... xfs: dispatch metadata scrub subcommands
2017-10-26 Darrick J.... xfs: create an ioctl to scrub AG metadata
2017-10-26 Darrick J.... xfs: create inode pointer verifiers
2017-10-26 Darrick J.... xfs: refactor btree block header checking functions
2017-10-26 Darrick J.... xfs: refactor btree pointer checks
2017-10-26 Darrick J.... xfs: create block pointer check functions
2017-10-26 Darrick J.... xfs: return a distinct error code value for IGET_INCORE...
2017-10-26 Brian Fosterxfs: buffer lru reference count error injection tag
2017-10-26 Brian Fosterxfs: fail if xattr inactivation hits a hole
2017-10-26 Hou Taoxfs: check kthread_should_stop() after the setting...
2017-10-26 Christoph Hellwigxfs: remove xfs_bmbt_get_state
2017-10-26 Christoph Hellwigxfs: remove all xfs_bmbt_set_* helpers except for xfs_b...
2017-10-26 Christoph Hellwigxfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
2017-10-26 Christoph Hellwigxfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
2017-10-26 Christoph Hellwigxfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
2017-10-26 Christoph Hellwigxfs: refactor xfs_bmap_add_extent_unwritten_real
2017-10-26 Christoph Hellwigxfs: refactor delalloc accounting in xfs_bmap_add_exten...
2017-10-26 Christoph Hellwigxfs: refactor xfs_bmap_add_extent_delay_real
2017-10-26 Christoph Hellwigxfs: refactor xfs_bmap_add_extent_hole_real
2017-10-26 Christoph Hellwigxfs: refactor xfs_bmap_add_extent_hole_delay
2017-10-26 Christoph Hellwigxfs: refactor xfs_del_extent_real
2017-10-26 Christoph Hellwigxfs: use the state defines in xfs_bmap_del_extent_real
2017-10-26 Christoph Hellwigxfs: use correct state defines in xfs_bmap_del_extent_...
2017-10-26 Christoph Hellwigxfs: move some more code into xfs_bmap_del_extent_real
2017-10-26 Christoph Hellwigxfs: use xfs_bmap_del_extent_delay for the data fork...
2017-10-26 Christoph Hellwigxfs: rename bno to end in __xfs_bunmapi
2017-10-26 Christoph Hellwigxfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
2017-10-26 Christoph Hellwigxfs: use xfs_iext_get_extent instead of open coding it
2017-10-26 Christoph Hellwigxfs: fix incorrect extent state in xfs_bmap_add_extent_...
2017-10-26 Christoph Hellwigxfs: simplify the xfs_getbmap interface
2017-10-26 Christoph Hellwigxfs: rewrite getbmap using the xfs_iext_* helpers
2017-10-26 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-10-26 Linus TorvaldsRevert "apparmor: add base infastructure for socket...
2017-10-26 Linus TorvaldsMerge tag 'pm-4.14-rc7' of git://git.kernel.org/pub...
next