Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c122c5b68273cf0153d1dc510889728cf71e8ce3
/
fs
/
gfs2
/
incore.h
0597880
GFS2: Fix uninitialized VFS inode in gfs2_create_inode
by Abhi Das
· 11 years ago
a17d758
GFS2: Move recovery variables to journal structure in memory
by Bob Peterson
· 11 years ago
b50f227
GFS2: Clean up journal extent mapping
by Steven Whitehouse
· 11 years ago
022ef4f
GFS2: Move log buffer accounting to transaction
by Steven Whitehouse
· 11 years ago
d69a3c6
GFS2: Move log buffer lists into transaction
by Steven Whitehouse
· 11 years ago
654a6d2
GFS2: Reduce struct gfs2_trans in size
by Steven Whitehouse
· 11 years ago
ac3beb6
GFS2: Don't use ENOBUFS when ENOMEM is the correct error code
by Steven Whitehouse
· 11 years ago
2d9e723
GFS2: Move quota bitmap operations under their own lock
by Steven Whitehouse
· 11 years ago
ee2411a
GFS2: Clean up quota slot allocation
by Steven Whitehouse
· 11 years ago
c754fbb
GFS2: Use RCU/hlist_bl based hash for quotas
by Steven Whitehouse
· 11 years ago
70d4ee9
GFS2: Use only a single address space for rgrps
by Steven Whitehouse
· 11 years ago
7005c3e
GFS2: Use range based functions for rgrp sync/invalidation
by Steven Whitehouse
· 11 years ago
5ea5050
GFS2: Implement a "rgrp has no extents longer than X" scheme
by Bob Peterson
· 11 years ago
2147dbf
GFS2: Use generic list_lru for quota
by Steven Whitehouse
· 11 years ago
9b9f039
GFS2: Use reflink for quota data cache
by Steven Whitehouse
· 11 years ago
e66cf16
GFS2: Use lockref for glocks
by Steven Whitehouse
· 11 years ago
e46c772
GFS2: Protect quota sync generation
by Steven Whitehouse
· 11 years ago
bef292a
GFS2: Remove obsolete quota tunable
by Steven Whitehouse
· 11 years ago
7b9cff4
GFS2: Add allocation parameters structure
by Steven Whitehouse
· 11 years ago
e579ed4
GFS2: Introduce rbm field bii
by Bob Peterson
· 11 years ago
7e230f5
GFS2: introduce bi_blocks for optimization
by Bob Peterson
· 11 years ago
81ffbf6
GFS2: Add origin indicator to glock callbacks
by Steven Whitehouse
· 12 years ago
16ca941
GFS2: replace gfs2_ail structure with gfs2_trans
by Benjamin Marzinski
· 12 years ago
57c7310
GFS2: use kmalloc for lvb bitmap
by David Teigland
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
05e0a60
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
by Eric W. Biederman
· 12 years ago
fd95e81
GFS2: Reinstate withdraw ack system
by Steven Whitehouse
· 12 years ago
4513899
GFS2: Use ->writepages for ordered writes
by Steven Whitehouse
· 12 years ago
d564053f
GFS2: Clean up freeze code
by Steven Whitehouse
· 12 years ago
767f433
GFS2: Copy gfs2_trans_add_bh into new data/meta functions
by Steven Whitehouse
· 12 years ago
4e2f884
GFS2: remove redundant lvb pointer
by David Teigland
· 12 years ago
dba2d70
GFS2: only use lvb on glocks that need it
by David Teigland
· 12 years ago
fb6791d
GFS2: skip dlm_unlock calls in unmount
by David Teigland
· 12 years ago
06dfc30
GFS2: Rename glops go_xmote_th to go_sync
by Bob Peterson
· 12 years ago
a68a0a3
GFS2: Speed up gfs2_rbm_from_block
by Bob Peterson
· 12 years ago
ff7f4cb
GFS2: Consolidate free block searching functions
by Steven Whitehouse
· 12 years ago
9e733d3
GFS2: Improve block reservation tracing
by Steven Whitehouse
· 12 years ago
5b924ae
GFS2: Replace rgblk_search with gfs2_rbm_find
by Steven Whitehouse
· 12 years ago
4a993fb
GFS2: Add structure to contain rgrp, bitmap, offset tuple
by Steven Whitehouse
· 12 years ago
71f890f
GFS2: Remove rs_requested field from reservations
by Steven Whitehouse
· 12 years ago
8e2e004
GFS2: Reduce file fragmentation
by Bob Peterson
· 12 years ago
90306c4
GFS2: Use lvbs for storing rgrp information with mount option
by Benjamin Marzinski
· 12 years ago
5407e24
GFS2: Fold quota data into the reservations struct
by Bob Peterson
· 12 years ago
61011677
Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 12 years ago
4875647
dlm: fixes for nodir mode
by David Teigland
· 13 years ago
c0752aa
GFS2: eliminate log elements and simplify
by Bob Peterson
· 13 years ago
1c47f09
GFS2: Eliminate vestigial sd_log_le_rg
by Bob Peterson
· 13 years ago
c50b91c
GFS2: Remove bd_list_tr
by Steven Whitehouse
· 13 years ago
e8c92ed
GFS2: Clean up log write code path
by Steven Whitehouse
· 13 years ago
6aad1c3
GFS2: Eliminate sd_rindex_mutex
by Bob Peterson
· 13 years ago
a245769
GFS2: glock statistics gathering
by Steven Whitehouse
· 13 years ago
376d377
GFS2: fail mount if journal recovery fails
by David Teigland
· 13 years ago
e8ca5cc
GFS2: let spectator mount do read only recovery
by David Teigland
· 13 years ago
e0c2a9a
GFS2: dlm based recovery coordination
by David Teigland
· 13 years ago
564e12b
GFS2: decouple quota allocations from block allocations
by Bob Peterson
· 13 years ago
b9f417f
GFS2: remove vestigial al_alloced
by Bob Peterson
· 13 years ago
9ae3242
GFS2: Remove two unused variables
by Steven Whitehouse
· 13 years ago
64dd153
GFS2: rewrite fallocate code to write blocks directly
by Benjamin Marzinski
· 13 years ago
54335b1
GFS2: Cache the most recently used resource group in the inode
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
40ac218
GFS2: Fix inode allocation error path
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
3942ae5
GFS2: Fix race during filesystem mount
by Steven Whitehouse
· 13 years ago
32e471e
GFS2: Use UUID field in generic superblock
by Steven Whitehouse
· 14 years ago
4667a0e
GFS2: Make writeback more responsive to system conditions
by Steven Whitehouse
· 14 years ago
f42ab08
GFS2: Optimise glock lru and end of life inodes
by Steven Whitehouse
· 14 years ago
627c10b
GFS2: Improve tracing support (adds two flags)
by Steven Whitehouse
· 14 years ago
d6a079e
GFS2: introduce AIL lock
by Dave Chinner
· 14 years ago
662e3a5
GFS2: quota allows exceeding hard limit
by Abhijith Das
· 14 years ago
bc015cb
GFS2: Use RCU for glock hash table
by Steven Whitehouse
· 14 years ago
57cc721
headers: kobject.h redux
by Alexey Dobriyan
· 14 years ago
47a2538
GFS2: Merge glock state fields into a bitfield
by Steven Whitehouse
· 14 years ago
feb47ca9
GFS2: Improve journal allocation via sysfs
by Steven Whitehouse
· 14 years ago
c80dbb5
GFS2: Remove upgrade mount option
by Steven Whitehouse
· 14 years ago
c2048b00
GFS2: Remove localcaching mount option
by Steven Whitehouse
· 14 years ago
f57a024
GFS2: Remove ignore_local_fs mount argument
by Steven Whitehouse
· 14 years ago
7b5e3d5
GFS2: Don't enforce min hold time when two demotes occur in rapid succession
by Steven Whitehouse
· 14 years ago
3921120
GFS2: fallocate support
by Benjamin Marzinski
· 14 years ago
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
ba6e936
GFS2: Wait for journal id on mount if not specified on mount command line
by Steven Whitehouse
· 14 years ago
6ecd7c2
gfs2: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
913a71d
GFS2: Add some useful messages
by Steven Whitehouse
· 15 years ago
5e687ea
GFS2: Various gfs2_logd improvements
by Benjamin Marzinski
· 15 years ago
2e95e3f
GFS2: Allow the number of committed revokes to temporarily be negative
by Benjamin Marzinski
· 15 years ago
c1184f8
GFS2: Remove loopy umount code
by Steven Whitehouse
· 15 years ago
009d851
GFS2: Metadata address space clean up
by Steven Whitehouse
· 15 years ago
e402746
GFS2: Wait for unlock completion on umount
by Steven Whitehouse
· 15 years ago
f25934c
GFS2: add barrier/nobarrier mount options
by Christoph Hellwig
· 15 years ago
3d3c10f
GFS2: Improve statfs and quota usability
by Benjamin Marzinski
· 15 years ago
2b88f7c
GFS2: Remove unused sysfs file
by Steven Whitehouse
· 15 years ago
8d8291a
GFS2: Remove no_formal_ino generating code
by Steven Whitehouse
· 15 years ago
d34843d
GFS2: Add "-o errors=panic|withdraw" mount options
by Bob Peterson
· 15 years ago
b94a170
GFS2: remove dcache entries for remote deleted inodes
by Benjamin Marzinski
· 15 years ago
1ce97e5
GFS2: Be more aggressive in reclaiming unlinked inodes
by Steven Whitehouse
· 15 years ago
60a0b8f
GFS2: Add a rgrp bitmap full flag
by Steven Whitehouse
· 15 years ago
0901097
GFS2: Improve resource group error handling
by Steven Whitehouse
· 15 years ago
fe64d51
GFS2: Umount recovery race fix
by Steven Whitehouse
· 15 years ago
Next »