Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0683e598a1341029141b7dbb9d1bd362612ffaae
/
fs
/
xfs
/
xfs_file.c
« Previous
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
23fffa9
fs: move falloc collapse range check into the filesystem methods
by Lukas Czerner
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
d15e031
Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
0a64bc2
xfs_file_buffered_aio_write(): switch to generic_perform_write()
by Al Viro
· 11 years ago
5cb6c6c
generic_file_direct_write(): get rid of ppos argument
by Al Viro
· 11 years ago
fcacafd
kill the 5th argument of generic_file_buffered_write()
by Al Viro
· 11 years ago
376ba31
xfs: Add support for FALLOC_FL_ZERO_RANGE
by Lukas Czerner
· 11 years ago
e1d8fb8
xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
by Namjae Jeon
· 11 years ago
d311d79
fix O_SYNC|O_APPEND syncing the wrong range on write()
by Al Viro
· 11 years ago
7c71ee7
xfs: allow logical-sector sized O_DIRECT
by Eric Sandeen
· 11 years ago
6da5417
xfs: rename xfs_buftarg structure members
by Eric Sandeen
· 11 years ago
309ecac
xfs: rename xfs_ilock_map_shared
by Christoph Hellwig
· 11 years ago
01f4f32
xfs: remove xfs_iunlock_map_shared
by Christoph Hellwig
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
5706278
xfs: unify directory/attribute format definitions
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
83aee9e
xfs: simplify the fallocate path
by Christoph Hellwig
· 11 years ago
5f8aca8
xfs: always hold the iolock when calling xfs_change_file_space
by Christoph Hellwig
· 11 years ago
76ca4c2
xfs: always take the iolock around xfs_setattr_size
by Christoph Hellwig
· 11 years ago
c24b5df
xfs: kill xfs_vnodeops.[ch]
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
46a1c2c
vfs: export lseek_execute() to modules
by Jie Liu
· 11 years ago
b822755
[readdir] convert xfs
by Al Viro
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
c8d8566
Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
33363fe
xfs: add CRC checking to dir2 data blocks
by Dave Chinner
· 12 years ago
8d71db4
lift sb_start_write/sb_end_write out of ->aio_write()
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
ef9d873
xfs: byte range granularity for XFS_IOC_ZERO_RANGE
by Dave Chinner
· 12 years ago
da6958c
xfs: Add verifiers to dir2 data readahead.
by Dave Chinner
· 12 years ago
4bb20a8
xfs: add verifier callback to directory read code
by Dave Chinner
· 12 years ago
fb59581
xfs: remove xfs_flushinval_pages
by Dave Chinner
· 12 years ago
9aa0500
xfs: xfs_sync_data is redundant.
by Dave Chinner
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
b686d1f
xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extents
by Jeff Liu
· 12 years ago
52f1acc
xfs: xfs_seek_data() refinement with unwritten extents check up from page cache
by Jeff Liu
· 12 years ago
d126d43
xfs: Introduce a helper routine to probe data or hole offset from page cache
by Jeff Liu
· 12 years ago
834ab12
xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()
by Jeff Liu
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d9457dc
xfs: Convert to new freezing code
by Jan Kara
· 12 years ago
5276432
xfs: kill copy and paste segment checks in xfs_file_aio_read
by Dave Chinner
· 12 years ago
3297238
xfs: make largest supported offset less shouty
by Dave Chinner
· 12 years ago
c3b2da3
fs: introduce inode operation ->update_time
by Josef Bacik
· 13 years ago
3fe3e6b
xfs: introduce SEEK_DATA/SEEK_HOLE support
by Jeff Liu
· 13 years ago
ad1e95c
xfs: clean up xfs_bit.h includes
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
193aec1
xfs: push the ilock into xfs_zero_eof
by Christoph Hellwig
· 13 years ago
467f789
xfs: reduce ilock hold times in xfs_file_aio_write_checks
by Christoph Hellwig
· 13 years ago
8f639dd
xfs: reimplement fdatasync support
by Christoph Hellwig
· 13 years ago
8a9c998
xfs: log timestamp updates
by Christoph Hellwig
· 13 years ago
d060646
xfs: cleanup xfs_file_aio_write
by Christoph Hellwig
· 13 years ago
5bf1f26
xfs: always return with the iolock held from xfs_file_aio_write_checks
by Christoph Hellwig
· 13 years ago
2813d68
xfs: remove the i_new_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
ce7ae151
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
1da2f2d
xfs: optimize fsync on directories
by Christoph Hellwig
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
b103705
xfs: unlock the inode before log force in xfs_fsync
by Christoph Hellwig
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
c58cb16
xfs: avoid direct I/O write vs buffered I/O race
by Christoph Hellwig
· 13 years ago
4a06fd2
xfs: remove i_iocount
by Christoph Hellwig
· 13 years ago
7271d24
xfs: don't serialise adjacent concurrent direct IO appending writes
by Dave Chinner
· 13 years ago
0c38a25
xfs: don't serialise direct IO reads on page cache checks
by Dave Chinner
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_file.c]
d1166ec
xfs: prevent against ioend livelocks in xfs_file_fsync
by Christoph Hellwig
· 13 years ago
340a0a0
xfs: Fix wrong return value of xfs_file_aio_write
by Markus Trippelsdorf
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
c4ed424
xfs: split xfs_setattr
by Christoph Hellwig
· 13 years ago
a27a263
xfs: make log devices with write back caches work
by Christoph Hellwig
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8287889
xfs: preallocation transactions do not need to be synchronous
by Dave Chinner
· 14 years ago
2fe17c1
fallocate should be a file operation
by Christoph Hellwig
· 14 years ago
eda7798
xfs: serialise unaligned direct IOs
by Dave Chinner
· 14 years ago
4d8d158
xfs: factor common write setup code
by Dave Chinner
· 14 years ago
637bbc7
xfs: split buffered IO write path from xfs_file_aio_write
by Dave Chinner
· 14 years ago
f0d26e8
xfs: split direct IO write path from xfs_file_aio_write
by Dave Chinner
· 14 years ago
487f84f
xfs: introduce xfs_rw_lock() helpers for locking the inode
by Dave Chinner
· 14 years ago
4c5cfd1
xfs: factor post-write newsize updates
by Dave Chinner
· 14 years ago
edafb6d
xfs: factor common post-write isize handling code
by Dave Chinner
· 14 years ago
a363f0c
xfs: ensure sync write errors are returned
by Dave Chinner
· 14 years ago
fa17b25
xfs: remove a dmapi leftover
by Christoph Hellwig
· 14 years ago
cca28fb
xfs: split xfs_itrace_entry
by Christoph Hellwig
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
37bc574
xfs: wait for direct I/O to complete in fsync and write_inode
by Christoph Hellwig
· 15 years ago
024910c
xfs: fix inode pincount check in fsync
by Christoph Hellwig
· 15 years ago
66d834e
xfs: implement optimized fdatasync
by Christoph Hellwig
· 15 years ago
fd3200b
xfs: remove wrapper for the fsync file operation
by Christoph Hellwig
· 15 years ago
00258e3
xfs: remove wrappers for read/write file operations
by Christoph Hellwig
· 15 years ago
dda35b8
xfs: merge xfs_lrw.c into xfs_file.c
by Christoph Hellwig
· 15 years ago
a9cc799
xfs: increase readdir buffer size
by Eric Sandeen
· 15 years ago
c355c65
xfs: remove IO_ISAIO
by Christoph Hellwig
· 15 years ago
a372bf8
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
d080070
xfs: stop calling filemap_fdatawait inside ->fsync
by Christoph Hellwig
· 15 years ago
Next »