Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f6a23d85d078c2ffde79c66ca81d0a1dde451649
/
fs
/
gfs2
/
super.c
1595548
gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
by Andreas Gruenbacher
· 4 years, 10 months ago
2fba46a
gfs2: Change inode qa_data to allow multiple users
by Bob Peterson
· 4 years, 10 months ago
969183b
gfs2: Switch to list_{first,last}_entry
by Andreas Gruenbacher
· 5 years ago
40e7e86
gfs2: Clean up inode initialization and teardown
by Andreas Gruenbacher
· 5 years ago
601ef0d
gfs2: Force withdraw to replay journals and wait for it to finish
by Bob Peterson
· 5 years ago
52b1cdc
gfs2: Abort gfs2_freeze if io error is seen
by Bob Peterson
· 5 years ago
60528af
gfs2: Don't loop forever in gfs2_freeze if withdrawn
by Bob Peterson
· 5 years ago
eb43e66
gfs2: Introduce function gfs2_withdrawn
by Bob Peterson
· 5 years ago
0b36c9e
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
1f52aa0
gfs2: Convert gfs2 to fs_context
by Andrew Price
· 6 years ago
d403125
gfs2: Minor gfs2_alloc_inode cleanup
by Andreas Gruenbacher
· 5 years ago
f29e62e
gfs2: replace more printk with calls to fs_info and friends
by Bob Peterson
· 6 years ago
55317f5
gfs2: simplify gfs2_freeze by removing case
by Bob Peterson
· 6 years ago
04aea0c
gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN
by Bob Peterson
· 6 years ago
5b3a9f3
gfs2: kthread and remount improvements
by Bob Peterson
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
638803d
Revert "gfs2: Replace gl_revokes with a GLF flag"
by Bob Peterson
· 6 years ago
7336d0e
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
by Thomas Gleixner
· 6 years ago
f4686c2
gfs2: read journal in large chunks
by Abhi Das
· 6 years ago
8f918219
gfs2: fix race between gfs2_freeze_func and unmount
by Abhi Das
· 6 years ago
ce895cf
gfs2: Remove misleading comments in gfs2_evict_inode
by Andreas Gruenbacher
· 6 years ago
73118ca
gfs2: Replace gl_revokes with a GLF flag
by Bob Peterson
· 6 years ago
784494e
gfs2: switch to ->free_inode()
by Al Viro
· 6 years ago
23e93c9
Revert "gfs2: read journal in large chunks to locate the head"
by Bob Peterson
· 6 years ago
2a5f14f
gfs2: read journal in large chunks to locate the head
by Abhi Das
· 6 years ago
8e31582
gfs2: Fix minor typo: couln't versus couldn't.
by Bob Peterson
· 6 years ago
1eb8d73
GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads
by Tim Smith
· 6 years ago
a3479c7
Merge branch 'iomap-write' into linux-gfs2/for-next
by Andreas Gruenbacher
· 6 years ago
b7eba89
gfs2: Eliminate redundant ip->i_rgd
by Andreas Gruenbacher
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
0e11f64
fs: move I_DIRTY_INODE to fs.h
by Christoph Hellwig
· 7 years ago
957a7ac
gfs2: Remove inode from ordered write list in gfs2_write_inode()
by Abhi Das
· 7 years ago
805c0907
GFS2: Log the reason for log flushes in every log header
by Bob Peterson
· 7 years ago
c1696fb
GFS2: Introduce new gfs2_log_header_v2
by Bob Peterson
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
adbc3dd
GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL
by Bob Peterson
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
942b0cd
GFS2: Withdraw for IO errors writing to the journal or statfs
by Bob Peterson
· 7 years ago
6a1c8f6
gfs2: Defer deleting inodes under memory pressure
by Andreas Gruenbacher
· 7 years ago
71c1b213
gfs2: gfs2_evict_inode: Put glocks asynchronously
by Andreas Gruenbacher
· 7 years ago
61b91cf
gfs2: Fix trivial typos
by Andreas Gruenbacher
· 7 years ago
b2fb7da
GFS2: Delete debugfs files only after we evict the glocks
by Bob Peterson
· 7 years ago
240c623
GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode
by Bob Peterson
· 7 years ago
df3d87bd
GFS2: Introduce helper for clearing gl_object
by Bob Peterson
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
e0b62e2
gfs2: gfs2_create_inode: Keep glock across iput
by Andreas Gruenbacher
· 8 years ago
6f6597ba
gfs2: Protect gl->gl_object by spin lock
by Andreas Gruenbacher
· 8 years ago
4fd1a57
gfs2: Get rid of flush_delayed_work in gfs2_evict_inode
by Andreas Gruenbacher
· 8 years ago
d4da319
Revert "GFS2: Wait for iopen glock dequeues"
by Andreas Gruenbacher
· 8 years ago
0d1c7ae
GFS2: Prevent BUG from occurring when normal Withdraws occur
by Bob Peterson
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
47a9a52
GFS2: use BIT() macro
by Fabian Frederick
· 8 years ago
6df9f9a
gfs2: Lock holder cleanup
by Andreas Gruenbacher
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
7508abc
GFS2: Check if iopen is held when deleting inode
by Bob Peterson
· 9 years ago
ee530be
GFS2: Truncate address space mapping when deleting an inode
by Bob Peterson
· 9 years ago
86d067a
GFS2: Wait for iopen glock dequeues
by Bob Peterson
· 9 years ago
400ac52
gfs2: clear journal live bit in gfs2_log_flush
by Benjamin Marzinski
· 9 years ago
471f3db
gfs2: change gfs2 readdir cookie
by Benjamin Marzinski
· 9 years ago
901c6c6
GFS2: Update master statfs buffer with sd_statfs_spin locked
by Bob Peterson
· 10 years ago
a097dc7e
GFS2: Make rgrp reservations part of the gfs2_inode structure
by Bob Peterson
· 9 years ago
b54e9a0
GFS2: Extract quota data from reservations structure (revert 5407e24)
by Bob Peterson
· 9 years ago
c8d5770
gfs2: Extended attribute readahead
by Andreas Gruenbacher
· 9 years ago
a068acf
fs: create and use seq_show_option for escaping
by Kees Cook
· 9 years ago
a88a341
writeback: move bandwidth related fields from backing_dev_info into bdi_writeback
by Tejun Heo
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
de1414a
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
2e60d76
GFS2: update freeze code to use freeze/thaw_super on all nodes
by Benjamin Marzinski
· 10 years ago
eaebded
GFS2: fs/gfs2/super.c: replace seq_printf by seq_puts
by Fabian Frederick
· 11 years ago
7431620
sched: Remove proliferation of wait_on_bit() action functions
by NeilBrown
· 11 years ago
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
· 12 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
· 13 years ago
ceed172
quota: Split dquot_quota_sync() to writeback and cache flushing part
by Jan Kara
· 13 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
· 13 years ago
Next »