summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R
2021-03-25xfs: fix xfs_trans slab cache nameAnthony Iliopoulos
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang
2021-03-25xfs: introduce xfs_ag_shrink_space()Gao Xiang
2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang
2021-03-25xfs: update lazy sb counters immediately for resizefsGao Xiang
2021-03-25xfs: Fix a typoBhaskar Chowdhury
2021-03-25xfs: Rudimentary spelling fixBhaskar Chowdhury
2021-03-25xfs: Rudimentary typo fixesBhaskar Chowdhury
2021-03-25xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner
2021-03-25xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner
2021-03-25xfs: type verification is expensiveDave Chinner
2021-03-25xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner
2021-03-25xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner
2021-03-25xfs: reduce buffer log item shadow allocationsDave Chinner
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o
2021-03-21ext4: stop inode update before returnPan Bian