Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c224a03a79021ab12ce057964df9e679af5386d
/
fs
/
ocfs2
/
file.c
6b933c8
ocfs2: Avoid direct write if we fall back to buffered I/O
by Li Dongyang
· 15 years ago
7968184
ocfs2: Reset status if we want to restart file extension.
by Tao Ma
· 15 years ago
a03ab78
ocfs2: one more warning fix in ocfs2_file_aio_write(), v2
by Coly Li
· 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
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5051f76
ocfs2: send SIGXFSZ if new filesize exceeds limit -v2
by Wengang Wang
· 15 years ago
66b116c
ocfs2: fix warning in ocfs2_file_aio_write()
by Coly Li
· 15 years ago
96a1cc7
ocfs2: Clean up the checks for CoW and direct I/O.
by Wengang Wang
· 15 years ago
60c4867
ocfs2: Add parenthesis to wrap the check for O_DIRECT.
by Tao Ma
· 15 years ago
2bd6321
ocfs2/trivial: Remove trailing whitespaces
by Sunil Mushran
· 15 years ago
86470e9
ocfs2: Handle O_DIRECT when writing to a refcounted cluster.
by Tao Ma
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
2f48d59
ocfs2: duplicate inline data properly during reflink.
by Tao Ma
· 15 years ago
b64ada6
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
8b2c0db
ocfs2: Call refcount tree remove process properly.
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
d23c937
ocfs2: Update syncing after splicing to match generic version
by Jan Kara
· 15 years ago
918941a
ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
by Jan Kara
· 15 years ago
5e404e9
ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree().
by Joel Becker
· 16 years ago
cbee7e1
ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode.
by Joel Becker
· 16 years ago
0cf2f76
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
by Joel Becker
· 16 years ago
cefcb80
ocfs2: Initialize count in aio_write before generic_write_checks
by Goldwyn Rodrigues
· 15 years ago
812e7a6
ocfs2: log the actual return value of ocfs2_file_aio_write()
by Wengang Wang
· 15 years ago
1962f39
ocfs2: Update atime in splice read if necessary.
by Tao Ma
· 15 years ago
e04cc15
ocfs2: fdatasync should skip unimportant metadata writeout
by Hisashi Hifumi
· 15 years ago
65bac57
ocfs2: Fix possible deadlock with quotas in ocfs2_setattr()
by Jan Kara
· 15 years ago
328eaab
ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
by Miklos Szeredi
· 16 years ago
7bfac9e
splice: fix deadlock in splicing to file
by Miklos Szeredi
· 16 years ago
c19a28e
remove lots of double-semicolons
by Fernando Carrijo
· 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
9e33d69
ocfs2: Implementation of local and global quota file handling
by Jan Kara
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
060bc66
ocfs2: add ocfs2_acl_chmod
by Tiger Yang
· 16 years ago
23fc270
ocfs2: add ocfs2_check_acl
by Tiger Yang
· 16 years ago
fecc011
ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range()
by Mark Fasheh
· 16 years ago
c435400
ocfs2: truncate outstanding block after direct io failure
by Dmitri Monakhov
· 16 years ago
fa38e92
ocfs2: Fix check of return value of ocfs2_start_trans()
by Jan Kara
· 16 years ago
4e02ed4
fs: remove prepare_write/commit_write
by Nick Piggin
· 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
cf1d6c7
ocfs2: Add extended attribute support
by Tiger Yang
· 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
53da493
ocfs2: POSIX file locks support
by Mark Fasheh
· 16 years ago
00dc417
ocfs2: fiemap support
by Mark Fasheh
· 16 years ago
c259ae5
[PATCH] ocfs2: Release mutex in error handling code
by Julia Lawall
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
56753bd
ocfs2: Silence an error message in ocfs2_file_aio_read()
by Sunil Mushran
· 16 years ago
bc53580
ocfs2: Allow uid/gid/perm changes of symlinks
by Sunil Mushran
· 17 years ago
c9ec148
ocfs2: Convert ocfs2 over to unlocked_ioctl
by Andi Kleen
· 17 years ago
634bf74
ocfs2: printf fixes
by Jan Kara
· 17 years ago
32c3c0e
ocfs2: Use generic_file_llseek
by Jan Kara
· 17 years ago
53fc622
[PATCH 2/2] ocfs2: cluster aware flock()
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
b1967d0
ocfs2: reverse inline-data truncate args
by Mark Fasheh
· 17 years ago
9ea2d32
ocfs2: Commit journal on sync writes
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
65ed39d
ocfs2: move nonsparse hole-filling into ocfs2_write_begin()
by Mark Fasheh
· 17 years ago
415cb80
ocfs2: Allow smaller allocations during large writes
by Mark Fasheh
· 17 years ago
e535e2e
ocfs2: Fix calculation of i_blocks during truncate
by Mark Fasheh
· 17 years ago
ce76fd3
ocfs2: check ia_size limits in setattr
by Mark Fasheh
· 17 years ago
7c08d70
ocfs2: Fix some casting errors related to file writes
by Mark Fasheh
· 17 years ago
a00cce3
ocfs2: use s_maxbytes directly in ocfs2_change_file_space()
by Mark Fasheh
· 17 years ago
c11e9fa
ocfs2: Restrict inode changes in ocfs2_update_inode_atime()
by Mark Fasheh
· 17 years ago
3836df6
ocfs2: bad kunmap_atomic()
by Jens Axboe
· 17 years ago
385820a
ocfs2: ->fallocate() support
by Mark Fasheh
· 17 years ago
8e1c091
arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()
by Jeff Garzik
· 17 years ago
b258010
ocfs2: Support xfs style space reservation ioctls
by Mark Fasheh
· 18 years ago
063c456
ocfs2: support for removing file regions
by Mark Fasheh
· 17 years ago
35edec1
ocfs2: update truncate handling of partial clusters
by Mark Fasheh
· 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
7307de8
ocfs2: shared writeable mmap
by Mark Fasheh
· 17 years ago
3a307ff
ocfs2: rework ocfs2_buffered_write_cluster()
by Mark Fasheh
· 18 years ago
2e89b2e
ocfs2: take ip_alloc_sem during entire truncate
by Mark Fasheh
· 17 years ago
cac36bb0
pipe: change the ->pin() operation to ->confirm()
by Jens Axboe
· 17 years ago
d6b29d7
splice: divorce the splice structure/function definitions from the pipe header
by Jens Axboe
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
6a14b90
vmsplice: add vmsplice-to-user support
by Jens Axboe
· 17 years ago
c66ab6f
splice: abstract out actor data
by Jens Axboe
· 17 years ago
d9b08b9
[PATCH] ocfs2: use generic_segment_checks
by Christoph Hellwig
· 17 years ago
1024c90
ocfs2: unmap_mapping_range() in ocfs2_truncate()
by Mark Fasheh
· 17 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
586d232
ocfs2: Implement compat_ioctl()
by Mark Fasheh
· 18 years ago
7cdfc3a
ocfs2: Remember rw lock level during direct io
by Mark Fasheh
· 18 years ago
Next »