index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_fsops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-16
xfs: factor the ag length extension code into libxfs
Dave Chinner
1
-56
/
+2
2018-05-16
xfs: move growfs core to libxfs
Dave Chinner
1
-475
/
+4
2018-05-16
xfs: rework secondary superblock updates in growfs
Dave Chinner
1
-37
/
+65
2018-05-16
xfs: separate secondary sb update in growfs
Dave Chinner
1
-67
/
+92
2018-05-16
xfs: make imaxpct changes in growfs separate
Dave Chinner
1
-19
/
+50
2018-05-16
xfs: turn ag header initialisation into a table driven operation
Dave Chinner
1
-90
/
+92
2018-05-16
xfs: factor ag btree root block initialisation
Dave Chinner
1
-222
/
+259
2018-05-16
xfs: convert growfs AG header init to use buffer lists
Dave Chinner
1
-41
/
+33
2018-05-16
xfs: factor out AG header initialisation from growfs core
Dave Chinner
1
-306
/
+331
2018-03-12
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
1
-1
/
+1
2018-01-13
xfs: use %px for data pointers when debugging
Darrick J. Wong
1
-1
/
+1
2018-01-13
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-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-8
/
+8
2017-01-31
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
1
-25
/
+6
2017-01-31
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
Eric Sandeen
1
-8
/
+6
2017-01-04
xfs: use the actual AG length when reserving blocks
Darrick J. Wong
1
-0
/
+14
2016-10-06
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
1
-0
/
+64
2016-10-05
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
2016-08-03
xfs: add rmap btree geometry feature flag
Darrick J. Wong
1
-1
/
+3
2016-08-03
xfs: rmap btree requires more reserved free space
Darrick J. Wong
1
-2
/
+3
2016-08-03
xfs: add rmap btree growfs support
Darrick J. Wong
1
-0
/
+73
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-4
/
+13
2016-08-03
xfs: rmap btree add more reserved blocks
Darrick J. Wong
1
-3
/
+3
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
1
-0
/
+1
2016-06-21
xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
Brian Foster
1
-45
/
+60
2016-05-20
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
Dave Chinner
1
-7
/
+3
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-7
/
+3
2016-04-06
xfs: Don't wrap growfs AGFL indexes
Dave Chinner
1
-2
/
+2
2015-08-19
xfs: growfs not aware of sb_meta_uuid
Dave Chinner
1
-3
/
+3
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
1
-3
/
+3
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-1
/
+1
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
1
-2
/
+2
2015-05-29
xfs: add fs geometry bit for sparse inode chunks
Brian Foster
1
-1
/
+3
2015-02-23
xfs: remove xfs_mod_incore_sb API
Dave Chinner
1
-4
/
+0
2015-02-23
xfs: Remove icsb infrastructure
Dave Chinner
1
-2
/
+0
2015-02-23
xfs: use generic percpu counters for free block counter
Dave Chinner
1
-4
/
+5
2015-02-23
xfs: use generic percpu counters for free inode counter
Dave Chinner
1
-1
/
+1
2015-02-23
xfs: use generic percpu counters for inode counter
Dave Chinner
1
-1
/
+2
2015-02-16
xfs: implement pNFS export operations
Christoph Hellwig
1
-0
/
+6
2015-02-05
xfs: growfs should use synchronous transactions
Christoph Hellwig
1
-0
/
+1
2015-01-22
xfs: consolidate superblock logging functions
Dave Chinner
1
-29
/
+0
2015-01-22
xfs: remove bitfield based superblock updates
Dave Chinner
1
-4
/
+2
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_dinode.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
[next]