Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b112324c2b11e74ea6ed856d7db5cba5125acce3
/
fs
/
xfs
/
libxfs
3481b68
xfs: move (and rename) the deferred bmap-free tracepoints
by Darrick J. Wong
· 8 years ago
722e251
xfs: remove the extents array from the rmap update done log item
by Darrick J. Wong
· 8 years ago
c1d22ae
xfs: in btree_lshift, only allocate temporary cursor when needed
by Darrick J. Wong
· 8 years ago
1f704b2
xfs: remove unnecesary lshift/rshift key initialization
by Darrick J. Wong
· 8 years ago
973b831
xfs: remove the get*keys and update_keys btree ops pointers
by Darrick J. Wong
· 8 years ago
1c0607a
xfs: enable the rmap btree functionality
by Darrick J. Wong
· 8 years ago
04f1306
xfs: don't update rmapbt when fixing agfl
by Darrick J. Wong
· 8 years ago
5d650e9
xfs: add rmap btree geometry feature flag
by Darrick J. Wong
· 8 years ago
9c19464
xfs: propagate bmap updates to rmapbt
by Darrick J. Wong
· 8 years ago
f8dbebe
xfs: enable the xfs_defer mechanism to process rmaps to update
by Darrick J. Wong
· 8 years ago
5880f2d7
xfs: create rmap update intent log items
by Darrick J. Wong
· 8 years ago
abf0923
xfs: add rmap btree insert and delete helpers
by Darrick J. Wong
· 8 years ago
fb7d926
xfs: convert unwritten status of reverse mappings
by Darrick J. Wong
· 8 years ago
f922cd9
xfs: remove an extent from the rmap btree
by Darrick J. Wong
· 8 years ago
0a1b0b3
xfs: add an extent to the rmap btree
by Darrick J. Wong
· 8 years ago
c543838
xfs: teach rmapbt to support interval queries
by Darrick J. Wong
· 8 years ago
cfed56a
xfs: support overlapping intervals in the rmap btree
by Darrick J. Wong
· 8 years ago
4b8ed67
xfs: add rmap btree operations
by Darrick J. Wong
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
fa30f03
xfs: rmap btree transaction reservations
by Darrick J. Wong
· 8 years ago
035e00a
xfs: define the on-disk rmap btree format
by Darrick J. Wong
· 8 years ago
673930c
xfs: introduce rmap extent operation stubs
by Darrick J. Wong
· 8 years ago
340785c
xfs: add owner field to extent allocation and freeing
by Darrick J. Wong
· 8 years ago
8018026
xfs: rmap btree add more reserved blocks
by Darrick J. Wong
· 8 years ago
00f4e4f
xfs: add rmap btree stats infrastructure
by Darrick J. Wong
· 8 years ago
b870494
xfs: introduce rmap btree definitions
by Darrick J. Wong
· 8 years ago
df3954f
xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
by Darrick J. Wong
· 8 years ago
ba9e780
xfs: add tracepoints and error injection for deferred extent freeing
by Darrick J. Wong
· 8 years ago
2c3234d
xfs: rename flist/free_list to dfops
by Darrick J. Wong
· 8 years ago
310a75a
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
9749fee
xfs: enable the xfs_defer mechanism to process extents to free
by Darrick J. Wong
· 8 years ago
3cd48ab
xfs: add tracepoints for the deferred ops mechanism
by Darrick J. Wong
· 8 years ago
4e0cc29
xfs: move deferred operations into a separate file
by Darrick J. Wong
· 8 years ago
28a8956
xfs: refactor btree owner change into a separate visit-blocks function
by Darrick J. Wong
· 8 years ago
105f7d8
xfs: introduce interval queries on btrees
by Darrick J. Wong
· 8 years ago
2c813ad
xfs: support btrees with overlapping intervals for keys
by Darrick J. Wong
· 8 years ago
70b2265
xfs: add function pointers for get/update keys to the btree
by Darrick J. Wong
· 8 years ago
e5821e5
xfs: during btree split, save new block key & ptr for future insertion
by Darrick J. Wong
· 8 years ago
0d30979
xfs: set *stat=1 after iroot realloc
by Darrick J. Wong
· 8 years ago
f4a0660
xfs: fix locking of the rt bitmap/summary inodes
by Darrick J. Wong
· 8 years ago
3dadf90
xfs: fix attr shortform structure alignment on cris
by Darrick J. Wong
· 8 years ago
f2bdfda
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
by Dave Chinner
· 8 years ago
160ae76
libxfs: directory node splitting does not have an extra block
by Dave Chinner
· 8 years ago
dc4113d2
Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next
by Dave Chinner
· 8 years ago
f637161
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
by Dave Chinner
· 8 years ago
aa2dd0a
xfs: remove __arch_pack
by Christoph Hellwig
· 8 years ago
266b696
xfs: kill xfs_dir2_inou_t
by Christoph Hellwig
· 8 years ago
8353a64
xfs: kill xfs_dir2_sf_off_t
by Christoph Hellwig
· 8 years ago
ad70328
xfs: remove the magic numbers in xfs_btree_block-related len macros
by Hou Tao
· 8 years ago
fbfb24b
xfs: indentation fix in xfs_btree_get_iroot()
by Kaho Ng
· 8 years ago
f477ced
Merge branch 'xfs-4.8-misc-fixes-2' into for-next
by Dave Chinner
· 9 years ago
19b54ee
xfs: refactor btree maxlevels computation
by Darrick J. Wong
· 9 years ago
e66a4c6
xfs: convert list of extents to free into a regular list
by Darrick J. Wong
· 9 years ago
4d89e20
xfs: separate freelist fixing into a separate helper
by Dave Chinner
· 9 years ago
59bad07
xfs: rearrange xfs_bmap_add_free parameters
by Darrick J. Wong
· 9 years ago
4478fb1
xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined
by Christoph Hellwig
· 9 years ago
0d5a75e
xfs: make several functions static
by Eric Sandeen
· 9 years ago
0b9210c
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
555b67e
Merge branch 'xfs-4.7-inode-reclaim' into for-next
by Dave Chinner
· 9 years ago
2a4ad58
Merge branch 'xfs-4.7-misc-fixes' into for-next
by Dave Chinner
· 9 years ago
5b911354
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
by Dave Chinner
· 9 years ago
32b43ab
xfs: optimise xfs_iext_destroy
by Alex Lyakas
· 9 years ago
664b60f
xfs: improve kmem_realloc
by Christoph Hellwig
· 9 years ago
710b1e2
xfs: remove transaction types
by Christoph Hellwig
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
30ee052
xfs: optimize inline symlinks
by Christoph Hellwig
· 9 years ago
143f4ae
xfs: factor out a helper to initialize a local format inode fork
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
2cdb958
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
by Dave Chinner
· 9 years ago
355cced
xfs: always set rvalp in xfs_dir2_node_trim_free
by Christoph Hellwig
· 9 years ago
d34999c
xfs: borrow indirect blocks from freed extent when available
by Brian Foster
· 9 years ago
a9bd24a
xfs: refactor delalloc indlen reservation split into helper
by Brian Foster
· 9 years ago
b2706a0
xfs: update freeblocks counter after extent deletion
by Brian Foster
· 9 years ago
ab9d1e4
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
by Dave Chinner
· 9 years ago
a5fd276
xfs: remove impossible condition
by Luis de Bethencourt
· 9 years ago
3c1a79f
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
by Dave Chinner
· 9 years ago
a2bbcb6
Merge branch 'xfs-gut-icdinode-4.6' into for-next
by Dave Chinner
· 9 years ago
6d247d4
Merge branch 'xfs-misc-fixes-4.6' into for-next
by Dave Chinner
· 9 years ago
1b186d2
Merge branch 'xfs-get-next-dquot-4.6' into for-next
by Dave Chinner
· 9 years ago
49ca911
xfs: fix computation of inode btree maxlevels
by Darrick J. Wong
· 9 years ago
a7e5d03
xfs: remove xfs_trans_get_block_res
by Christoph Hellwig
· 9 years ago
c19b3b05
xfs: mode di_mode to vfs inode
by Dave Chinner
· 9 years ago
83e06f2
xfs: move di_changecount to VFS inode
by Dave Chinner
· 9 years ago
9e9a267
xfs: move inode generation count to VFS inode
by Dave Chinner
· 9 years ago
54d7b5c
xfs: use vfs inode nlink field everywhere
by Dave Chinner
· 9 years ago
faeb4e4
xfs: move v1 inode conversion to xfs_inode_from_disk
by Dave Chinner
· 9 years ago
93f958f
xfs: cull unnecessary icdinode fields
by Dave Chinner
· 9 years ago
3987848
xfs: remove timestamps from incore inode
by Dave Chinner
· 9 years ago
f8d55aa052
xfs: introduce inode log format object
by Dave Chinner
· 9 years ago
bf85e09
xfs: RT bitmap and summary buffers need verifiers
by Dave Chinner
· 9 years ago
f67ca6e
xfs: RT bitmap and summary buffers are not typed
by Dave Chinner
· 9 years ago
244efea
xfs: move struct xfs_attr_shortform to xfs_da_format.h
by Darrick J. Wong
· 9 years ago
de0b85a
xfs: remove unused function definitions
by Eric Sandeen
· 9 years ago
edfd9dd
xfs: move buffer invalidation to xfs_btree_free_block
by Christoph Hellwig
· 9 years ago
c46ee8a
xfs: factor btree block freeing into a helper
by Christoph Hellwig
· 9 years ago
196328e
xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot
by Christoph Hellwig
· 9 years ago
296c24e
xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
by Eric Sandeen
· 9 years ago
4c931f7
Merge branch 'xfs-setxattr-promotion' into for-next
by Dave Chinner
· 9 years ago
dde7f55
Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next
by Dave Chinner
· 9 years ago
Next »