Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
16b374ca439fb406e46e071f75428f5b033056f8
/
fs
/
gfs2
/
aops.c
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
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
461cb41
GFS2: Simplify gfs2_write_alloc_required
by Bob Peterson
· 14 years ago
30116ff
GFS2: Use nobh_writepage
by Steven Whitehouse
· 14 years ago
15c6fd9
kill spurious reference to vmtruncate
by npiggin@suse.de
· 14 years ago
602c89d
GFS2: Clean up stuffed file copying
by Steven Whitehouse
· 15 years ago
009d851
GFS2: Metadata address space clean up
by Steven Whitehouse
· 15 years ago
c29cd90
writeback: remove unused nonblocking and congestion checks (gfs2)
by Wu Fengguang
· 15 years ago
9ae3c6d
GFS2: drop rindex glock to refresh rindex list
by Benjamin Marzinski
· 15 years ago
aa261f5
HWPOISON: Enable .remove_error_page for migration aware file systems
by Andi Kleen
· 15 years ago
1946f70
GFS2: keep statfs info in sync on grows
by Benjamin Marzinski
· 15 years ago
b1e71b0
GFS2: Clean up some file names
by Steven Whitehouse
· 15 years ago
[Renamed (99%) from fs/gfs2/ops_address.c]
7537d81
GFS2: Fix timestamps on write
by Abhijith Das
· 15 years ago
229615d
GFS2: Pagecache usage optimization on GFS2
by Hisashi Hifumi
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
0a7ab79
GFS2: change gfs2_quota_scan into a shrinker
by Abhijith Das
· 16 years ago
e4fefba
GFS2: Set GFP_NOFS when allocating page on write
by Steven Whitehouse
· 16 years ago
7ed122e
GFS2: Streamline alloc calculations for writes
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
1bb7322
GFS2: Fix up jdata writepage/delete_inode
by Steven Whitehouse
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
719ee34
GFS2: high time to take some time over atime
by Steven Whitehouse
· 16 years ago
acb57a3
GFS2: Direct IO write at end of file error
by Bob Peterson
· 16 years ago
01b7c7a
[GFS2] Revise readpage locking
by Steven Whitehouse
· 16 years ago
6802e34
[GFS2] Clean up the glock core
by Steven Whitehouse
· 16 years ago
3c18ddd
mm: remove nopage
by Nick Piggin
· 17 years ago
d82661d
[GFS2] Streamline quota lock/check for no-quota case
by Steven Whitehouse
· 17 years ago
20b95bf
[GFS2] gfs2_adjust_quota has broken unstuffing code
by Abhijith Das
· 17 years ago
182fe5a
[GFS2] possible null pointer dereference fixup
by Cyrill Gorcunov
· 17 years ago
7afd88d
[GFS2] Fix a page lock / glock deadlock
by Steven Whitehouse
· 17 years ago
7eabb77
[GFS2] Misc fixups
by Bob Peterson
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
6dbd822
[GFS2] Reduce inode size by moving i_alloc out of line
by Steven Whitehouse
· 17 years ago
9656b2c
[GFS2] Fix problems relating to execution of files on GFS2
by Steven Whitehouse
· 17 years ago
e5d9dc2
[GFS2] Allow page migration for writeback and ordered pages
by Steven Whitehouse
· 17 years ago
e9e1ef2
[GFS2] Remove function gfs2_get_block
by Bob Peterson
· 17 years ago
47e83b5
[GFS2] Use correct include file in ops_address.c
by Steven Whitehouse
· 17 years ago
c41d4f0
[GFS2] Don't hold page lock when starting transaction
by Steven Whitehouse
· 17 years ago
b8e7cbb
[GFS2] Add writepages for GFS2 jdata
by Steven Whitehouse
· 17 years ago
9ff8ec3
[GFS2] Split gfs2_writepage into three cases
by Steven Whitehouse
· 17 years ago
5561093
[GFS2] Introduce gfs2_set_aops()
by Steven Whitehouse
· 17 years ago
bf36a71
[GFS2] Add gfs2_is_writeback()
by Steven Whitehouse
· 17 years ago
f91a0d3
[GFS2] Remove useless i_cache from inodes
by Steven Whitehouse
· 17 years ago
3cc3f71
[GFS2] Use ->page_mkwrite() for mmap()
by Steven Whitehouse
· 17 years ago
51ff87b
[GFS2] Clean up internal read function
by Steven Whitehouse
· 17 years ago
7765ec2
gfs2: convert to new aops
by Steven Whitehouse
· 17 years ago
891ba6d
[GFS2] Don't try to remove buffers that don't exist
by Steven Whitehouse
· 17 years ago
de986e8
[GFS2] Data corruption fix
by Wendy Cheng
· 17 years ago
16615be
[GFS2] Clean up journaled data writing
by Steven Whitehouse
· 17 years ago
d7b616e
[GFS2] Clean up ordered write code
by Steven Whitehouse
· 17 years ago
bb3b0e3
[GFS2] Clean up invalidatepage/releasepage
by Steven Whitehouse
· 17 years ago
a867bb2
[GFS2] Fix incorrect error path in prepare_write()
by Steven Whitehouse
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
2840501
[GFS2] Use zero_user_page() in stuffed_readpage()
by Steven Whitehouse
· 17 years ago
8fb6859
[GFS2] Journaled file write/unstuff bug
by Robert Peterson
· 17 years ago
ddf4b42
[GFS2] fix jdata issues
by Benjamin Marzinski
· 17 years ago
dbb7cae
[GFS2] Clean up inode number handling
by Steven Whitehouse
· 17 years ago
cd81a4b
[GFS2] Addendum patch 2 for gfs2_grow
by Robert Peterson
· 17 years ago
6c53267
[GFS2] Kernel changes to support new gfs2_grow command (part 2)
by Robert Peterson
· 17 years ago
7ae8fa8
[GFS2] kernel changes to support new gfs2_grow command
by Robert Peterson
· 17 years ago
bf126ae
[GFS2] Patch to fix mmap of stuffed files
by Steven Whitehouse
· 18 years ago
1de9139
[GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_write
by Josef Whiter
· 18 years ago
a13cbe3
[GFS2] fix hangup when multiple processes are trying to write to the same file
by Josef Whiter
· 18 years ago
a2cf822
[GFS2] make gfs2_writepages() static
by Adrian Bunk
· 18 years ago
2d72e71
[GFS2] Unlock page on prepare_write try lock failure
by Steven Whitehouse
· 18 years ago
a8d638e
[GFS2] Add writepages for "data=writeback" mounts
by Steven Whitehouse
· 18 years ago
e1d5b18
[GFS2] Fail over to readpage for stuffed files
by Steven Whitehouse
· 18 years ago
c7b3383
[GFS2] Fix DIO deadlock
by Steven Whitehouse
· 18 years ago
ae61932
[GFS2] mark_inode_dirty after write to stuffed file
by Steven Whitehouse
· 18 years ago
dcd2479
[GFS2] Remove unused function from inode.c
by Steven Whitehouse
· 18 years ago
61057c6
[GFS2] Remove unused zero_readpage from stuffed_readpage
by Russell Cattelan
· 18 years ago
2ca9950
[GFS2] Fix page lock/glock deadlock
by Steven Whitehouse
· 18 years ago
1a7b1ee
[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime
by Steven Whitehouse
· 18 years ago
2933f92
[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
by Steven Whitehouse
· 18 years ago
b60623c
[GFS2] Shrink gfs2_inode (3) - di_mode
by Steven Whitehouse
· 18 years ago
7011774
[PATCH] gfs2: ->readpages() fixes
by OGAWA Hirofumi
· 18 years ago
2359125
[GFS2] Fix bmap to map extents properly
by Steven Whitehouse
· 18 years ago
c312c4f
[GFS2] Pass the correct value to kunmap_atomic
by Russell Cattelan
· 18 years ago
f5c5480
[GFS2] Fix uninitialised variable
by Steven Whitehouse
· 18 years ago
52ae7b7
[GFS2] Fix a size calculation error
by Russell Cattelan
· 18 years ago
48516ce
[GFS2] Remove uneeded endian conversion
by Steven Whitehouse
· 18 years ago
907b9bc
[GFS2/DLM] Fix trailing whitespace
by Steven Whitehouse
· 18 years ago
7276b3b
[GFS2] Tidy up meta_io code
by Steven Whitehouse
· 18 years ago
5696553
[GFS2] Remove unused constants
by Steven Whitehouse
· 18 years ago
7d30859
[GFS2] Export lm_interface to kernel headers
by Fabio Massimo Di Nitto
· 18 years ago
07903c0
[GFS2] Tweek unlock test in readpage()
by Steven Whitehouse
· 18 years ago
dc41aee
[GFS2] Fix for mmap() bug in readpage
by Russell Cattelan
· 18 years ago
7a6bbac
[GFS2] Map multiple blocks at once where possible
by Steven Whitehouse
· 18 years ago
0bd5996
[GFS2] Style changes in ops_address.c
by Steven Whitehouse
· 18 years ago
dd538c8
[GFS2] Spelling sentinal -> sentinel
by Steven Whitehouse
· 18 years ago
cd91549
[GFS2] Change all types to uX style
by Steven Whitehouse
· 18 years ago
e9fc2aa
[GFS2] Update copyright, tidy up incore.h
by Steven Whitehouse
· 18 years ago
623d935
[GFS2] Fix releasepage bug (fixes direct i/o writes)
by Steven Whitehouse
· 18 years ago
166afcc
[GFS2] Tidy up error handling in gfs2_releasepage()
by Steven Whitehouse
· 18 years ago
15d00c0
[GFS2] Fix leak of gfs2_bufdata
by Steven Whitehouse
· 18 years ago
f438714
[GFS2] Fix lack of buffers in writepage bug
by Steven Whitehouse
· 18 years ago
59a1cc6
[GFS2] Fix lock ordering bug in page fault path
by Steven Whitehouse
· 18 years ago
ba7f729
[GFS2] Remove page.[ch]
by Steven Whitehouse
· 18 years ago
f25ef0c
[GFS2] Tidy gfs2_unstuffer_page
by Steven Whitehouse
· 18 years ago
Next »