Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4d11a40239405e531fc0e9dcd07921f00b965931
/
fs
/
xfs
/
libxfs
/
xfs_alloc.c
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
e1b0572
xfs: add a few more verifier tests
by Eric Sandeen
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
30f712c
libxfs: move source files
by Dave Chinner
· 10 years ago
[Renamed from fs/xfs/xfs_alloc.c]
3026511
xfs: Fix rounding in xfs_alloc_fix_len()
by Jan Kara
· 10 years ago
36de955
xfs: kill xfs_buf_geterror()
by Dave Chinner
· 10 years ago
ce5028c
xfs: modify verifiers to differentiate CRC from other errors
by Eric Sandeen
· 11 years ago
f1dbcd7
xfs: add helper for updating checksums on xfs_bufs
by Eric Sandeen
· 11 years ago
5158217
xfs: add helper for verifying checksums on xfs_bufs
by Eric Sandeen
· 11 years ago
533b81c
xfs: Use defines for CRC offsets in all cases
by Eric Sandeen
· 11 years ago
d123031
xfs: add tracepoints to AGF/AGI read operations
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
63d20d6
xfs: kill __KERNEL__ check for debug code in allocation code
by Dave Chinner
· 11 years ago
211d022
xfs: Avoid pathological backwards allocation
by Jan Kara
· 12 years ago
61fe135
xfs: buffer type overruns blf_flags field
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
ecb3403
xfs: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
83a9ba0
xfs: don't zero structure members after a memset(0)
by Eric Sandeen
· 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
612cfbf
xfs: add pre-write metadata buffer verifier callbacks
by Dave Chinner
· 12 years ago
bb80c6d
xfs: verify AGFL blocks as they are read from disk
by Dave Chinner
· 12 years ago
5d5f527
xfs: verify AGF blocks as they are read from disk
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
e04426b
xfs: move allocation stack switch up to xfs_bmapi_allocate
by Dave Chinner
· 12 years ago
2455881
xfs: introduce XFS_BMAPI_STACK_SWITCH
by Dave Chinner
· 12 years ago
a004168
xfs: zero allocation_args on the kernel stack
by Mark Tinguely
· 12 years ago
aa29284
xfs: don't defer metadata allocation to the workqueue
by Dave Chinner
· 12 years ago
e3a746f5
xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
by Dave Chinner
· 12 years ago
76d0953
xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near
by Dave Chinner
· 12 years ago
3b876c8
xfs: fix debug_object WARN at xfs_alloc_vextent()
by Jeff Liu
· 12 years ago
e700a06
xfs: make xfs_extent_busy_trim not static
by Ben Myers
· 12 years ago
4ecbfe6
xfs: clean up busy extent naming
by Dave Chinner
· 13 years ago
efc27b5
xfs: move busy extent handling to it's own file
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
a66d636
xfs: fix fstrim offset calculations
by Dave Chinner
· 13 years ago
c999a22
xfs: introduce an allocation workqueue
by Dave Chinner
· 13 years ago
38f2323
xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF
by Christoph Hellwig
· 13 years ago
5a52c2a58
xfs: Remove the macro XFS_BUF_ERROR and family
by Chandra Seetharaman
· 13 years ago
81463b1
xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()
by Chandra Seetharaman
· 13 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 13 years ago
55a7bc5
xfs: do not discard alloc btree blocks
by Christoph Hellwig
· 14 years ago
e84661a
xfs: add online discard support
by Christoph Hellwig
· 13 years ago
bf59170
xfs: obey minleft values during extent allocation correctly
by Dave Chinner
· 14 years ago
8a072a4
xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy
by Christoph Hellwig
· 14 years ago
97d3ac7
xfs: exact busy extent tracking
by Christoph Hellwig
· 14 years ago
e26f050
xfs: do not immediately reuse busy extent ranges
by Christoph Hellwig
· 14 years ago
a870acd
xfs: optimize AGFL refills
by Christoph Hellwig
· 14 years ago
be65b18
xfs: catch bad block numbers freeing extents.
by Dave Chinner
· 14 years ago
ecb6928
xfs: factor agf counter updates into a helper
by Christoph Hellwig
· 14 years ago
86fa8af
xfs: clean up the xfs_alloc_compute_aligned calling convention
by Christoph Hellwig
· 14 years ago
a46db60
xfs: add FITRIM support
by Christoph Hellwig
· 14 years ago
489a150
xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helper
by Christoph Hellwig
· 14 years ago
9f9baab
xfs: clean up xfs_alloc_ag_vextent_exact
by Christoph Hellwig
· 14 years ago
9c16991
xfs: eliminate some newly-reported gcc warnings
by Poyo VL
· 14 years ago
73523a2
xfs: fix gcc 4.6 set but not read and unused statement warnings
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
ed3b4d6
xfs: Improve scalability of busy extent tracking
by Dave Chinner
· 14 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
e57336f
xfs: embed the pagb_list array in the perag structure
by Dave Chinner
· 15 years ago
1c1c6eb
xfs: Replace per-ag array with a radix tree
by Dave Chinner
· 15 years ago
a862e0f
xfs: Don't directly reference m_perag in allocation code
by Dave Chinner
· 15 years ago
fd45e478
xfs: Ensure we force all busy extents in range to disk
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
6cc8764
xfs: factor out code to find the longest free extent in the AG
by Dave Chinner
· 16 years ago
4805621
[XFS] factor out xfs_read_agf helper
by From: Christoph Hellwig
· 16 years ago
7cc95a8
[XFS] Always use struct xfs_btree_block instead of short / longform structures.
by Christoph Hellwig
· 16 years ago
89b2839
[XFS] Check agf_btreeblks is valid when reading in the AGF
by Barry Naujok
· 16 years ago
8cc938f
[XFS] implement generic xfs_btree_get_rec
by Christoph Hellwig
· 16 years ago
91cca5df
[XFS] implement generic xfs_btree_delete/delrec
by Christoph Hellwig
· 16 years ago
4b22a57
[XFS] implement generic xfs_btree_insert/insrec
by Christoph Hellwig
· 16 years ago
278d0ca
[XFS] implement generic xfs_btree_update
by Christoph Hellwig
· 16 years ago
fe033cc
[XFS] implement generic xfs_btree_lookup
by Christoph Hellwig
· 16 years ago
8df4da4
[XFS] implement generic xfs_btree_decrement
by Christoph Hellwig
· 16 years ago
637aa50
[XFS] implement generic xfs_btree_increment
by Christoph Hellwig
· 16 years ago
561f7d1
[XFS] split up xfs_btree_init_cursor
by Christoph Hellwig
· 16 years ago
e643003
[XFS] fix logic error in xfs_alloc_ag_vextent_near()
by David Chinner
· 17 years ago
12375c8
[XFS] Make xfs_alloc_compute_aligned() void.
by David Chinner
· 17 years ago
f4586e4
[XFS] Clean up xfs_alloc_search_busy() return values.
by David Chinner
· 17 years ago
34a622b
[XFS] replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
413d57c
xfs: convert beX_add to beX_add_cpu (new common API)
by Marcin Slusarz
· 17 years ago
007c61c
[XFS] Remove spin.h
by Eric Sandeen
· 17 years ago
64137e5
[XFS] Unwrap pagb_lock.
by Eric Sandeen
· 17 years ago
3a59c94
[XFS] Clean up function name handling in tracing code
by Eric Sandeen
· 17 years ago
92821e2
[XFS] Lazy Superblock Counters
by David Chinner
· 17 years ago
e7a23a9
[XFS] reducing the number of random number functions.
by Joe Perches
· 18 years ago
d432c80
[XFS] Minor code rearranging and cleanup to prevent some coverity false
by Nathan Scott
· 18 years ago
e210100
[XFS] endianess annotation for xfs_agfl_t. Trivial, xfs_agfl_t is always
by Christoph Hellwig
· 18 years ago
0e1edbd
[XFS] Fix xfs_free_extent related NULL pointer dereference.
by Nathan Scott
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
d210a28
[XFS] In actual allocation of file system blocks and freeing extents, the
by Yingping Lu
· 18 years ago
e63a369
[XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing an
by Nathan Scott
· 19 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
16259e7
[XFS] Endianess annotations for various allocator data structures
by Christoph Hellwig
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
Next »