Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
38c5d72f3ebe5ddd57d2f08dc035070fc6c9a287
/
fs
/
xfs
/
xfs_file.c
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
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
13e6d5c
xfs: merge fsync and O_SYNC handling
by Christoph Hellwig
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
d415867
[XFS] Use the incore inode size in xfs_file_readdir()
by Lachlan McIlroy
· 16 years ago
4d4be48
[XFS] add a FMODE flag to make XFS invisible I/O less hacky
by Christoph Hellwig
· 16 years ago
6bd16ff
kill dead inode flags
by Christoph Hellwig
· 16 years ago
ddcd856
[XFS] fix compile on 32 bit systems
by Christoph Hellwig
· 16 years ago
f999a5b
[XFS] wire up ->open for directories
by Christoph Hellwig
· 16 years ago
d88f183
[PATCH] Remove XFS buffered readdir hack
by David Woodhouse
· 16 years ago
59af158
[PATCH] fix ->llseek() for a bunch of directories
by Al Viro
· 16 years ago
978b723
[XFS] Fix fsync() b0rkage.
by David Chinner
· 16 years ago
c5acbaf
[XFS] remove dmapi cruft in xfs_file.c
by Christoph Hellwig
· 17 years ago
bc4ac74
[XFS] cleanup vnode use in dmapi calls
by Christoph Hellwig
· 17 years ago
450790a
[XFS] Fix oops in xfs_file_readdir()
by David Chinner
· 17 years ago
aea6ad0
[XFS] fix unaligned access in readdir
by Christoph Hellwig
· 17 years ago
4743e0e
[XFS] Initialise current offset in xfs_file_readdir correctly
by Lachlan McIlroy
· 17 years ago
041388b
[XFS] Put the correct offset in dirent d_off
by Lachlan McIlroy
· 17 years ago
e89bc61
[XFS] revert to double-buffering readdir
by Christoph Hellwig
· 17 years ago
bd186aa
[XFS] kill the vfs_flags member in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
b3aea4e
[XFS] kill the v_flag member in struct bhv_vnode
by Christoph Hellwig
· 17 years ago
2f6f7b3
[XFS] kill v_vfsp member from struct bhv_vnode
by Christoph Hellwig
· 17 years ago
739bfb2
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
by Christoph Hellwig
· 17 years ago
051e7cd
[XFS] use filldir internally
by Christoph Hellwig
· 17 years ago
eb9df39
[XFS] remove unessecary vfs argument to DM_EVENT_ENABLED
by Christoph Hellwig
· 17 years ago
fdb64f9
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
d00806b
mm: fix fault vs invalidate race for linear mappings
by Nick Piggin
· 17 years ago
4f57dbc
[XFS] Implement ->page_mkwrite in XFS.
by David Chinner
· 17 years ago
fbf3ce8
[XFS] XFS should not be looking at filp reference counts
by Christoph Hellwig
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
7989cb8
[XFS] Keep stack usage down for 4k stacks by using noinline.
by David Chinner
· 18 years ago
e678fb0
[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
f52720c
[PATCH] fs: Removing useless casts
by Panagiotis Issaris
· 18 years ago
1e788f8
[PATCH] xfs: update ->flush method proto
by Alexey Dobriyan
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
1d47bec
[XFS] Remove unnecessary local from open_exec dmapi path.
by Nathan Scott
· 18 years ago
67fcaa7
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
by Nathan Scott
· 18 years ago
7d4fb40
[XFS] Start writeout earlier (on last close) in the case where we have a
by Nathan Scott
· 18 years ago
fbc1462
[XFS] Fix a noatime regression related to updating inode atime field on
by Nathan Scott
· 18 years ago
cbb7e57
[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()
by Jens Axboe
· 19 years ago
3a326a2
[PATCH] introduce a "kernel-internal pipe object" abstraction
by Ingo Molnar
· 19 years ago
1b89584
[XFS] Provide XFS support for the splice syscall.
by Nathan Scott
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
ec86dc0
[XFS] Complete transition away from linvfs naming convention, finally.
by Nathan Scott
· 19 years ago
524fbf5
[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will
by Nathan Scott
· 19 years ago
3562fd4
[XFS] Switch over from linvfs names for file operations for consistent naming.
by Nathan Scott
· 19 years ago
220b528
[XFS] Dynamically allocate vattr in places it makes sense to do so, to
by Nathan Scott
· 19 years ago
1f6553f
[XFS] Dynamically allocate local kiocb structures in readv/writev routines
by Nathan Scott
· 19 years ago
75e17b3
[XFS] add helper to get xfs_inode from vnode
by Christoph Hellwig
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
bb3f724
[XFS] send dmapi events from nopage for mmapped files
by Dean Roehrich
· 19 years ago
Next »