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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-11
[XFS] resync headers with libxfs
Christoph Hellwig
4
-11
/
+12
2008-12-11
[XFS] simplify projid check in xfs_rename
Christoph Hellwig
1
-38
/
+11
2008-12-11
[XFS] replace b_fspriv with b_mount
Christoph Hellwig
6
-32
/
+19
2008-12-10
[XFS] Remove unused tracing code
Lachlan McIlroy
2
-3
/
+0
2008-12-05
[XFS] Remove unnecessary assertion
Lachlan McIlroy
1
-2
/
+0
2008-12-05
[XFS] Remove unused variable in ktrace_free()
Lachlan McIlroy
1
-7
/
+2
2008-12-05
[XFS] Check return value of xfs_buf_get_noaddr()
Lachlan McIlroy
1
-0
/
+2
2008-12-05
[XFS] Fix hang after disallowed rename across directory quota domains
Dave Chinner
1
-1
/
+1
2008-12-05
[XFS] Fix compile with CONFIG_COMPAT enabled
Christoph Hellwig
1
-1
/
+1
2008-12-04
move inode tracing out of xfs_vnode.
Christoph Hellwig
5
-131
/
+93
2008-12-04
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
8
-54
/
+48
2008-12-04
kill vn_ioerror
Christoph Hellwig
3
-21
/
+13
2008-12-04
kill xfs_unmount_flush
Christoph Hellwig
5
-90
/
+10
2008-12-04
no explicit xfs_iflush for special inodes during unmount
Christoph Hellwig
5
-106
/
+15
2008-12-04
use xfs_trans_ijoin in xfs_trans_iget
Christoph Hellwig
1
-29
/
+1
2008-12-04
remove leftovers of shared read-only support
Christoph Hellwig
3
-57
/
+0
2008-12-04
remove unused m_inode_quiesce member from struct xfs_mount
Christoph Hellwig
1
-1
/
+0
2008-12-04
kill dead inode flags
Christoph Hellwig
6
-34
/
+11
2008-12-04
cleanup xfs_sb.h feature flag helpers
Christoph Hellwig
1
-80
/
+86
2008-12-04
kill dead quota flags
Christoph Hellwig
1
-5
/
+3
2008-12-04
remove dead code from sv_t implementation
Christoph Hellwig
1
-18
/
+4
2008-12-04
reduce l_icloglock roundtrips
Christoph Hellwig
1
-7
/
+6
2008-12-04
stop using igrab in xfs_vn_link
Christoph Hellwig
1
-6
/
+3
2008-12-04
kill xfs_buf_iostart
Christoph Hellwig
2
-56
/
+50
2008-12-04
cleanup the inode reclaim path
Christoph Hellwig
4
-117
/
+86
2008-12-04
remove unused prototypes for xfs_ihash_init / xfs_ihash_free
Christoph Hellwig
1
-2
/
+0
2008-12-04
remove unused behvavior cruft in xfs_super.h
Christoph Hellwig
1
-12
/
+0
2008-12-04
remove useless mnt_want_write call in xfs_write
Christoph Hellwig
1
-9
/
+1
2008-12-04
[XFS] fix compile on 32 bit systems
Christoph Hellwig
3
-4
/
+13
2008-12-02
[XFS] Reorder xfs_ioctl32.c for some tidiness
sandeen@sandeen.net
1
-42
/
+36
2008-12-02
[XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handler
sandeen@sandeen.net
2
-1
/
+51
2008-12-02
[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler
sandeen@sandeen.net
4
-7
/
+136
2008-12-02
[XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler
sandeen@sandeen.net
2
-1
/
+147
2008-12-02
[XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl
sandeen@sandeen.net
1
-3
/
+10
2008-12-02
[XFS] Fix xfs_bulkstat_one size checks & error handling
sandeen@sandeen.net
3
-28
/
+39
2008-12-02
[XFS] Make the bulkstat_one compat ioctl handling more sane
sandeen@sandeen.net
3
-16
/
+56
2008-12-02
[XFS] Add compat handlers for data & rt growfs ioctls
sandeen@sandeen.net
2
-0
/
+54
2008-12-02
[XFS] Add compat handlers for swapext ioctl
sandeen@sandeen.net
2
-5
/
+69
2008-12-02
[XFS] Clean up some existing compat ioctl calls
sandeen@sandeen.net
3
-91
/
+171
2008-12-02
[XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h
sandeen@sandeen.net
3
-139
/
+150
2008-12-02
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
sandeen@sandeen.net
5
-64
/
+63
2008-12-01
[XFS] fix error handling in xlog_recover_process_one_iunlink
Christoph Hellwig
1
-13
/
+5
2008-12-01
[XFS] move inode allocation out xfs_iread
Christoph Hellwig
3
-104
/
+91
2008-12-01
[XFS] kill the XFS_IMAP_BULKSTAT flag
Christoph Hellwig
5
-11
/
+5
2008-12-01
[XFS] embededd struct xfs_imap into xfs_inode
Christoph Hellwig
7
-71
/
+33
2008-12-01
[XFS] merge xfs_imap into xfs_dilocate
Christoph Hellwig
5
-120
/
+88
2008-12-01
[XFS] remove dead code for old inode item recovery
Christoph Hellwig
4
-33
/
+10
2008-12-01
[XFS] stop using xfs_itobp in xfs_iread
Christoph Hellwig
3
-49
/
+37
2008-12-01
[XFS] split up xlog_recover_process_iunlinks
Christoph Hellwig
1
-68
/
+66
2008-12-01
[XFS] kill XFS_DINODE_VERSION_ defines
Christoph Hellwig
7
-25
/
+20
[next]