Age | Commit message (Expand) | Author | Files | Lines |
2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -6/+1 |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -1/+1 |
2021-08-18 | xfs: add trace point for fs shutdown | Darrick J. Wong | 1 | -0/+3 |
2021-08-16 | xfs: make forced shutdown processing atomic | Dave Chinner | 1 | -33/+30 |
2021-06-21 | xfs: shorten the shutdown messages to a single line | Darrick J. Wong | 1 | -8/+8 |
2021-06-21 | xfs: print name of function causing fs shutdown instead of hex pointer | Darrick J. Wong | 1 | -1/+1 |
2021-06-02 | xfs: make for_each_perag... a first class citizen | Dave Chinner | 1 | -6/+2 |
2021-04-29 | xfs: remove obsolete AGF counter debugging | Darrick J. Wong | 1 | -2/+0 |
2021-03-25 | xfs: support shrinking unused space in the last AG | Gao Xiang | 1 | -34/+59 |
2021-03-25 | xfs: hoist out xfs_resizefs_init_new_ags() | Gao Xiang | 1 | -43/+64 |
2021-03-25 | xfs: update lazy sb counters immediately for resizefs | Gao Xiang | 1 | -0/+9 |
2021-02-03 | xfs: get rid of xfs_growfs_{data,log}_t | Gao Xiang | 1 | -6/+6 |
2021-02-03 | xfs: rename `new' to `delta' in xfs_growfs_data_private() | Gao Xiang | 1 | -10/+10 |
2020-12-18 | Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -1/+1 |
2020-12-01 | fs: simplify freeze_bdev/thaw_bdev | Christoph Hellwig | 1 | -5/+2 |
2020-05-07 | xfs: remove unused shutdown types | Brian Foster | 1 | -4/+1 |
2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -4/+0 |
2019-06-12 | xfs: separate inode geometry | Darrick J. Wong | 1 | -2/+2 |
2019-05-01 | xfs: change some error-less functions to void types | Eric Sandeen | 1 | -2/+1 |
2019-02-14 | xfs: reserve blocks for ifree transaction during log recovery | Darrick J. Wong | 1 | -0/+1 |
2018-12-29 | xfs: xfs_fsops: drop useless LIST_HEAD | Julia Lawall | 1 | -1/+0 |
2018-12-12 | xfs: add a block to inode count converter | Darrick J. Wong | 1 | -1/+1 |
2018-10-18 | xfs: issue log message on user force shutdown | Dave Chinner | 1 | -25/+25 |
2018-07-29 | xfs: pass transaction lock while setting up agresv on cyclic metadata | Darrick J. Wong | 1 | -1/+1 |
2018-06-24 | xfs: don't trip over negative free space in xfs_reserve_blocks | Darrick J. Wong | 1 | -1/+1 |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-05-15 | xfs: factor the ag length extension code into libxfs | Dave Chinner | 1 | -56/+2 |
2018-05-15 | xfs: move growfs core to libxfs | Dave Chinner | 1 | -475/+4 |
2018-05-15 | xfs: rework secondary superblock updates in growfs | Dave Chinner | 1 | -37/+65 |
2018-05-15 | xfs: separate secondary sb update in growfs | Dave Chinner | 1 | -67/+92 |
2018-05-15 | xfs: make imaxpct changes in growfs separate | Dave Chinner | 1 | -19/+50 |
2018-05-15 | xfs: turn ag header initialisation into a table driven operation | Dave Chinner | 1 | -90/+92 |
2018-05-15 | xfs: factor ag btree root block initialisation | Dave Chinner | 1 | -222/+259 |
2018-05-15 | xfs: convert growfs AG header init to use buffer lists | Dave Chinner | 1 | -41/+33 |
2018-05-15 | xfs: factor out AG header initialisation from growfs core | Dave Chinner | 1 | -306/+331 |
2018-03-11 | xfs: convert XFS_AGFL_SIZE to a helper function | Dave Chinner | 1 | -1/+1 |
2018-01-12 | xfs: use %px for data pointers when debugging | Darrick J. Wong | 1 | -1/+1 |
2018-01-12 | xfs: change 0x%p -> %p in print messages | Darrick J. Wong | 1 | -1/+1 |
2018-01-08 | xfs: hoist xfs_fs_geometry to libxfs | Darrick J. Wong | 1 | -77/+0 |
2017-12-21 | xfs: always honor OWN_UNKNOWN rmap removal requests | Darrick J. Wong | 1 | -0/+5 |
2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -8/+8 |
2017-01-30 | xfs: remove boilerplate around xfs_btree_init_block | Eric Sandeen | 1 | -25/+6 |
2017-01-30 | xfs: glean crc status from mp not flags in xfs_btree_init_block_int | Eric Sandeen | 1 | -8/+6 |
2017-01-03 | xfs: use the actual AG length when reserving blocks | Darrick J. Wong | 1 | -0/+14 |
2016-10-05 | xfs: preallocate blocks for worst-case btree expansion | Darrick J. Wong | 1 | -0/+64 |
2016-10-04 | xfs: add reflink feature flag to geometry | Darrick J. Wong | 1 | -1/+3 |
2016-10-03 | xfs: add refcount btree support to growfs | Darrick J. Wong | 1 | -0/+39 |
2016-09-19 | xfs: set up per-AG free space reservations | Darrick J. Wong | 1 | -1/+1 |
2016-08-17 | xfs: store rmapbt block count in the AGF | Darrick J. Wong | 1 | -0/+1 |