Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8de7ecc6483bf94cef9f48c4c3511ef3e9ee6d40
/
fs
/
gfs2
/
rgrp.c
f5580d0
gfs2: eliminate update_rgrp_lvb_unlinked
by Bob Peterson
· 6 years ago
dffe12a
gfs2: Fix gfs2_testbit to use clone bitmaps
by Bob Peterson
· 6 years ago
3f30f92
gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out
by Bob Peterson
· 6 years ago
f6753df
GFS2: rgrp free blocks used incorrectly
by Bob Peterson
· 7 years ago
a3479c7
Merge branch 'iomap-write' into linux-gfs2/for-next
by Andreas Gruenbacher
· 6 years ago
e79e0e1
gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
by Bob Peterson
· 7 years ago
b7eba89
gfs2: Eliminate redundant ip->i_rgd
by Andreas Gruenbacher
· 7 years ago
03f8c41
gfs2: Stop messing with ip->i_rgd in the rlist code
by Andreas Gruenbacher
· 7 years ago
f85c10e
gfs2: eliminate rs_inum and reduce the size of gfs2 inodes
by Bob Peterson
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
dc8fbb0
GFS2: gfs2_free_extlen can return an extent that is too long
by Bob Peterson
· 7 years ago
af38816
gfs2: Add a few missing newlines in messages
by Andreas Gruenbacher
· 7 years ago
805c0907
GFS2: Log the reason for log flushes in every log header
by Bob Peterson
· 7 years ago
c1696fb
GFS2: Introduce new gfs2_log_header_v2
by Bob Peterson
· 7 years ago
786ebd9
Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
by Bob Peterson
· 7 years ago
90bcab9
gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
by Steven Whitehouse
· 7 years ago
850d2d9
gfs2: Add a crc field to resource group headers
by Andrew Price
· 7 years ago
166725d
gfs2: Add rindex fields to rgrp headers
by Andrew Price
· 7 years ago
65adc27
gfs2: Add a next-resource-group pointer to resource groups
by Andrew Price
· 7 years ago
a18c78c
GFS2: Combine gfs2_free_di with gfs2_free_uninit_di
by Bob Peterson
· 7 years ago
7023a0b
GFS2: Fix gl_object warnings
by Andreas Gruenbacher
· 7 years ago
2d821a8
GFS2: Don't bother trying to add rgrps to the lru list
by Bob Peterson
· 7 years ago
6f6597ba
gfs2: Protect gl->gl_object by spin lock
by Andreas Gruenbacher
· 8 years ago
d552a2b
GFS2: Non-recursive delete
by Bob Peterson
· 8 years ago
44f5212
GFS2: Check rs_free with rd_rsspin protection
by Bob Peterson
· 9 years ago
6df9f9a
gfs2: Lock holder cleanup
by Andreas Gruenbacher
· 9 years ago
36e4ad0
GFS2: don't set rgrp gl_object until it's inserted into rgrp tree
by Bob Peterson
· 9 years ago
be1332c
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 9 years ago
8381e60
GFS2: Remove allocation parms from gfs2_rbm_find
by Bob Peterson
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5ea31bc
GFS2: Always use iopen glock for gl_deletes
by Bob Peterson
· 9 years ago
a097dc7e
GFS2: Make rgrp reservations part of the gfs2_inode structure
by Bob Peterson
· 9 years ago
b54e9a0
GFS2: Extract quota data from reservations structure (revert 5407e24)
by Bob Peterson
· 9 years ago
c8d5770
gfs2: Extended attribute readahead
by Andreas Gruenbacher
· 9 years ago
31dddd9
GFS2: Fix rgrp end rounding problem for bsize < page size
by Bob Peterson
· 9 years ago
f3dd164
gfs2: Remove gl_spin define
by Andreas Gruenbacher
· 9 years ago
4d20713
gfs2: Make statistics unsigned, suitable for use with do_div()
by Ben Hutchings
· 9 years ago
15562c4
GFS2: Move glock superblock pointer to field gl_name
by Bob Peterson
· 10 years ago
39b0f1e
GFS2: Don't brelse rgrp buffer_heads every allocation
by Bob Peterson
· 10 years ago
a3e3213
gfs2: fix shadow warning in gfs2_rbm_find()
by Fabian Frederick
· 10 years ago
959b671
gfs2: handle NULL rgd in set_rgrp_preferences
by Abhi Das
· 10 years ago
0166b19
GFS2: Average in only non-zero round-trip times for congestion stats
by Bob Peterson
· 10 years ago
f4a3ae9
GFS2: Use average srttb value in congestion calculations
by Bob Peterson
· 10 years ago
25435e5
gfs2: allow quota_check and inplace_reserve to return available blocks
by Abhi Das
· 10 years ago
1a85503
GFS2: If we use up our block reservation, request more next time
by Bob Peterson
· 10 years ago
0e27c18
GFS2: Set of distributed preferences for rgrps
by Bob Peterson
· 10 years ago
d24e056
GFS2: Use gfs2_rbm_incr in rgblk_free
by Bob Peterson
· 10 years ago
00a158b
GFS2: fix bad inode i_goal values during block allocation
by Abhi Das
· 10 years ago
27ff6a0
GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes
by Fabian Frederick
· 11 years ago
2497255
GFS2: remove transaction glock
by Benjamin Marzinski
· 11 years ago
d77d1b5
GFS2: Use pr_<level> more consistently
by Joe Perches
· 11 years ago
fc554ed
GFS2: global conversion to pr_foo()
by Fabian Frederick
· 11 years ago
c2b0b30
GFS2: Mark functions as static in gfs2/rgrp.c
by Rashika Kheria
· 11 years ago
b2c8b3e
GFS2: Allocate block for xattr at inode alloc time, if required
by Steven Whitehouse
· 11 years ago
8b127d0
GFS2: Small cleanup
by Bob Peterson
· 11 years ago
ac3beb6
GFS2: Don't use ENOBUFS when ENOMEM is the correct error code
by Steven Whitehouse
· 11 years ago
7005c3e
GFS2: Use range based functions for rgrp sync/invalidation
by Steven Whitehouse
· 11 years ago
7de41d3
GFS2: Remove test which is always true
by Steven Whitehouse
· 11 years ago
5ea5050
GFS2: Implement a "rgrp has no extents longer than X" scheme
by Bob Peterson
· 11 years ago
1330edb
GFS2: Drop inadequate rgrps from the reservation tree
by Bob Peterson
· 11 years ago
5ce1343
GFS2: If requested is too large, use the largest extent in the rgrp
by Bob Peterson
· 11 years ago
951b4bd
gfs2: endianness misannotations
by Al Viro
· 12 years ago
9e07f2c
GFS2: Speed up starting point selection for block allocation
by Steven Whitehouse
· 11 years ago
7b9cff4
GFS2: Add allocation parameters structure
by Steven Whitehouse
· 11 years ago
af5c269
GFS2: Clean up reservation removal
by Steven Whitehouse
· 11 years ago
149ed7f
GFS2: new function gfs2_rbm_incr
by Bob Peterson
· 11 years ago
e579ed4
GFS2: Introduce rbm field bii
by Bob Peterson
· 11 years ago
b870890
GFS2: Do not reset flags on active reservations
by Bob Peterson
· 11 years ago
7e230f5
GFS2: introduce bi_blocks for optimization
by Bob Peterson
· 11 years ago
6aa7640
GFS2: optimize rbm_from_block wrt bi_start
by Bob Peterson
· 11 years ago
6a98c33
GFS2: Fix fstrim boundary conditions
by Abhijith Das
· 12 years ago
2b3dcf3
GFS2: Increase i_writecount during gfs2_setattr_size
by Bob Peterson
· 12 years ago
af21ca8
GFS2: Use single-block reservations for directories
by Bob Peterson
· 12 years ago
2009521
GFS2: Remove vestigial parameter ip from function rs_deltree
by Bob Peterson
· 12 years ago
fd4b4e0
GFS2: Clean up inode creation path
by Steven Whitehouse
· 12 years ago
b2c87ca
GFS2: Issue discards in 512b sectors
by Bob Peterson
· 12 years ago
441362d
GFS2: return error if malloc failed in gfs2_rs_alloc()
by Wei Yongjun
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
350a9b0
GFS2: Split gfs2_trans_add_bh() into two
by Steven Whitehouse
· 12 years ago
13d2eb0
GFS2: Reset rd_last_alloc when it reaches the end of the rgrp
by Bob Peterson
· 12 years ago
15bd50a
GFS2: Stop looking for free blocks at end of rgrp
by Bob Peterson
· 12 years ago
f1213ca
GFS2: Fix race in gfs2_rs_alloc
by Abhijith Das
· 12 years ago
4e2f884
GFS2: remove redundant lvb pointer
by David Teigland
· 12 years ago
aa8920c
GFS2: Fix one RG corner case
by Steven Whitehouse
· 12 years ago
9dbe961
GFS2: Add Orlov allocator
by Steven Whitehouse
· 12 years ago
bcd97c0
GFS2: Add test for resource group congestion status
by Steven Whitehouse
· 12 years ago
a68a0a3
GFS2: Speed up gfs2_rbm_from_block
by Bob Peterson
· 12 years ago
076f0fa
GFS2: Fix FITRIM argument handling
by Lukas Czerner
· 12 years ago
3a238ad
GFS2: Require user to provide argument for FITRIM
by Lukas Czerner
· 12 years ago
cd0ed19
GFS2: Fix possible null pointer deref in gfs2_rs_alloc
by Andrew Price
· 12 years ago
3701530
GFS2: Fix infinite loop in rbm_find
by Bob Peterson
· 12 years ago
ff7f4cb
GFS2: Consolidate free block searching functions
by Steven Whitehouse
· 12 years ago
0688a5e
GFS2: Stop block extents at the end of bitmaps
by Bob Peterson
· 12 years ago
c743ffd
GFS2: Fix unclaimed_blocks() wrapping bug and clean up
by Steven Whitehouse
· 12 years ago
9e733d3
GFS2: Improve block reservation tracing
by Steven Whitehouse
· 12 years ago
137834a
GFS2: Fall back to ignoring reservations, if there are no other blocks left
by Steven Whitehouse
· 12 years ago
3e6339d
GFS2: Use rbm for gfs2_setbit()
by Steven Whitehouse
· 12 years ago
c04a2ef
GFS2: Use rbm for gfs2_testbit()
by Steven Whitehouse
· 12 years ago
29c05b2
GFS2: Eliminate unnecessary check for state > 3 in bitfit
by Bob Peterson
· 12 years ago
Next »