Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eadd33bb95e0ab5e3f443bcd9ca45af4010110c8
/
fs
/
gfs2
/
super.c
2497255
GFS2: remove transaction glock
by Benjamin Marzinski
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
34917f9
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
0597880
GFS2: Fix uninitialized VFS inode in gfs2_create_inode
by Abhi Das
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
d77d1b5
GFS2: Use pr_<level> more consistently
by Joe Perches
· 11 years ago
fc554ed
GFS2: global conversion to pr_foo()
by Fabian Frederick
· 11 years ago
b50f227
GFS2: Clean up journal extent mapping
by Steven Whitehouse
· 11 years ago
8ad151c
GFS2: Only run logd and quota when mounted read/write
by Steven Whitehouse
· 11 years ago
af5c269
GFS2: Clean up reservation removal
by Steven Whitehouse
· 11 years ago
a6a4d98
GFS2: Don't cache iopen glocks
by Bob Peterson
· 11 years ago
2009521
GFS2: Remove vestigial parameter ip from function rs_deltree
by Bob Peterson
· 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
d054642
gfs2: Convert uids and gids between dinodes and vfs inodes.
by Eric W. Biederman
· 12 years ago
f4108a6
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
by Eric W. Biederman
· 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
350a9b0
GFS2: Split gfs2_trans_add_bh() into two
by Steven Whitehouse
· 12 years ago
3d16268
GFS2: Don't call file_accessed() with a shared glock
by Benjamin Marzinski
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
2216db7
GFS2: Write out dirty inode metadata in delayed deletes
by Benjamin Marzinski
· 12 years ago
2b9731e
GFS2: Fix ->show_options() for statfs slow
by Steven Whitehouse
· 12 years ago
4a993fb
GFS2: Add structure to contain rgrp, bitmap, offset tuple
by Steven Whitehouse
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
801b036
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 12 years ago
ceed172
quota: Split dquot_quota_sync() to writeback and cache flushing part
by Jan Kara
· 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
0a305e4
GFS2: Extend the life of the reservations
by Bob Peterson
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
35e478f
GFS2: Flush pending glock work when evicting an inode
by Steven Whitehouse
· 13 years ago
66fc061
GFS2: FITRIM ioctl support
by Steven Whitehouse
· 13 years ago
1619ed8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
564e12b
GFS2: decouple quota allocations from block allocations
by Bob Peterson
· 13 years ago
b5b24d7
GFS2: Fix AIL flush issue during fsync
by Steven Whitehouse
· 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
ab9bbda
GFS2: Use ->dirty_inode()
by Steven Whitehouse
· 13 years ago
40ac218
GFS2: Fix inode allocation error path
by Steven Whitehouse
· 13 years ago
1d4ec64
GFS2: Make atime checks more efficient
by Steven Whitehouse
· 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
9eed04c
GFS2: Move final part of inode.c into super.c
by Steven Whitehouse
· 14 years ago
94fb763
GFS2: Remove gfs2_dinode_print() function
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
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
Next »