Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7a159cc9d7987cdb4853f8711f5f89e01cfffe42
/
fs
/
ocfs2
/
aops.c
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
f99b9b7
ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.
by Joel Becker
· 16 years ago
f56654c
ocfs2: Add extent tree operation for xattr value btrees
by Tao Ma
· 16 years ago
0eb8d47
ocfs2: Make high level btree extend code generic
by Tao Ma
· 16 years ago
e7d4cb6
ocfs2: Abstract ocfs2_extent_tree in b-tree operations.
by Tao Ma
· 16 years ago
811f933
ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
by Tao Ma
· 16 years ago
231b87d
ocfs2: Modify ocfs2_num_free_extents for future xattr usage.
by Tao Ma
· 16 years ago
0e11622
ocfs2: Fix a bug in direct IO read.
by Tao Ma
· 16 years ago
961cecb
[PATCH] ocfs2: Fix oops when racing files truncates with writes into an mmap region
by Sunil Mushran
· 16 years ago
c0420ad
[PATCH] ocfs2: fix oops in mmap_truncate testing
by Coly Li
· 16 years ago
58dadcd
fs/ocfs2/aops.c: test for IS_ERR rather than 0
by Julia Lawall
· 17 years ago
86c838b
[PATCH] fs/ocfs2/aops.c: Correct use of ! and &
by Julia Lawall
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
d2849fb
ocfs2: Safer read_inline_data()
by Jan Kara
· 17 years ago
628a24f
ocfs2: Readpages support
by Mark Fasheh
· 17 years ago
e63aecb6
ocfs2: Rename ocfs2_meta_[un]lock
by Mark Fasheh
· 17 years ago
c934a92
ocfs2: Remove data locks
by Mark Fasheh
· 17 years ago
0d8a4e0
ocfs2: Fix comparison in ocfs2_size_fits_inline_data()
by Mark Fasheh
· 17 years ago
4e9563f
ocfs2: fix write() performance regression
by Mark Fasheh
· 17 years ago
b6af1bc
ocfs2: convert to new aops
by Nick Piggin
· 17 years ago
1afc32b
ocfs2: Write support for inline data
by Mark Fasheh
· 17 years ago
6798d35
ocfs2: Read support for inline data
by Mark Fasheh
· 17 years ago
1d410a6
ocfs2: Small refactor of truncate zeroing code
by Mark Fasheh
· 17 years ago
65ed39d
ocfs2: move nonsparse hole-filling into ocfs2_write_begin()
by Mark Fasheh
· 17 years ago
5c26a7b
ocfs2: Don't double set write parameters
by Mark Fasheh
· 17 years ago
db56246
ocfs2: Fix pos/len passed to ocfs2_write_cluster
by Mark Fasheh
· 17 years ago
30b8548
[PATCH] ocfs2: Fix a wrong cluster calculation.
by tao.ma@oracle.com
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
54c57dc
[PATCH] ocfs2: zero_user_page conversion
by Eric Sandeen
· 17 years ago
2ae99a6
ocfs2: Support creation of unwritten extents
by Mark Fasheh
· 18 years ago
b27b7cb
ocfs2: support writing of unwritten extents
by Mark Fasheh
· 17 years ago
0d172ba
ocfs2: small cleanup of ocfs2_write_begin_nolock()
by Mark Fasheh
· 17 years ago
59a5e41
ocfs2: plug truncate into cached dealloc routines
by Mark Fasheh
· 17 years ago
bce9976
ocfs2: harden buffer check during mapping of page blocks
by Mark Fasheh
· 17 years ago
7307de8
ocfs2: shared writeable mmap
by Mark Fasheh
· 17 years ago
607d44a
ocfs2: factor out write aops into nolock variants
by Mark Fasheh
· 17 years ago
3a307ff
ocfs2: rework ocfs2_buffered_write_cluster()
by Mark Fasheh
· 17 years ago
eeb47d1
ocfs2: Fix invalid assertion during write on 64k pages
by Mark Fasheh
· 17 years ago
5c3c6bb
[PATCH] ocfs2: use zero_user_page
by Nate Diller
· 17 years ago
e9dfc0b
ocfs2: trylock in ocfs2_readpage()
by Mark Fasheh
· 17 years ago
9315f13
ocfs2: Force use of GFP_NOFS in ocfs2_write()
by Mark Fasheh
· 18 years ago
1ca1a11
ocfs2: fix sparse warnings in fs/ocfs2
by Mark Fasheh
· 18 years ago
6cb129f
[PATCH] fs/ocfs2/: make 3 functions static
by Adrian Bunk
· 18 years ago
7cdfc3a
ocfs2: Remember rw lock level during direct io
by Mark Fasheh
· 18 years ago
8110b07
ocfs2: Fix up i_blocks calculation to know about holes
by Mark Fasheh
· 18 years ago
4f902c3
ocfs2: Fix extent lookup to return true size of holes
by Mark Fasheh
· 18 years ago
49cb8d2
ocfs2: Read from an unwritten extent returns zeros
by Mark Fasheh
· 18 years ago
6af67d8
ocfs2: Use own splice write actor
by Mark Fasheh
· 18 years ago
60b1139
ocfs2: zero tail of sparse files on truncate
by Mark Fasheh
· 18 years ago
25baf2d
ocfs2: Teach ocfs2_get_block() about holes
by Mark Fasheh
· 18 years ago
5069120
ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()
by Mark Fasheh
· 18 years ago
9517bac
ocfs2: teach ocfs2_file_aio_write() about sparse files
by Mark Fasheh
· 18 years ago
363041a
ocfs2: temporarily remove extent map caching
by Mark Fasheh
· 18 years ago
03f981c
ocfs2: add some missing address space callbacks
by Joel Becker
· 18 years ago
564f8a3
ocfs2: Allow direct I/O read past end of file
by Mark Fasheh
· 18 years ago
d28c917
[PATCH] struct path: convert ocfs2
by Josef Sipek
· 18 years ago
1fabe14
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
by Mark Fasheh
· 18 years ago
65eff9c
ocfs2: remove handle argument to ocfs2_start_trans()
by Mark Fasheh
· 18 years ago
02dc1af
ocfs2: pass ocfs2_super * into ocfs2_commit_trans()
by Mark Fasheh
· 18 years ago
Next »