Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7afd88d9166a752b52517648bcbe923e05d393fc
/
fs
/
gfs2
/
incore.h
77658aa
[GFS2] Eliminate (almost) duplicate field from gfs2_inode
by Steven Whitehouse
· 17 years ago
ac576cc
[GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields
by Steven Whitehouse
· 17 years ago
ce276b0
[GFS2] Reduce inode size by merging fields
by Steven Whitehouse
· 17 years ago
9feb7c8
[GFS2] Remove unused counters
by Bob Peterson
· 17 years ago
9a00450
[GFS2] Shrink & rename di_depth
by Steven Whitehouse
· 17 years ago
cf45b75
[GFS2] Remove rgrp and glock version numbers
by Bob Peterson
· 17 years ago
da755fd
[GFS2] Remove lm.[ch] and distribute content
by Steven Whitehouse
· 17 years ago
ab0d756
[GFS2] Eliminate gl_req_bh
by Bob Peterson
· 17 years ago
29d38cd
[GFS2] Get rid of gl_waiters2
by Bob Peterson
· 17 years ago
42d52e3
[GFS2] Combine rg_flags and rd_flags
by Bob Peterson
· 17 years ago
d0109bf
[GFS2] Only do lo_incore_commit once
by Bob Peterson
· 17 years ago
ecc30c7
[GFS2] Streamline indirect pointer tree height calculation
by Steven Whitehouse
· 17 years ago
eccba06
gfs2: make gfs2_glock.gl_owner_pid be a struct pid *
by Pavel Emelyanov
· 17 years ago
b1e058d
gfs2: make gfs2_holder.gh_owner_pid be a struct pid *
by Pavel Emelyanov
· 17 years ago
598278b
[GFS2] Remove unneeded i_spin
by Bob Peterson
· 17 years ago
6dbd822
[GFS2] Reduce inode size by moving i_alloc out of line
by Steven Whitehouse
· 17 years ago
65a6290
[GFS2] Remove unused variable
by Steven Whitehouse
· 17 years ago
c3f60b6
[GFS2] Eliminate the no longer needed sd_statfs_mutex
by Bob Peterson
· 17 years ago
da6dd40
[GFS2] Journal extent mapping
by Bob Peterson
· 17 years ago
e35b921
[GFS2] Don't periodically update the jindex
by Steven Whitehouse
· 17 years ago
fd041f0
[GFS2] Use atomic_t for journal free blocks counter
by Steven Whitehouse
· 17 years ago
2bcd610
[GFS2] Don't add glocks to the journal
by Steven Whitehouse
· 17 years ago
e589665
[GFS2] Remove flags no longer required
by Steven Whitehouse
· 17 years ago
c2932e0
[GFS2] Remove "reclaim limit"
by Steven Whitehouse
· 17 years ago
60b0d08
[GFS2] Remove unused variables
by Steven Whitehouse
· 17 years ago
bf36a71
[GFS2] Add gfs2_is_writeback()
by Steven Whitehouse
· 17 years ago
e7e36f1
[GFS2] Remove unused field in struct gfs2_inode
by Steven Whitehouse
· 17 years ago
f91a0d3
[GFS2] Remove useless i_cache from inodes
by Steven Whitehouse
· 17 years ago
3cc3f71
[GFS2] Use ->page_mkwrite() for mmap()
by Steven Whitehouse
· 17 years ago
cc7e79b
[GFS2] Handle multiple glock demote requests
by Wendy Cheng
· 17 years ago
16615be
[GFS2] Clean up journaled data writing
by Steven Whitehouse
· 17 years ago
82e8608
[GFS2] Replace revoke structure with bufdata structure
by Steven Whitehouse
· 17 years ago
d7b616e
[GFS2] Clean up ordered write code
by Steven Whitehouse
· 17 years ago
c4f68a1
[GFS2] delay glock demote for a minimum hold time
by Benjamin Marzinski
· 17 years ago
8fbbfd2
[GFS2] Reduce number of gfs2_scand processes to one
by Steven Whitehouse
· 17 years ago
2332c44
[GFS2] assertion failure after writing to journaled file, umount
by Robert Peterson
· 17 years ago
c8cdf47
[GFS2] Recovery for lost unlinked inodes
by Steven Whitehouse
· 17 years ago
bb8d8a6
[GFS2] Fix sign problem in quota/statfs and cleanup _host structures
by Steven Whitehouse
· 17 years ago
2a87ab0
[GFS2] Quotas non-functional - fix bug
by Abhijith Das
· 17 years ago
dbb7cae
[GFS2] Clean up inode number handling
by Steven Whitehouse
· 18 years ago
5f88209
[GFS2] lockdump improvements
by Robert Peterson
· 18 years ago
04b933f
[GFS2] Red Hat bz 228540: owner references
by Robert Peterson
· 18 years ago
3b8249f
[GFS2] Fix bz 224480 and cleanup glock demotion code
by Steven Whitehouse
· 18 years ago
7c52b16
[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
by Robert Peterson
· 18 years ago
631c42e
[GFS2] go_drop_bh is never used, so remove it
by Steven Whitehouse
· 18 years ago
04b159b
[GFS2] Remove unused variable
by Steven Whitehouse
· 18 years ago
b5d32be
[GFS2] Tidy up glops calls
by Steven Whitehouse
· 18 years ago
6bd9c8c
[GFS2] Remove unused go_callback operation
by Steven Whitehouse
· 18 years ago
e5dab55
[GFS2] Remove the "greedy" function from glock.[ch]
by Steven Whitehouse
· 18 years ago
fee852e
[GFS2] Shrink gfs2_inode memory by half
by Steven Whitehouse
· 18 years ago
330005c
[GFS2] Remove max_atomic_write tunable
by Steven Whitehouse
· 18 years ago
3699e3a
[GFS2] Clean up/speed up readdir
by Steven Whitehouse
· 18 years ago
1a14d3a
[GFS2] Simplify glops functions
by Steven Whitehouse
· 18 years ago
bfded27
[GFS2] Shrink gfs2_inode (8) - i_vn
by Steven Whitehouse
· 18 years ago
bd209cc
[GFS2] split and annotate gfs2_statfs_change
by Al Viro
· 18 years ago
629a21e
[GFS2] split and annotate gfs2_inum
by Al Viro
· 18 years ago
1e81c4c
[GFS2] split and annotate gfs_rindex
by Al Viro
· 18 years ago
5516762
[GFS2] split and annotate gfs2_log_head
by Al Viro
· 18 years ago
6882666
[GFS2] split and annotate gfs2_rgrp
by Al Viro
· 18 years ago
f50dfaf
[GFS2] split gfs2_sb
by Al Viro
· 18 years ago
5c6edb5
[GFS2] gfs2_dinode_host fields are host-endian
by Al Viro
· 18 years ago
7276b3b
[GFS2] Tidy up meta_io code
by Steven Whitehouse
· 18 years ago
5696553
[GFS2] Remove unused constants
by Steven Whitehouse
· 18 years ago
16feb9f
[GFS2] Use atomic_t rather than kref in glock.c
by Steven Whitehouse
· 18 years ago
b639789
[GFS2] Use hlist for glock hash chains
by Steven Whitehouse
· 18 years ago
2426443
[GFS2] Rewrite of examine_bucket()
by Steven Whitehouse
· 18 years ago
087efdd
[GFS2] Make glock hash locks proportional to NR_CPUS
by Steven Whitehouse
· 18 years ago
37b2fa6
[GFS2] Move rwlocks in glock.c into their own array
by Steven Whitehouse
· 18 years ago
9b47c11
[GFS2] Use void * instead of typedef for locking module interface
by Steven Whitehouse
· 18 years ago
85d1da6
[GFS2] Move glock hash table out of superblock
by Steven Whitehouse
· 18 years ago
f2f7ba5
[GFS2] Make headers compile on their own
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
5e2b061
[GFS2] Remove unused code from glock layer
by Steven Whitehouse
· 18 years ago
8fb4b53
[GFS2] Make glock operations const
by Steven Whitehouse
· 18 years ago
8638460
[GFS2] Allow mounting of gfs2 and gfs2meta at the same time
by Abhijith Das
· 18 years ago
a2242db
[GFS2] Speed up scanning of glocks
by Steven Whitehouse
· 18 years ago
59a1cc6
[GFS2] Fix lock ordering bug in page fault path
by Steven Whitehouse
· 18 years ago
bdd512a
[GFS2] Remove unused flag
by Steven Whitehouse
· 18 years ago
695165d
[GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags)
by David Woodhouse
· 18 years ago
feaa7bb
[GFS2] Fix unlinked file handling
by Steven Whitehouse
· 18 years ago
6b61b07
[GFS2] Move some fields around to reduce wasted space
by Steven Whitehouse
· 18 years ago
320dd10
[GFS2] glock debugging and inode cache changes
by Steven Whitehouse
· 18 years ago
3a8a9a1
[GFS2] Update copyright date to 2006
by Steven Whitehouse
· 18 years ago
5965b1f
[GFS2] Don't do recursive locking in glock layer
by Steven Whitehouse
· 19 years ago
fe1bded
[GFS2] Use vmalloc() in dir code
by Steven Whitehouse
· 19 years ago
b09e593
[GFS2] Fix a ref count bug and other clean ups
by Steven Whitehouse
· 19 years ago
55eccc6
[GFS2] Finish off ioctl support
by Steven Whitehouse
· 19 years ago
d0dc80d
[GFS2] Update debugging code
by Steven Whitehouse
· 19 years ago
484adff
[GFS2] Update locking in log.c
by Steven Whitehouse
· 19 years ago
71b86f5
[GFS2] Further updates to dir and logging code
by Steven Whitehouse
· 19 years ago
c9fd430
[GFS2] Tidy up mount code.
by Steven Whitehouse
· 19 years ago
e317ffc
[GFS2] Remove uneeded memory allocation
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
6a6b3d0
[GFS2] Patch to remove stats gathering from GFS2
by David Teigland
· 19 years ago
f55ab26
[GFS2] Use mutices rather than semaphores
by Steven Whitehouse
· 19 years ago
7359a19
[GFS2] Fix for root inode ref count bug
by Steven Whitehouse
· 19 years ago
f42faf4
[GFS2] Add gfs2_internal_read()
by Steven Whitehouse
· 19 years ago
64fb4eb
[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure
by Steven Whitehouse
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago