index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
1
-1
/
+1
2014-01-24
xfs: allow logical-sector sized O_DIRECT
Eric Sandeen
1
-2
/
+5
2014-01-24
xfs: rename xfs_buftarg structure members
Eric Sandeen
1
-2
/
+2
2013-12-18
xfs: rename xfs_ilock_map_shared
Christoph Hellwig
1
-3
/
+3
2013-12-18
xfs: remove xfs_iunlock_map_shared
Christoph Hellwig
1
-2
/
+2
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-3
/
+2
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-2
/
+4
2013-10-23
xfs: unify directory/attribute format definitions
Dave Chinner
1
-2
/
+2
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
1
-0
/
+1
2013-10-21
xfs: simplify the fallocate path
Christoph Hellwig
1
-28
/
+48
2013-10-21
xfs: always hold the iolock when calling xfs_change_file_space
Christoph Hellwig
1
-1
/
+1
2013-10-21
xfs: always take the iolock around xfs_setattr_size
Christoph Hellwig
1
-1
/
+1
2013-08-12
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
1
-1
/
+2
2013-08-12
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
1
-1
/
+1
2013-07-03
vfs: export lseek_execute() to modules
Jie Liu
1
-4
/
+2
2013-06-29
[readdir] convert xfs
Al Viro
1
-7
/
+5
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-02
Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-1
/
+1
2013-04-27
xfs: add CRC checking to dir2 data blocks
Dave Chinner
1
-1
/
+1
2013-04-09
lift sb_start_write/sb_end_write out of ->aio_write()
Al Viro
1
-3
/
+0
2013-02-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-11-29
xfs: byte range granularity for XFS_IOC_ZERO_RANGE
Dave Chinner
1
-1
/
+1
2012-11-15
xfs: Add verifiers to dir2 data readahead.
Dave Chinner
1
-1
/
+3
2012-11-15
xfs: add verifier callback to directory read code
Dave Chinner
1
-1
/
+1
2012-11-14
xfs: remove xfs_flushinval_pages
Dave Chinner
1
-11
/
+12
2012-10-17
xfs: xfs_sync_data is redundant.
Dave Chinner
1
-6
/
+7
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-1
/
+1
2012-08-24
xfs: xfs_seek_hole() refinement with hole searching from page cache for unwri...
Jeff Liu
1
-11
/
+67
2012-08-24
xfs: xfs_seek_data() refinement with unwritten extents check up from page cache
Jeff Liu
1
-18
/
+54
2012-08-24
xfs: Introduce a helper routine to probe data or hole offset from page cache
Jeff Liu
1
-0
/
+219
2012-08-24
xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()
Jeff Liu
1
-6
/
+4
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+7
2012-07-31
xfs: Convert to new freezing code
Jan Kara
1
-3
/
+7
2012-06-14
xfs: kill copy and paste segment checks in xfs_file_aio_read
Dave Chinner
1
-14
/
+3
2012-06-14
xfs: make largest supported offset less shouty
Dave Chinner
1
-1
/
+1
2012-06-01
fs: introduce inode operation ->update_time
Josef Bacik
1
-2
/
+5
2012-05-14
xfs: introduce SEEK_DATA/SEEK_HOLE support
Jeff Liu
1
-1
/
+142
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: push the ilock into xfs_zero_eof
Christoph Hellwig
1
-100
/
+63
2012-05-14
xfs: reduce ilock hold times in xfs_file_aio_write_checks
Christoph Hellwig
1
-14
/
+9
2012-03-13
xfs: reimplement fdatasync support
Christoph Hellwig
1
-2
/
+5
2012-03-13
xfs: log timestamp updates
Christoph Hellwig
1
-69
/
+14
2012-01-17
xfs: cleanup xfs_file_aio_write
Christoph Hellwig
1
-45
/
+37
2012-01-17
xfs: always return with the iolock held from xfs_file_aio_write_checks
Christoph Hellwig
1
-3
/
+4
2012-01-17
xfs: remove the i_new_size field in struct xfs_inode
Christoph Hellwig
1
-62
/
+10
2012-01-17
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
1
-34
/
+11
2011-12-02
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
1
-3
/
+3
2011-10-11
xfs: optimize fsync on directories
Christoph Hellwig
1
-1
/
+30
2011-10-11
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
1
-1
/
+1
[next]