index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-23
[XFS] Fix inode list allocation size in writeback.
David Chinner
1
-3
/
+4
2008-05-23
[XFS] Don't allow memory reclaim to wait on the filesystem in inode
David Chinner
1
-1
/
+1
2008-04-29
[XFS] shrink mrlock_t
Christoph Hellwig
1
-14
/
+11
2008-04-18
[XFS] Ensure the inode is joined in xfs_itruncate_finish
David Chinner
1
-72
/
+65
2008-04-18
[XFS] xfs_iflush_fork() never returns an error.
David Chinner
1
-17
/
+8
2008-04-18
[XFS] Ensure xfs_bawrite() errors are checked.
David Chinner
1
-1
/
+1
2008-04-18
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
1
-30
/
+22
2008-04-18
[XFS] Use xfs_inode_clean() in more places
David Chinner
1
-22
/
+5
2008-04-18
[XFS] Remove the xfs_icluster structure
David Chinner
1
-115
/
+153
2008-04-18
[XFS] Don't block pdflush when writing back inodes
David Chinner
1
-53
/
+82
2008-04-18
[XFS] Factor xfs_itobp() and xfs_inotobp().
David Chinner
1
-155
/
+106
2008-04-10
[XFS] remove shouting-indirection macros from xfs_sb.h
Eric Sandeen
1
-3
/
+3
2008-02-07
[XFS] use generic_permission
Christoph Hellwig
1
-63
/
+0
2008-02-07
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
Christoph Hellwig
1
-3
/
+5
2008-02-07
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
Robert P. J. Day
1
-28
/
+4
2008-02-07
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
1
-1
/
+4
2008-02-07
[XFS] Fix inode allocation latency
David Chinner
1
-33
/
+1
2008-02-07
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
Vlad Apostolov
1
-18
/
+25
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
1
-3
/
+1
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
1
-13
/
+9
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
1
-6
/
+2
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
1
-3
/
+3
2007-12-18
[XFS] Don't wait for pending I/Os when purging blocks beyond eof.
Lachlan McIlroy
1
-2
/
+4
2007-10-16
[XFS] get_bulkall() could return incorrect inode state
Vlad Apostolov
1
-6
/
+20
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
1
-0
/
+7
2007-10-16
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
1
-1
/
+2
2007-10-16
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-3
/
+6
2007-10-15
[XFS] Radix tree based inode caching
David Chinner
1
-23
/
+19
2007-10-15
[XFS] dinode endianess annotations
Christoph Hellwig
1
-106
/
+107
2007-10-15
[XFS] move linux/log2.h header to xfs_linux.h
Eric Sandeen
1
-2
/
+0
2007-10-15
[XFS] endianess annotations for xfs_bmbt_rec_t
Christoph Hellwig
1
-8
/
+4
2007-10-15
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
Christoph Hellwig
1
-43
/
+28
2007-07-14
[XFS] Clean up function name handling in tracing code
Eric Sandeen
1
-6
/
+2
2007-07-14
[XFS] Quota inode has no parent.
David Chinner
1
-4
/
+9
2007-07-14
[XFS] Concurrent Multi-File Data Streams
David Chinner
1
-2
/
+15
2007-07-14
[XFS] Use is_power_of_2 instead of open coding checks
Vignesh Babu
1
-2
/
+3
2007-05-08
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
1
-10
/
+38
2007-05-08
[XFS] propogate return codes from flush routines
Lachlan McIlroy
1
-3
/
+5
2007-05-08
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
1
-1
/
+1
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
1
-1
/
+0
2007-02-10
[XFS] Remove unused argument to xfs_bmap_finish
Eric Sandeen
1
-2
/
+1
2007-02-10
[XFS] Fix callers of xfs_iozero() to zero the correct range.
Lachlan McIlroy
1
-1
/
+1
2007-02-10
[XFS] Fix inode log item use-after-free on forced shutdown
David Chinner
1
-4
/
+18
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
1
-1
/
+1
2006-11-21
[XFS] Stale the correct inode when freeing clusters.
David Chinner
1
-1
/
+1
2006-11-11
[XFS] Prevent a deadlock when xfslogd unpins inodes.
David Chinner
1
-25
/
+22
2006-11-11
[XFS] Clean up i_flags and i_flags_lock handling.
David Chinner
1
-12
/
+5
[next]