platform/kernel/linux-rpi.git
2020-03-27 Dave Chinnerxfs: refactor and split xfs_log_done()
2020-03-27 Dave Chinnerxfs: re-order initial space accounting checks in xlog_write
2020-03-27 Dave Chinnerxfs: don't try to write a start record into every iclog
2020-03-27 Darrick J.... xfs: validate the realtime geometry in xfs_validate_sb_...
2020-03-26 Darrick J.... xfs: prohibit fs freezing when using empty transactions
2020-03-26 Brian Fosterxfs: shutdown on failure to add page to log bio
2020-03-26 Darrick J.... xfs: directory bestfree check should release buffers
2020-03-26 Darrick J.... xfs: drop all altpath buffers at the end of the sibling...
2020-03-26 Darrick J.... xfs: preserve default grace interval during quotacheck
2020-03-23 Christoph Hellwigxfs: remove xlog_state_want_sync
2020-03-23 Christoph Hellwigxfs: move the ioerror check out of xlog_state_clean_iclog
2020-03-23 Christoph Hellwigxfs: refactor xlog_state_clean_iclog
2020-03-23 Christoph Hellwigxfs: remove the aborted parameter to xlog_state_done_sy...
2020-03-23 Christoph Hellwigxfs: simplify log shutdown checking in xfs_log_release_...
2020-03-23 Christoph Hellwigxfs: simplify the xfs_log_release_iclog calling convention
2020-03-23 Christoph Hellwigxfs: factor out a xlog_wait_on_iclog helper
2020-03-23 Christoph Hellwigxfs: merge xlog_cil_push into xlog_cil_push_work
2020-03-19 Christoph Hellwigxfs: remove the di_version field from struct icdinode
2020-03-19 Christoph Hellwigxfs: simplify a check in xfs_ioctl_setattr_check_cowextsize
2020-03-19 Christoph Hellwigxfs: simplify di_flags2 inheritance in xfs_ialloc
2020-03-19 Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-03-19 Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-03-18 Brian Fosterxfs: fix unmount hang and memory leak on shutdown durin...
2020-03-18 Brian Fosterxfs: factor out quotaoff intent AIL removal and memory...
2020-03-18 Darrick J.... xfs: add support for rmap btree staging cursors
2020-03-18 Darrick J.... xfs: add support for refcount btree staging cursors
2020-03-18 Darrick J.... xfs: add support for inode btree staging cursors
2020-03-18 Darrick J.... xfs: add support for free space btree staging cursors
2020-03-18 Darrick J.... xfs: support bulk loading of staged btrees
2020-03-18 Darrick J.... xfs: introduce fake roots for inode-rooted btrees
2020-03-18 Darrick J.... xfs: introduce fake roots for ag-rooted btrees
2020-03-18 Darrick J.... xfs: replace open-coded bitmap weight logic
2020-03-18 Darrick J.... xfs: rename xfs_bitmap to xbitmap
2020-03-18 Darrick J.... xfs: xrep_reap_extents should not destroy the bitmap
2020-03-17 Darrick J.... xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
2020-03-15 Darrick J.... xfs: xfs_dabuf_map should return ENOMEM when map alloca...
2020-03-13 Christoph Hellwigxfs: cleanup xfs_log_unmount_write
2020-03-13 Christoph Hellwigxfs: remove dead code from xfs_log_unmount_write
2020-03-13 Christoph Hellwigxfs: remove the unused return value from xfs_log_unmoun...
2020-03-13 Christoph Hellwigxfs: remove the unused XLOG_UNMOUNT_REC_TYPE define
2020-03-13 Christoph Hellwigxfs: mark XLOG_FORCED_SHUTDOWN as unlikely
2020-03-13 Dave Chinnerxfs: make the btree ag cursor private union anonymous
2020-03-13 Dave Chinnerxfs: make the btree cursor union members named structure
2020-03-13 Dave Chinnerxfs: make btree cursor private union anonymous
2020-03-13 Dave Chinnerxfs: rename btree cursor private btree member flags
2020-03-13 Dave Chinnerxfs: convert btree cursor inode-private member names
2020-03-13 Dave Chinnerxfs: convert btree cursor ag-private member name
2020-03-13 Dave Chinnerxfs: introduce new private btree cursor names
2020-03-13 Tommi Rantalaxfs: fix regression in "cleanup xfs_dir2_block_getdents"
2020-03-12 Takashi Iwaixfs: Use scnprintf() for avoiding potential buffer...
2020-03-12 Darrick J.... xfs: mark extended attr corrupt when lookup-by-hash...
2020-03-12 Darrick J.... xfs: mark dir corrupt when lookup-by-hash fails
2020-03-12 Darrick J.... xfs: check owner of dir3 blocks
2020-03-12 Darrick J.... xfs: check owner of dir3 data blocks
2020-03-12 Darrick J.... xfs: check owner of dir3 free blocks
2020-03-12 Darrick J.... xfs: don't ever return a stale pointer from __xfs_dir3_...
2020-03-12 Darrick J.... xfs: fix buffer corruption reporting when xfs_dir3_free...
2020-03-12 Darrick J.... xfs: xfs_buf_corruption_error should take __this_address
2020-03-12 Darrick J.... xfs: add a function to deal with corrupt buffers post...
2020-03-12 Darrick J.... xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
2020-03-12 Darrick J.... xfs: fix use-after-free when aborting corrupt attr...
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
2020-03-11 Christoph Hellwigxfs: remove XFS_BUF_TO_AGI
2020-03-11 Christoph Hellwigxfs: remove the xfs_agfl_t typedef
2020-03-11 Christoph Hellwigxfs: remove the agfl_bno member from struct xfs_agfl
2020-03-11 Eric Biggersxfs: clear PF_MEMALLOC before exiting xfsaild thread
2020-03-03 Christoph Hellwigxfs: switch xfs_attrmulti_attr_get to lazy attr buffer...
2020-03-03 Christoph Hellwigxfs: only allocate the buffer size actually needed...
2020-03-03 Christoph Hellwigxfs: clean up bufsize alignment in xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: embedded the attrlist cursor into struct xfs_attr_...
2020-03-03 Christoph Hellwigxfs: remove XFS_DA_OP_INCOMPLETE
2020-03-03 Christoph Hellwigxfs: clean up the attr flag confusion
2020-03-03 Christoph Hellwigxfs: clean up the ATTR_REPLACE checks
2020-03-03 Christoph Hellwigxfs: improve xfs_forget_acl
2020-03-03 Christoph Hellwigxfs: lift cursor copy in/out into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: lift buffer allocation into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: lift common checks into xfs_ioc_attr_list
2020-03-03 Christoph Hellwigxfs: rename xfs_attr_list_int to xfs_attr_list
2020-03-03 Christoph Hellwigxfs: move the legacy xfs_attr_list to xfs_ioctl.c
2020-03-03 Christoph Hellwigxfs: open code ATTR_ENTSIZE
2020-03-03 Christoph Hellwigxfs: remove the unused ATTR_ENTRY macro
2020-03-03 Christoph Hellwigxfs: cleanup struct xfs_attr_list_context
2020-03-03 Christoph Hellwigxfs: factor out a xfs_attr_match helper
2020-03-03 Christoph Hellwigxfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
2020-03-03 Christoph Hellwigxfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
2020-03-03 Christoph Hellwigxfs: remove ATTR_KERNOVAL
2020-03-03 Christoph Hellwigxfs: remove the xfs_inode argument to xfs_attr_get_ilocked
2020-03-03 Christoph Hellwigxfs: pass an initialized xfs_da_args to xfs_attr_get
2020-03-03 Christoph Hellwigxfs: pass an initialized xfs_da_args structure to xfs_a...
2020-03-03 Christoph Hellwigxfs: turn xfs_da_args.value into a void pointer
2020-03-03 Christoph Hellwigxfs: remove the MAXNAMELEN check from xfs_attr_args_init
2020-03-03 Christoph Hellwigxfs: remove the name == NULL check from xfs_attr_args_init
2020-03-03 Christoph Hellwigxfs: factor out a helper for a single XFS_IOC_ATTRMULTI...
2020-03-03 Christoph Hellwigxfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
2020-03-03 Christoph Hellwigxfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti...
2020-03-03 Christoph Hellwigxfs: merge xfs_attr_remove into xfs_attr_set
2020-03-03 Christoph Hellwigxfs: remove the ATTR_INCOMPLETE flag
2020-03-03 Christoph Hellwigxfs: reject invalid flags combinations in XFS_IOC_ATTRL...
2020-03-03 Brian Fosterxfs: rework collapse range into an atomic operation
next