aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-079-15/+13
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-078-16/+16
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-0716-34/+33
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-0729-98/+98
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-0713-23/+23
* xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig2021-04-071-1/+2
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-076-17/+35
* xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig2021-04-071-5/+0
* 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-253-6/+6
* 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 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
|\
| * ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| * ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| * ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| * ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| * ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4