Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
793287062304da2f2718c1ad156830b4e99816c7
/
fs
/
gfs2
/
bmap.c
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
07ccb7b
GFS2: Fix bmap allocation corner-case bug
by Steven Whitehouse
· 15 years ago
6399777
GFS2: Add tracepoints
by Steven Whitehouse
· 15 years ago
40bc9a2
GFS2: Fix cache coherency between truncate and O_DIRECT read
by Steven Whitehouse
· 15 years ago
b1e71b0
GFS2: Clean up some file names
by Steven Whitehouse
· 15 years ago
0901097
GFS2: Improve resource group error handling
by Steven Whitehouse
· 15 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
7ed122e
GFS2: Streamline alloc calculations for writes
by Steven Whitehouse
· 16 years ago
383f01f
GFS2: Banish struct gfs2_dinode_host
by Steven Whitehouse
· 16 years ago
c9e9888
GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize
by Steven Whitehouse
· 16 years ago
5af4e7a
[GFS2] fix gfs2 block allocation (cleaned up)
by Benjamin Marzinski
· 16 years ago
d82661d
[GFS2] Streamline quota lock/check for no-quota case
by Steven Whitehouse
· 17 years ago
182fe5a
[GFS2] possible null pointer dereference fixup
by Cyrill Gorcunov
· 17 years ago
9b8c81d
[GFS2] Allow bmap to allocate extents
by Steven Whitehouse
· 17 years ago
e23159d
[GFS2] Get inode buffer only once per block map call
by Steven Whitehouse
· 17 years ago
77658aa
[GFS2] Eliminate (almost) duplicate field from gfs2_inode
by Steven Whitehouse
· 17 years ago
30cbf18
[GFS2] Add a function to interate over an extent
by Steven Whitehouse
· 17 years ago
c85a665
[GFS2] The case of the missing asterisk
by Steven Whitehouse
· 17 years ago
b45e41d
[GFS2] Add extent allocation to block allocator
by Steven Whitehouse
· 17 years ago
1639431
[GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data
by Steven Whitehouse
· 17 years ago
5731be5
[GFS2] Update gfs2_trans_add_unrevoke to accept extents
by Steven Whitehouse
· 17 years ago
ce276b0
[GFS2] Reduce inode size by merging fields
by Steven Whitehouse
· 17 years ago
dbac671
[GFS2] Introduce array of buffers to struct metapath
by Steven Whitehouse
· 17 years ago
11707ea
[GFS2] Move part of gfs2_block_map into a separate function
by Steven Whitehouse
· 17 years ago
7eabb77
[GFS2] Misc fixups
by Bob Peterson
· 17 years ago
fe6c991
[GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc
by Bob Peterson
· 17 years ago
ecc30c7
[GFS2] Streamline indirect pointer tree height calculation
by Steven Whitehouse
· 17 years ago
941e6d7
[GFS2] Speed up gfs2_write_alloc_required, deprecate gfs2_extent_map
by Steven Whitehouse
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
1af5357
[GFS2] Fix write alloc required shortcut calculation
by Steven Whitehouse
· 17 years ago
0522053
[GFS2] gfs2_alloc_required performance
by Bob Peterson
· 17 years ago
6dbd822
[GFS2] Reduce inode size by moving i_alloc out of line
by Steven Whitehouse
· 17 years ago
b0d5fd3
[GFS2] Only fetch the dinode once in block_map
by Bob Peterson
· 17 years ago
e9e1ef2
[GFS2] Remove function gfs2_get_block
by Bob Peterson
· 17 years ago
bf36a71
[GFS2] Add gfs2_is_writeback()
by Steven Whitehouse
· 17 years ago
8475487
[GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing
by Bob Peterson
· 17 years ago
eaf9652
[GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
by Steven Whitehouse
· 17 years ago
a13b8c5
[GFS2] Reduce truncate IO traffic
by Wendy Cheng
· 17 years ago
1875f2f
[GFS2] Fix gfs2_block_truncate_page err return
by S. Wendy Cheng
· 17 years ago
4bd91ba
[GFS2] Add nanosecond timestamp feature
by Steven Whitehouse
· 17 years ago
bb8d8a6
[GFS2] Fix sign problem in quota/statfs and cleanup _host structures
by Steven Whitehouse
· 17 years ago
dbb7cae
[GFS2] Clean up inode number handling
by Steven Whitehouse
· 17 years ago
0507ecf
[GFS2] use zero_user_page
by Nate Diller
· 17 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
ddfe062
[GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2
by Eric Sandeen
· 18 years ago
4cf1ed8
[GFS2] Tidy up bmap & fix boundary bug
by Steven Whitehouse
· 18 years ago
9e2dbda
[GFS2] Remove gfs2_inode_attr_in
by Steven Whitehouse
· 18 years ago
1a7b1ee
[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime
by Steven Whitehouse
· 18 years ago
2933f92
[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
by Steven Whitehouse
· 18 years ago
b60623c
[GFS2] Shrink gfs2_inode (3) - di_mode
by Steven Whitehouse
· 18 years ago
539e5d6
[GFS2] Change argument of gfs2_dinode_out
by Steven Whitehouse
· 18 years ago
b44b84d
[GFS2] gfs2 misc endianness annotations
by Al Viro
· 18 years ago
2359125
[GFS2] Fix bmap to map extents properly
by Steven Whitehouse
· 18 years ago
48516ce
[GFS2] Remove uneeded endian conversion
by Steven Whitehouse
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
7276b3b
[GFS2] Tidy up meta_io code
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 18 years ago
f3b3091
[GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2
by akpm@osdl.org
· 18 years ago
7a6bbac
[GFS2] Map multiple blocks at once where possible
by Steven Whitehouse
· 18 years ago
c5392124
[GFS2] More style changes
by Jan Engelhardt
· 18 years ago
c266871
[GFS2] Remove a cast, tidy gfs2_inode_attr_in
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
a91ea69
[GFS2] Align all labels against LH side
by Steven Whitehouse
· 18 years ago
75d3b81
[GFS2] Tidy up bmap/inode code
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
ba7f729
[GFS2] Remove page.[ch]
by Steven Whitehouse
· 18 years ago
f25ef0c
[GFS2] Tidy gfs2_unstuffer_page
by Steven Whitehouse
· 18 years ago
feaa7bb
[GFS2] Fix unlinked file handling
by Steven Whitehouse
· 18 years ago
3a8a9a1
[GFS2] Update copyright date to 2006
by Steven Whitehouse
· 18 years ago
bd89680
[GFS2] Remove semaphore.h from C files
by Steven Whitehouse
· 18 years ago
e90c01e
[GFS2] Reverse block order in build_height
by Steven Whitehouse
· 18 years ago
fd88de56
[GFS2] Readpages support
by Steven Whitehouse
· 19 years ago
56409ab
[GFS2] Remove some unused code
by Steven Whitehouse
· 19 years ago
08bc2db
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
by Adrian Bunk
· 19 years ago
61e085a
[GFS2] Tidy up dir code as per Christoph Hellwig's comments
by Steven Whitehouse
· 19 years ago
71b86f5
[GFS2] Further updates to dir and logging code
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
568f4c9
[GFS2] 80 Column audit of GFS2
by Steven Whitehouse
· 19 years ago
18ec7d5
[GFS2] Make journaled data files identical to normal files on disk
by Steven Whitehouse
· 19 years ago
257f9b4
[GFS2] Update truncate function (shrinking partial blocks)
by Steven Whitehouse
· 19 years ago
aa6a85a
[GFS2] Remove pointless argument relating to truncate
by Steven Whitehouse
· 19 years ago
d4e9c4c
[GFS2] Add an additional argument to gfs2_trans_add_bh()
by Steven Whitehouse
· 19 years ago
666a2c5
[GFS2] Remove unused code from various files
by Steven Whitehouse
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago