index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
xfs: Fix possible use-after-free with AIO
Jan Kara
1
-1
/
+1
2012-11-29
xfs: fix direct IO nested transaction deadlock.
Dave Chinner
1
-52
/
+29
2012-11-14
xfs: remove xfs_flush_pages
Dave Chinner
1
-1
/
+1
2012-11-13
xfs: fix broken error handling in xfs_vm_writepage
Dave Chinner
1
-15
/
+39
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+18
2012-07-31
xfs: Convert to new freezing code
Jan Kara
1
-0
/
+18
2012-07-22
Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.
Alain Renaud
1
-24
/
+24
2012-07-22
xfs: handle EOF correctly in xfs_vm_writepage
Christoph Hellwig
1
-2
/
+17
2012-06-20
xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)
Alain Renaud
1
-3
/
+8
2012-06-14
xfs: m_maxioffset is redundant
Dave Chinner
1
-6
/
+6
2012-06-14
xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)
Alain Renaud
1
-3
/
+8
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
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: Use preallocation for inodes with extsz hints
Dave Chinner
1
-1
/
+1
2012-05-14
xfs: punch new delalloc blocks out of failed writes inside EOF.
Dave Chinner
1
-46
/
+127
2012-05-14
xfs: page type check in writeback only checks last buffer
Dave Chinner
1
-6
/
+6
2012-05-14
xfs: punch all delalloc blocks beyond EOF on write failure.
Dave Chinner
1
-1
/
+1
2012-05-14
xfs: use shared ilock mode for direct IO writes by default
Dave Chinner
1
-4
/
+26
2012-03-13
xfs: log file size updates at I/O completion time
Christoph Hellwig
1
-24
/
+109
2012-03-05
xfs: log file size updates as part of unwritten extent conversion
Christoph Hellwig
1
-5
/
+6
2012-03-05
xfs: do not require an ioend for new EOF calculation
Christoph Hellwig
1
-20
/
+4
2012-03-05
xfs: use per-filesystem I/O completion workqueues
Christoph Hellwig
1
-29
/
+10
2012-01-17
xfs: remove the i_new_size field in struct xfs_inode
Christoph Hellwig
1
-13
/
+16
2012-01-17
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2011-11-08
xfs: fix force shutdown handling in xfs_end_io
Christoph Hellwig
1
-1
/
+1
2011-10-31
xfs: warn if direct reclaim tries to writeback pages
Mel Gorman
1
-4
/
+4
2011-10-11
xfs: introduce xfs_bmapi_read()
Dave Chinner
1
-4
/
+4
2011-10-11
xfs: improve ioend error handling
Christoph Hellwig
1
-10
/
+17
2011-10-11
xfs: remove i_iocount
Christoph Hellwig
1
-38
/
+1
2011-10-11
xfs: reduce ioend latency
Christoph Hellwig
1
-1
/
+15
2011-10-11
xfs: defer AIO/DIO completions
Christoph Hellwig
1
-17
/
+9
2011-10-11
xfs: remove dead ENODEV handling in xfs_destroy_ioend
Christoph Hellwig
1
-11
/
+0
2011-09-14
xfs: fix a use after free in xfs_end_io_direct_write
Christoph Hellwig
1
-1
/
+2
2011-08-12
xfs: remove subdirectories
Christoph Hellwig
1
-0
/
+1499