Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f115a0e5bd1b5df765b5dfe97dbd2fc4544b8386
/
fs
/
xfs
/
xfs_fsops.c
84d6961
xfs: preallocate blocks for worst-case btree expansion
by Darrick J. Wong
· 8 years ago
f0ec1b8
xfs: add reflink feature flag to geometry
by Darrick J. Wong
· 8 years ago
ac4fef6
xfs: add refcount btree support to growfs
by Darrick J. Wong
· 8 years ago
3fd129b
xfs: set up per-AG free space reservations
by Darrick J. Wong
· 8 years ago
f32866fd
xfs: store rmapbt block count in the AGF
by Darrick J. Wong
· 8 years ago
5d650e9
xfs: add rmap btree geometry feature flag
by Darrick J. Wong
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
e70d829
xfs: add rmap btree growfs support
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
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
408fd48
xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
by Brian Foster
· 8 years ago
d6bd961
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
by Dave Chinner
· 8 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
ad747e3
xfs: Don't wrap growfs AGFL indexes
by Dave Chinner
· 9 years ago
ac383de
xfs: growfs not aware of sb_meta_uuid
by Dave Chinner
· 9 years ago
4ea7976
Merge branch 'xfs-commit-cleanup' into for-next
by Dave Chinner
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 9 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 9 years ago
502a4e7
xfs: add fs geometry bit for sparse inode chunks
by Brian Foster
· 9 years ago
964aa8d9
xfs: remove xfs_mod_incore_sb API
by Dave Chinner
· 10 years ago
5681ca4
xfs: Remove icsb infrastructure
by Dave Chinner
· 10 years ago
0d485ad
xfs: use generic percpu counters for free block counter
by Dave Chinner
· 10 years ago
e88b64e
xfs: use generic percpu counters for free inode counter
by Dave Chinner
· 10 years ago
501ab32
xfs: use generic percpu counters for inode counter
by Dave Chinner
· 10 years ago
5278511
xfs: implement pNFS export operations
by Christoph Hellwig
· 10 years ago
f8079b8
xfs: growfs should use synchronous transactions
by Christoph Hellwig
· 10 years ago
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
ba37267
xfs: check xfs_buf_read_uncached returns correctly
by Dave Chinner
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
8612c7e
Merge branch 'xfs-da-geom' into for-next
by Dave Chinner
· 10 years ago
8f66193
xfs: convert m_dirblksize to xfs_da_geometry
by Dave Chinner
· 10 years ago
b70f14e
Merge branch 'xfs-feature-bit-cleanup' into for-next
by Dave Chinner
· 10 years ago
ab3e57b
xfs: remove shared supberlock feature checking
by Dave Chinner
· 10 years ago
5d074a4
xfs: don't need dirv2 checks anymore
by Dave Chinner
· 10 years ago
263997a
xfs: turn NLINK feature on by default
by Dave Chinner
· 10 years ago
0c153c1
xfs: report finobt status in fs geometry
by Brian Foster
· 11 years ago
a3fa516
xfs: add finobt support to growfs
by Brian Foster
· 11 years ago
f94c445
xfs: growfs overruns AGFL buffer on V4 filesystems
by Dave Chinner
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
59e5a0e
xfs: don't break from growfs ag update loop on error
by Eric Sandeen
· 11 years ago
2900a57
xfs: add the inode directory type support to XFS_IOC_FSGEOM
by Mark Tinguely
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
897366f
xfs: Remove redundant error variable from xfs_growfs_data_private()
by Jie Liu
· 12 years ago
74137fff
xfs: add fsgeom flag for v5 superblock support.
by Dave Chinner
· 11 years ago
983d09f
xfs: add CRC checks to the AGI
by Dave Chinner
· 12 years ago
77c95bb
xfs: add CRC checks to the AGFL
by Christoph Hellwig
· 12 years ago
4e0e604
xfs: add CRC checks to the AGF
by Dave Chinner
· 12 years ago
ee1a47a
xfs: add support for large btree blocks
by Christoph Hellwig
· 12 years ago
762c585
xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()
by Jeff Liu
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
b0f539d
xfs: connect up write verifiers to new buffers
by Dave Chinner
· 12 years ago
9802182
xfs: verify superblocks as they are read from disk
by Dave Chinner
· 12 years ago
eab4e63
xfs: uncached buffer reads need to return an error
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
de49768
xfs: make growfs initialise the AGFL header
by Dave Chinner
· 12 years ago
fd23683
xfs: growfs: use uncached buffers for new headers
by Dave Chinner
· 12 years ago
b64f3a3
xfs: use btree block initialisation functions in growfs
by Dave Chinner
· 12 years ago
69a58a4
xfs: report projid32bit feature in geometry call
by Eric Sandeen
· 12 years ago
1375cb6
xfs: growfs: don't read garbage for new secondary superblocks
by Dave Chinner
· 12 years ago
611c994
xfs: make XBF_MAPPED the default behaviour
by Dave Chinner
· 13 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
2af51f3
xfs: move xfs_do_force_shutdown() and kill xfs_rw.c
by Dave Chinner
· 13 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
7ca790a
xfs: kill xfs_read_buf()
by Dave Chinner
· 13 years ago
a8acad7
xfs: kill XBF_LOCK
by Dave Chinner
· 13 years ago
e70b73f
xfs: clean up buffer get/read call API
by Dave Chinner
· 13 years ago
b522950
xfs: Check the return value of xfs_buf_get()
by Chandra Seetharaman
· 13 years ago
c2b006c
xfs: let xfs_bwrite callers handle the xfs_buf_relse
by Christoph Hellwig
· 13 years ago
5348778
xfs: convert xfs_fs_cmn_err to new error logging API
by Dave Chinner
· 14 years ago
c4d0c3b
xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1
by Dan Rosenberg
· 14 years ago
c58efdb
xfs: ensure log covering transactions are synchronous
by Dave Chinner
· 14 years ago
055388a
xfs: dynamic speculative EOF preallocation
by Dave Chinner
· 14 years ago
96540c7
xfs: do not use xfs_mod_incore_sb for per-cpu counters
by Christoph Hellwig
· 14 years ago
1922c94
xfs: use unhashed buffers for size checks
by Dave Chinner
· 14 years ago
1a387d3
xfs: dummy transactions should not dirty VFS state
by Dave Chinner
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
1c1c6eb
xfs: Replace per-ag array with a radix tree
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
6ad112b
xfs: simplify xfs_buf_get / xfs_buf_read interfaces
by Christoph Hellwig
· 15 years ago
80641dc
xfs: I/O completion handlers must use NOFS allocations
by Christoph Hellwig
· 15 years ago
0cc6eee
xfs: avoid memory allocation under m_peraglock in growfs code
by Christoph Hellwig
· 15 years ago
e6da7c9
xfs: fix overflow in xfs_growfs_data_private
by Eric Sandeen
· 15 years ago
9da096f
xfs: fix various typos
by Malcolm Parsons
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
743bb465
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
by sandeen@sandeen.net
· 16 years ago
7cc95a8
[XFS] Always use struct xfs_btree_block instead of short / longform structures.
by Christoph Hellwig
· 16 years ago
136341b
[XFS] cleanup btree record / key / ptr addressing macros.
by Christoph Hellwig
· 16 years ago
189f4bf
[XFS] XFS: ASCII case-insensitive support
by Barry Naujok
· 16 years ago
d349404
[XFS] Don't double count reserved block changes on UP.
by David Chinner
· 17 years ago
d4d90b5
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
by Christoph Hellwig
· 17 years ago
Next »