Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4d2079c190558dfa9b766a90a34cb30b8d49c8eb
/
fs
/
gfs2
/
glops.c
dba2d70
GFS2: only use lvb on glocks that need it
by David Teigland
· 12 years ago
06dfc30
GFS2: Rename glops go_xmote_th to go_sync
by Bob Peterson
· 12 years ago
8eae1ca
GFS2: Review bug traps in glops.c
by Steven Whitehouse
· 12 years ago
a0b4df2
GFS2: fix s_writers.counter imbalance in gfs2_ail_empty_gl
by Eric Sandeen
· 12 years ago
6de1e2f
GFS2: Remove redundant metadata block type check
by Bob Peterson
· 13 years ago
c50b91c
GFS2: Remove bd_list_tr
by Steven Whitehouse
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
b5b24d7
GFS2: Fix AIL flush issue during fsync
by Steven Whitehouse
· 13 years ago
8339ee5
GFS2: Make resource groups "append only" during life of fs
by Steven Whitehouse
· 13 years ago
7c9ca62
GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme
by Bob Peterson
· 13 years ago
f181852
GFS2: Fix bug trap and journaled data fsync
by Steven Whitehouse
· 13 years ago
7554918
GFS2: Fix bug-trap in ail flush code
by Steven Whitehouse
· 13 years ago
9964afb
GFS2: Add S_NOSEC support
by Steven Whitehouse
· 13 years ago
7cf8dcd
GFS2: Automatically adjust glock min hold time
by Bob Peterson
· 13 years ago
17d539f
GFS2: Cache dir hash table in a contiguous buffer
by Steven Whitehouse
· 13 years ago
380f7c6
GFS2: Resolve inode eviction and ail list interaction bug
by Steven Whitehouse
· 13 years ago
1ce5336
GFS2: force a log flush when invalidating the rindex glock
by Benjamin Marzinski
· 13 years ago
d4b2cf1
GFS2: Move gfs2_refresh_inode() and friends into glops.c
by Steven Whitehouse
· 13 years ago
dba898b
GFS2: Clean up fsync()
by Steven Whitehouse
· 14 years ago
001e8e8
GFS2: Don't try to deallocate unlinked inodes when mounted ro
by Steven Whitehouse
· 14 years ago
d6a079e
GFS2: introduce AIL lock
by Dave Chinner
· 14 years ago
bc015cb
GFS2: Use RCU for glock hash table
by Steven Whitehouse
· 14 years ago
846f404
GFS2: Don't flush delete workqueue when releasing the transaction lock
by Steven Whitehouse
· 14 years ago
1346698
GFS2: Fix type mapping for demote_rq interface
by Steven Whitehouse
· 14 years ago
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
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
009d851
GFS2: Metadata address space clean up
by Steven Whitehouse
· 15 years ago
c65f7fb
GFS2: Use forget_all_cached_acls()
by Steven Whitehouse
· 15 years ago
b94a170
GFS2: remove dcache entries for remote deleted inodes
by Benjamin Marzinski
· 15 years ago
0901097
GFS2: Improve resource group error handling
by Steven Whitehouse
· 15 years ago
52fcd11
GFS2: Clear dirty bit at end of inode glock sync
by Steven Whitehouse
· 16 years ago
6bac243
GFS2: Clean up of glops.c
by Steven Whitehouse
· 16 years ago
64d576b
GFS2: Add a "demote a glock" interface to sysfs
by Steven Whitehouse
· 16 years ago
d8348de
GFS2: Fix deadlock on journal flush
by Steven Whitehouse
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
97cc102
GFS2: Kill two daemons with one patch
by Steven Whitehouse
· 16 years ago
813e0c4
GFS2: Fix "truncate in progress" hang
by Steven Whitehouse
· 16 years ago
fa75ced
GFS2: Add more detail to debugfs glock dumps
by Steven Whitehouse
· 16 years ago
383f01f
GFS2: Banish struct gfs2_dinode_host
by Steven Whitehouse
· 16 years ago
6802e34
[GFS2] Clean up the glock core
by Steven Whitehouse
· 16 years ago
091806ed
[GFS2] filesystem consistency error from do_strip
by Bob Peterson
· 17 years ago
cf45b75
[GFS2] Remove rgrp and glock version numbers
by Bob Peterson
· 17 years ago
3042a2c
[GFS2] Reorder writeback for glock sync
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
1ad38c4
[GFS2] Clean up gfs2_trans_add_revoke()
by Steven Whitehouse
· 17 years ago
1e1a3d0
[GFS2] Introduce gfs2_remove_from_ail
by Steven Whitehouse
· 17 years ago
c4f68a1
[GFS2] delay glock demote for a minimum hold time
by Benjamin Marzinski
· 17 years ago
bb3b0e3
[GFS2] Clean up invalidatepage/releasepage
by Steven Whitehouse
· 17 years ago
b524fe6
[GFS2] flush the glock completely in inode_go_sync
by Benjamin Marzinski
· 18 years ago
3e9f45b
Factor outstanding I/O error handling
by Guillaume Chazarain
· 18 years ago
c3f49bc
[GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpages" failed
by Steven Whitehouse
· 18 years ago
cad5b93
[GFS2] Fix bz 230143, incorrect flushing of rgrps
by Steven Whitehouse
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
b5d32be
[GFS2] Tidy up glops calls
by Steven Whitehouse
· 18 years ago
1c0f487
[GFS2] Remove local exclusive glock mode
by Steven Whitehouse
· 18 years ago
e5dab55
[GFS2] Remove the "greedy" function from glock.[ch]
by Steven Whitehouse
· 18 years ago
b004157
[GFS2] Fix journal flush problem
by Steven Whitehouse
· 18 years ago
1a14d3a
[GFS2] Simplify glops functions
by Steven Whitehouse
· 18 years ago
9e2dbda
[GFS2] Remove gfs2_inode_attr_in
by Steven Whitehouse
· 18 years ago
bfded27
[GFS2] Shrink gfs2_inode (8) - i_vn
by Steven Whitehouse
· 18 years ago
b60623c
[GFS2] Shrink gfs2_inode (3) - di_mode
by Steven Whitehouse
· 18 years ago
5516762
[GFS2] split and annotate gfs2_log_head
by Al Viro
· 18 years ago
ddacfaf
[GFS2] Move logging code into log.c (mostly)
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
9461061
[GFS2] Remove unused function from glock.c
by Steven Whitehouse
· 18 years ago
ea67eed
[GFS2] Fix end of multi-line structures
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
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
f45b7dd
[GFS2] Use a bio to read the superblock
by Steven Whitehouse
· 18 years ago
ba7f729
[GFS2] Remove page.[ch]
by Steven Whitehouse
· 18 years ago
3a8476d
[GFS2] Remove debugging printks
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
b09e593
[GFS2] Fix a ref count bug and other clean ups
by Steven Whitehouse
· 19 years ago
5c676f6
[GFS2] Macros removal in gfs2.h
by Steven Whitehouse
· 19 years ago
7359a19
[GFS2] Fix for root inode ref count bug
by Steven Whitehouse
· 19 years ago
b3b94fa
[GFS2] The core of GFS2
by David Teigland
· 19 years ago