summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig8-16/+16
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig16-34/+33
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig29-98/+98
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig13-23/+23
2021-04-08xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig1-1/+2
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig6-17/+35
2021-04-08xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-08xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig1-2/+2
2021-04-08xfs: consistently initialize di_flags2Christoph Hellwig2-1/+1
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig7-36/+17
2021-04-08xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R1-9/+0
2021-04-08xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-04-08xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R1-2/+3
2021-03-26xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2021-03-26xfs: add error injection for per-AG resv failureGao Xiang3-2/+11
2021-03-26xfs: support shrinking unused space in the last AGGao Xiang2-35/+59
2021-03-26xfs: introduce xfs_ag_shrink_space()Gao Xiang2-0/+117
2021-03-26xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang1-43/+64
2021-03-26xfs: update lazy sb counters immediately for resizefsGao Xiang1-0/+9
2021-03-26xfs: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-26xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-26xfs: Rudimentary typo fixesBhaskar Chowdhury1-2/+2
2021-03-26xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner1-9/+2
2021-03-26xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-26xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-26xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-26xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner1-15/+87
2021-03-26xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner1-19/+19
2021-03-26xfs: reduce buffer log item shadow allocationsDave Chinner1-2/+11
2021-03-26xfs: initialise attr fork on inode createDave Chinner8-18/+81
2021-03-26xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2021-03-26xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2021-03-26xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2021-03-26xfs: rename the blockgc workqueueDarrick J. Wong3-6/+6
2021-03-26xfs: prevent metadata files from being inactivatedDarrick J. Wong4-1/+15
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong3-7/+7
2021-03-26xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong3-17/+7
2021-03-26xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong3-23/+14
2021-03-26xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong1-1/+2
2021-03-26xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong1-1/+1
2021-03-26xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2021-03-26xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong1-9/+5
2021-03-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-72/+168
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+26
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+4
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher1-4/+20
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe1-2/+6
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o1-1/+1
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3