Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
6f88049caf56022c773272e03ddfa8cf79867059
/
fs
/
gfs2
2aa1589
mm: prevent concurrent unmap_mapping_range() on the same inode
by Miklos Szeredi
· 14 years ago
58a69cb
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
by Tejun Heo
· 14 years ago
24d9765
GFS2: Fix error path in gfs2_lookup_by_inum()
by Steven Whitehouse
· 14 years ago
23c3010
GFS2: remove iopen glocks from cache on failed deletes
by Benjamin Marzinski
· 14 years ago
2fe17c1
fallocate should be a file operation
by Christoph Hellwig
· 14 years ago
64c23e8
make the feature checks in ->fallocate future proof
by Christoph Hellwig
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
9ecf639
Gfs2: fail if we try to use hole punch
by Josef Bacik
· 14 years ago
41ced6d
switch gfs2, close races
by Al Viro
· 14 years ago
57cc721
headers: kobject.h redux
by Alexey Dobriyan
· 14 years ago
b4a45f5
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
846f404
GFS2: Don't flush delete workqueue when releasing the transaction lock
by Steven Whitehouse
· 14 years ago
bcd7278
GFS2: fsck.gfs2 reported statfs error after gfs2_grow
by Bob Peterson
· 14 years ago
47a2538
GFS2: Merge glock state fields into a bitfield
by Steven Whitehouse
· 14 years ago
e06dfc4
GFS2: Fix uninitialised error value in previous patch
by Steven Whitehouse
· 14 years ago
086d833
GFS2: fix recursive locking during rindex truncates
by Benjamin Marzinski
· 14 years ago
0489b3f
GFS2: reread rindex when necessary to grow rindex
by Benjamin Marzinski
· 14 years ago
0b1246e
GFS2: Remove duplicate #defines from glock.h
by Steven Whitehouse
· 14 years ago
921169c
GFS2: Clean up of gdlm_lock function
by Steven Whitehouse
· 14 years ago
802ec9b
GFS2: Allow gfs2 to update quota usage values through the quotactl interface
by Abhijith Das
· 14 years ago
edc221d
GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg
by Joe Perches
· 14 years ago
5e69069
GFS2: fs/gfs2/glock.c: Use printf extension %pV
by Joe Perches
· 14 years ago
2ae51ed
GFS2: Clean up duplicated setattr code
by Steven Whitehouse
· 14 years ago
9e55cd5
GFS2: Remove unreachable calls to vmtruncate
by Steven Whitehouse
· 14 years ago
cc18152
GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS
by Joe Perches
· 14 years ago
d211577
GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM
by Steven Whitehouse
· 14 years ago
f30195c
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core
by Jens Axboe
· 14 years ago
14870b4
GFS2: Userland expects quota limit/warn/usage in 512b blocks
by Abhijith Das
· 14 years ago
044b941
GFS2: Fix inode deallocation race
by Steven Whitehouse
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
51ee4b8
locks: let the caller free file_lock on ->setlease failure
by Christoph Hellwig
· 14 years ago
05fa313
locks: fix setlease methods to free passed-in lock
by J. Bruce Fields
· 14 years ago
8bcbbf0
convert gfs2
by Al Viro
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
9dcefee50
gfs2: invalidate_inodes() is no-op there
by Al Viro
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
91b7450
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
33027af
GFS2: fixed typo
by Andrea Gelmini
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
6370a6a
workqueue: add and use WQ_MEM_RECLAIM flag
by Tejun Heo
· 14 years ago
1346698
GFS2: Fix type mapping for demote_rq interface
by Steven Whitehouse
· 14 years ago
b89f432
fs/locks.c: prepare for BKL removal
by Arnd Bergmann
· 14 years ago
4629034
GFS2 fatal: filesystem consistency error on rename
by Bob Peterson
· 14 years ago
feb47ca
GFS2: Improve journal allocation via sysfs
by Steven Whitehouse
· 14 years ago
43f74c1
GFS2: Add "norecovery" mount option as a synonym for "spectator"
by Steven Whitehouse
· 14 years ago
c741c45
GFS2: Fix spectator umount issue
by Steven Whitehouse
· 14 years ago
d594845
GFS2: Fix compiler warning from previous patch
by Steven Whitehouse
· 14 years ago
bf97b67
GFS2: reserve more blocks for transactions
by Benjamin Marzinski
· 14 years ago
d0795f9
GFS2: Fix journal check for spectator mounts
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
8d12358
GFS2: Make . and .. qstrs constant
by Steven Whitehouse
· 14 years ago
9fa0ea9
GFS2: Use new workqueue scheme
by Steven Whitehouse
· 14 years ago
1fea7c2
GFS2: Update handling of DLM return codes to match reality
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
fe08d5a
GFS2: Fix whitespace in previous patch
by Steven Whitehouse
· 14 years ago
3921120
GFS2: fallocate support
by Benjamin Marzinski
· 14 years ago
9a3f236
GFS2: Add a bug trap in allocation code
by Steven Whitehouse
· 14 years ago
820969f
GFS2: No longer experimental
by Steven Whitehouse
· 14 years ago
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
ff8f33c
GFS2: New truncate sequence
by Steven Whitehouse
· 14 years ago
5f48749
GFS2: gfs2_logd should be using interruptible waits
by Steven Whitehouse
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
f1e4d51
gfs2: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 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
a4ffdde
simplify checks for I_CLEAR/I_FREEING
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
90e0c22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 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
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
41f2df6
block: BARRIER request should imply SYNC
by Christoph Hellwig
· 14 years ago
0809f6e
GFS2: Fix recovery stuck bug (try #2)
by Steven Whitehouse
· 14 years ago
c639d5d
GFS2: Fix typo in stuffed file data copy handling
by Abhijith Das
· 14 years ago
7cdee5d
Revert "GFS2: recovery stuck on transaction lock"
by Steven Whitehouse
· 14 years ago
d5341a9
GFS2: Make "try" lock not try quite so hard
by Steven Whitehouse
· 14 years ago
4244b52
GFS2: remove dependency on __GFP_NOFAIL
by David Rientjes
· 14 years ago
461cb41
GFS2: Simplify gfs2_write_alloc_required
by Bob Peterson
· 14 years ago
ba6e936
GFS2: Wait for journal id on mount if not specified on mount command line
by Steven Whitehouse
· 14 years ago
30116ff
GFS2: Use nobh_writepage
by Steven Whitehouse
· 14 years ago
d2a97a4
GFS2: Use kmalloc when possible for ->readdir()
by Steven Whitehouse
· 14 years ago
6ecd7c2
gfs2: use workqueue instead of slow-work
by Tejun Heo
· 14 years ago
Next »