summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong2018-07-311-1/+34
| * xfs: verify icount in superblock writeDarrick J. Wong2018-07-313-1/+37
| * libxfs: add more bounds checking to sb sanity checksBill O'Donnell2018-07-311-0/+12
| * xfs: refactor superblock verifiersDarrick J. Wong2018-07-311-94/+111
| * xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-304-18/+18
| * xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19
| * xfs: remove if_real_bytesChristoph Hellwig2018-07-302-16/+4
| * xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-298-19/+25
| * xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-262-13/+26
| * xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-264-24/+22
| * xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-262-11/+0
| * xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-262-24/+2
| * xfs: use internal dfops in attr codeBrian Foster2018-07-261-11/+5
| * xfs: support embedded dfops in transactionBrian Foster2018-07-262-14/+24
| * xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-261-1/+2
| * xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
| * xfs: remove unused deferred ops committed fieldBrian Foster2018-07-262-2/+0
| * xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14
| * xfs: fix transaction leak on remote attr set/remove failureBrian Foster2018-07-261-2/+0
| * xfs: force summary counter recalc at next mountDarrick J. Wong2018-07-231-1/+3
| * xfs: refactor unmount record writeDarrick J. Wong2018-07-231-0/+13
| * xfs: detect and fix bad summary counts at mountDarrick J. Wong2018-07-231-3/+18
| * xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-8/+3
| * xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-236-35/+15
| * xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
| * xfs: check leaf attribute block freemap in verifierDarrick J. Wong2018-07-231-0/+22
| * libxfs: Fix a couple of sparse complaintisCarlos Maiolino2018-07-172-2/+2
| * xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva2018-07-171-10/+7
| * xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalanceGustavo A. R. Silva2018-07-171-10/+3
| * xfs: don't assume a left rmap when allocating a new rmapDarrick J. Wong2018-07-171-12/+12
| * xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino2018-07-111-2/+3
| * xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-116-32/+19
| * xfs: replace no-op firstblock init with ->t_firstblockBrian Foster2018-07-111-1/+1
| * xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-115-16/+10
| * xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-113-32/+7
| * xfs: remove bmap format helpers firstblock paramsBrian Foster2018-07-111-34/+29
| * xfs: remove bmap extent add helper firstblock paramsBrian Foster2018-07-111-16/+10
| * xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-112-22/+23
| * xfs: use ->t_firstblock in bmap extent splitBrian Foster2018-07-111-9/+6
| * xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-112-8/+6
| * xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-115-22/+17
| * xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-114-20/+9
| * xfs: use ->t_firstblock in xfs_bmapi_remap()Brian Foster2018-07-111-3/+2
| * xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-10/+2
| * xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-117-38/+33
| * xfs: use ->t_firstblock in attrfork addBrian Foster2018-07-111-20/+13
| * xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-112-11/+7
| * xfs: allow null firstblock in xfs_bmapi_write() when tp is nullBrian Foster2018-07-111-1/+1
| * xfs: refactor dfops init to attach to transactionBrian Foster2018-07-116-23/+30
| * xfs: use ->t_dfops in reflink cow recover pathBrian Foster2018-07-111-4/+5
OpenPOWER on IntegriCloud