Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
01b9b0b28626db4a47d7f48744d70abca9914ef1
/
fs
/
ocfs2
/
aops.c
4e357b9
ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()
by jiangyiwen
· 9 years ago
d162eaa
ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code
by Norton.Zhu
· 9 years ago
7ecef14
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort
by Joe Perches
· 9 years ago
7f27ec9
ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock()
by yangwenfang
· 9 years ago
6ab855a
ocfs2: add ip_alloc_sem in direct IO to protect allocation changes
by WeiWei Wang
· 9 years ago
faaebf1
ocfs2: fix several issues of append dio
by Joseph Qi
· 9 years ago
512f62a
ocfs2: fix race between dio and recover orphan
by Joseph Qi
· 9 years ago
32e5a2a
ocfs2: fix shift left overflow
by Joseph Qi
· 9 years ago
ae1f081
ocfs2: fix wrong check in ocfs2_direct_IO_get_blocks
by Joseph Qi
· 9 years ago
fa5a0eb
ocfs2: remove OCFS2_IOCB_SEM lock type in direct io
by WeiWei Wang
· 9 years ago
cf1776a
ocfs2: fix a tiny race when truncate dio orohaned entry
by Joseph Qi
· 9 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
1dcf58d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
14a5275
ocfs2: do not use ocfs2_zero_extend during direct IO
by Joseph Qi
· 10 years ago
37a8d89
ocfs2: take inode lock when get clusters
by Joseph Qi
· 10 years ago
7e9b195
ocfs2: no need get dinode bh when zeroing extend
by Joseph Qi
· 10 years ago
bdd8621
ocfs2: fix a typing error in ocfs2_direct_IO_write
by Joseph Qi
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
49255dc
ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
by Joseph Qi
· 10 years ago
24c40b3
ocfs2: implement ocfs2_direct_IO_write
by Joseph Qi
· 10 years ago
136f49b
ocfs2: fix journal commit deadlock
by Junxiao Bi
· 10 years ago
61fb9ea
ocfs2: do not set filesystem readonly if link down
by jiangyiwen
· 10 years ago
f775da2
ocfs2: fix deadlock due to wrong locking order
by Junxiao Bi
· 10 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
2931cdc
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
by Darrick J. Wong
· 11 years ago
c18ceab
ocfs2: change ip_unaligned_aio to of type mutex from atomit_t
by Wengang Wang
· 11 years ago
41ecc34
ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()
by Jan Kara
· 11 years ago
b1214e4
ocfs2: fix possible double free in ocfs2_write_begin_nolock
by Xue jiufei
· 11 years ago
7391a29
ocfs2: return ENOMEM when sb_getblk() fails
by Rui Xiang
· 11 years ago
06f9da6
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
by Goldwyn Rodrigues
· 11 years ago
f17c20d
ocfs2: use i_size_read() to access i_size
by Junxiao Bi
· 11 years ago
7b7a866
direct-io: Implement generic deferred AIO completions
by Christoph Hellwig
· 11 years ago
c7dd339
ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
by Tiger Yang
· 11 years ago
e5f8d30
ocfs2: use ->invalidatepage() length argument
by Lukas Czerner
· 11 years ago
259709b
jbd2: change jbd2_journal_invalidatepage to accept length
by Lukas Czerner
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
9b171e0
ocfs2: fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
1269529
ocfs2: wait for page writeback to provide stable pages
by Jan Kara
· 12 years ago
c4bc8dc
ocfs2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
99b1bb6
Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixes
by Joel Becker
· 13 years ago
c7e25e6
ocfs2: Avoid livelock in ocfs2_readpage()
by Jan Kara
· 13 years ago
a11f7e6
ocfs2: serialize unaligned aio
by Mark Fasheh
· 13 years ago
5cffff9
ocfs2: Fix ocfs2_page_mkwrite()
by Wengang Wang
· 13 years ago
72c5052
fs: move inode_dio_done to the end_io handler
by Christoph Hellwig
· 13 years ago
df2d6f2
fs: always maintain i_dio_count
by Christoph Hellwig
· 13 years ago
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
03e4970
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
272b62c
Treat writes as new when holes span across page boundaries
by Goldwyn Rodrigues
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
9558156
ocfs2: Remove mlog(0) from fs/ocfs2/aops.c
by Tao Ma
· 14 years ago
c1e8d35
ocfs2: Remove EXIT from masklog.
by Tao Ma
· 14 years ago
ef6b689
ocfs2: Remove ENTRY from masklog.
by Tao Ma
· 14 years ago
498f7f5
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
50308d8
ocfs2: Try to free truncate log when meeting ENOSPC in write.
by Tao Ma
· 14 years ago
39c99f1
Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.
by Tristan Ye
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
729963a
Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2
by Joel Becker
· 14 years ago
83fd9c7
Reorganize data elements to reduce struct sizes
by Goldwyn Rodrigues
· 14 years ago
1550271
ocfs2: Add struct file to ocfs2_refcount_cow.
by Tao Ma
· 14 years ago
0378da0f
ocfs2: pass struct file* to ocfs2_write_begin_nolock.
by Tao Ma
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
40e2e97
direct-io: move aio_complete into ->end_io
by Christoph Hellwig
· 14 years ago
693c241
ocfs2: No need to zero pages past i_size.
by Joel Becker
· 14 years ago
5693486
ocfs2: Zero the tail cluster when extending past i_size.
by Joel Becker
· 14 years ago
a4bfb4c
ocfs2: When zero extending, do it by page.
by Joel Becker
· 14 years ago
4fe370a
ocfs2: use allocation reservations during file write
by Mark Fasheh
· 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
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
cbaee47
ocfs2: Only bug out in direct io write for reflinked extent.
by Tao Ma
· 15 years ago
2bd6321
ocfs2/trivial: Remove trailing whitespaces
by Sunil Mushran
· 15 years ago
5fe878a
direct-io: cleanup blockdev_direct_IO locking
by Christoph Hellwig
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
b80474b
ocfs2: Use buffer IO if we are appending a file.
by Tao Ma
· 15 years ago
37f8a2b
ocfs2: CoW a reflinked cluster when it is truncated.
by Tao Ma
· 15 years ago
293b2f7
ocfs2: Integrate CoW in file write.
by Tao Ma
· 15 years ago
6f70fa5
ocfs2: Add CoW support.
by Tao Ma
· 15 years ago
aa261f5
HWPOISON: Enable .remove_error_page for migration aware file systems
by Andi Kleen
· 15 years ago
5e404e9
ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().
by Joel Becker
· 16 years ago
0cf2f76
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
by Joel Becker
· 16 years ago
8379e7c
ocfs2: ocfs2_write_begin_nolock() should handle len=0
by Sunil Mushran
· 15 years ago
e743267
ocfs2: Initialize the cluster we're writing to in a non-sparse extend
by Sunil Mushran
· 15 years ago
1f4cea3
ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation
by Wengang Wang
· 15 years ago
cbfa963
ocfs2: Fix error return in ocfs2_write_cluster()
by Wengang Wang
· 15 years ago
1fca3a0
ocfs2: Pagecache usage optimization on ocfs2
by Hisashi Hifumi
· 16 years ago
d9ae49d
ocfs2: tweak to get the maximum inline data size with xattr
by Tiger Yang
· 16 years ago
13723d0
ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.
by Joel Becker
· 16 years ago
a90714c
ocfs2: Add quota calls for allocation and freeing of inodes and space
by Jan Kara
· 16 years ago
53ef99c
ocfs2: Remove JBD compatibility layer
by Mark Fasheh
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
0fcaa56
ocfs2: Simplify ocfs2_read_block()
by Joel Becker
· 16 years ago
31d3307
ocfs2: Require an inode for ocfs2_read_block(s)().
by Joel Becker
· 16 years ago
a81cb88
ocfs2: Don't check for NULL before brelse()
by Mark Fasheh
· 16 years ago
2b4e30f
ocfs2: Switch over to JBD2.
by Joel Becker
· 16 years ago
8d6220d
ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
by Joel Becker
· 16 years ago
Next »