summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig2021-04-071-2/+2
| * | xfs: consistently initialize di_flags2Christoph Hellwig2021-04-072-1/+1
| * | xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-077-36/+17
| * | xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R2021-04-071-9/+0
| * | xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R2021-04-071-1/+2
| * | xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R2021-04-071-2/+3
| * | xfs: fix xfs_trans slab cache nameAnthony Iliopoulos2021-03-251-1/+1
| * | xfs: add error injection for per-AG resv failureGao Xiang2021-03-253-2/+11
| * | xfs: support shrinking unused space in the last AGGao Xiang2021-03-252-35/+59
| * | xfs: introduce xfs_ag_shrink_space()Gao Xiang2021-03-252-0/+117
| * | xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang2021-03-251-43/+64
| * | xfs: update lazy sb counters immediately for resizefsGao Xiang2021-03-251-0/+9
| * | xfs: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
| * | xfs: Rudimentary spelling fixBhaskar Chowdhury2021-03-251-1/+1
| * | xfs: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
| * | xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner2021-03-251-9/+2
| * | xfs: reduce debug overhead of dir leaf/node checksDave Chinner2021-03-253-5/+10
| * | xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner2021-03-251-1/+1
| * | xfs: type verification is expensiveDave Chinner2021-03-251-9/+9
| * | xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner2021-03-251-15/+87
| * | xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner2021-03-251-19/+19
| * | xfs: reduce buffer log item shadow allocationsDave Chinner2021-03-251-2/+11
| * | xfs: initialise attr fork on inode createDave Chinner2021-03-258-18/+81
| * | xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang2021-03-251-0/+2
| * | xfs: Skip repetitive warnings about mount optionsPavel Reichl2021-03-251-4/+20
| * | xfs: rename variable mp to parsing_mpPavel Reichl2021-03-251-51/+51
| * | xfs: rename the blockgc workqueueDarrick J. Wong2021-03-254-7/+7
| * | xfs: prevent metadata files from being inactivatedDarrick J. Wong2021-03-254-1/+15
| * | xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-253-7/+7
| * | xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-253-17/+7
| * | xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-253-23/+14
| * | xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong2021-03-251-1/+2
| * | xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong2021-03-251-1/+1
| * | xfs: fix dquot scrub loop cancellationDarrick J. Wong2021-03-251-2/+4
| * | xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong2021-03-251-1/+5
| * | xfs: drop freeze protection when running GETFSMAPDarrick J. Wong2021-03-241-9/+5
* | | Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-2923-243/+312
|\ \ \
| * | | gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-202-0/+3
| * | | gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-0917-113/+102
| * | | gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher2021-04-082-2/+1
| * | | gfs2: Add new sysfs file for gfs2 statusBob Peterson2021-04-081-0/+67
| * | | gfs2: Silence possible null pointer dereference warningAndreas Gruenbacher2021-04-031-1/+1
| * | | gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferAndreas Gruenbacher2021-04-033-9/+8
| * | | gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher2021-04-033-26/+5
| * | | gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentAndreas Gruenbacher2021-04-035-33/+53
| * | | gfs2: Add new gfs2_iomap_get helperAndreas Gruenbacher2021-04-033-35/+41
| * | | gfs2: Remove unused variable sb_formatAndreas Gruenbacher2021-04-032-2/+0
| * | | gfs2: Fix dir.c function parameter descriptionsBob Peterson2021-04-031-17/+22
| * | | gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson2021-04-033-3/+3
| * | | gfs2: don't create empty buffers for NO_CREATEBob Peterson2021-04-031-3/+7