Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f8b50bbbe63ae4ec6bea28a90a9a603c745ea71
/
fs
/
gfs2
/
super.c
9eed04c
GFS2: Move final part of inode.c into super.c
by Steven Whitehouse
· 13 years ago
94fb763
GFS2: Remove gfs2_dinode_print() function
by Steven Whitehouse
· 13 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
29687a2
GFS2: Alter point of entry to glock lru list for glocks with an address_space
by Steven Whitehouse
· 14 years ago
1027efa
GFS2: Make ->write_inode() really write
by Steven Whitehouse
· 14 years ago
44ad37d
GFS2: filesystem hang caused by incorrect lock order
by Bob Peterson
· 14 years ago
001e8e8
GFS2: Don't try to deallocate unlinked inodes when mounted ro
by Steven Whitehouse
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
23c3010
GFS2: remove iopen glocks from cache on failed deletes
by Benjamin Marzinski
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
9dcefee50
gfs2: invalidate_inodes() is no-op there
by Al Viro
· 14 years ago
43f74c1
GFS2: Add "norecovery" mount option as a synonym for "spectator"
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
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
45321ac
Make ->drop_inode() just return whether inode needs to be dropped
by Al Viro
· 14 years ago
d5c1515
switch gfs2 to ->evict_inode()
by Al Viro
· 14 years ago
461cb41
GFS2: Simplify gfs2_write_alloc_required
by Bob Peterson
· 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
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
5fb324a
quota: move code from sync_quota_sb into vfs_quota_sync
by Christoph Hellwig
· 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
8f05228
GFS2: Extend umount wait coverage to full glock lifetime
by Steven Whitehouse
· 15 years ago
e402746
GFS2: Wait for unlock completion on umount
by Steven Whitehouse
· 15 years ago
cdcfde6
GFS2: Display nobarrier option in /proc/mounts
by Steven Whitehouse
· 15 years ago
f25934c
GFS2: add barrier/nobarrier mount options
by Christoph Hellwig
· 15 years ago
c14f573
GFS2: remove division from new statfs code
by Benjamin Marzinski
· 15 years ago
3d3c10f
GFS2: Improve statfs and quota usability
by Benjamin Marzinski
· 15 years ago
8c42d63
GFS2: Alter arguments of gfs2_quota/statfs_sync
by Steven Whitehouse
· 15 years ago
f55073f
GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)
by Steven Whitehouse
· 15 years ago
acf7e24
GFS2: Be extra careful about deallocating inodes
by Steven Whitehouse
· 15 years ago
8d8291a
GFS2: Remove no_formal_ino generating code
by Steven Whitehouse
· 15 years ago
307cf6e
GFS2: Rename eattr.[ch] as xattr.[ch]
by Steven Whitehouse
· 15 years ago
d34843d
GFS2: Add "-o errors=panic|withdraw" mount options
by Bob Peterson
· 15 years ago
8633ecf
GFS2: Add online uevent to GFS2
by Steven Whitehouse
· 15 years ago
b94a170
GFS2: remove dcache entries for remote deleted inodes
by Benjamin Marzinski
· 15 years ago
1946f70
GFS2: keep statfs info in sync on grows
by Benjamin Marzinski
· 15 years ago
3ea4005
GFS2: Remove lock_kernel from gfs2_put_super()
by Steven Whitehouse
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
b7d245d
gfs2: remove ->write_super and stop maintaining ->s_dirt
by Christoph Hellwig
· 16 years ago
9e6e0a1
GFS2: Merge mount.c and ops_super.c into super.c
by Steven Whitehouse
· 15 years ago
df3647b
GFS2: Fix freeze issue
by Steven Whitehouse
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
fefc03b
Revert "GFS2: Fix use-after-free bug on umount"
by Steven Whitehouse
· 16 years ago
3af165a
GFS2: Fix use-after-free bug on umount
by Steven Whitehouse
· 16 years ago
2bfb644
GFS2: Move four functions from super.c
by Steven Whitehouse
· 16 years ago
b528968
GFS2: Fix bug in gfs2_lock_fs_check_clean()
by Steven Whitehouse
· 16 years ago
73f7494
GFS2: Banish struct gfs2_rgrpd_host
by Steven Whitehouse
· 16 years ago
cfc8b54
GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd
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
9b8df98
GFS2: Fix metafs mounts
by Steven Whitehouse
· 16 years ago
a569c71
[PATCH] don't pass nameidata to gfs2_lookupi()
by Al Viro
· 16 years ago
c9f6a6b
[GFS2] Remove support for unused and pointless flag
by Steven Whitehouse
· 16 years ago
6802e34
[GFS2] Clean up the glock core
by Steven Whitehouse
· 16 years ago
16c5f06
[GFS2] fix GFP_KERNEL misuses
by Josef Bacik
· 17 years ago
ecc30c7
[GFS2] Streamline indirect pointer tree height calculation
by Steven Whitehouse
· 17 years ago
0811a12
[GFS2] Initialize extent_list earlier
by Bob Peterson
· 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
c2932e0
[GFS2] Remove "reclaim limit"
by Steven Whitehouse
· 17 years ago
60b0d08
[GFS2] Remove unused variables
by Steven Whitehouse
· 17 years ago
f91a0d3
[GFS2] Remove useless i_cache from inodes
by Steven Whitehouse
· 17 years ago
f26e51f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 17 years ago
782e3b3
Fix up more bio fallout
by Al Viro
· 17 years ago
8fbbfd2
[GFS2] Reduce number of gfs2_scand processes to one
by Steven Whitehouse
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 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
04b159b
[GFS2] Remove unused variable
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
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
aac1a3c
[GFS2] Add a comment about reading the super block
by Steven Whitehouse
· 18 years ago
0da3585
[GFS2] Mount problem with the GFS2 code
by Srinivasa Ds
· 18 years ago
1a14d3a
[GFS2] Simplify glops functions
by Steven Whitehouse
· 18 years ago
bd209cc
[GFS2] split and annotate gfs2_statfs_change
by Al Viro
· 18 years ago
5516762
[GFS2] split and annotate gfs2_log_head
by Al Viro
· 18 years ago
f50dfaf
[GFS2] split gfs2_sb
by Al Viro
· 18 years ago
3cf1e7b
[GFS2] Remove duplicate sb reading code
by Steven Whitehouse
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 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
2b98a54
[GFS2] Fix bug in super block reading code
by Steven Whitehouse
· 18 years ago
f45b7dd
[GFS2] Use a bio to read the superblock
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
08bc2db
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
by Adrian Bunk
· 19 years ago
579b78a
[GFS2] Remove GL_NEVER_RECURSE flag
by Steven Whitehouse
· 19 years ago
Next »