index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
/
xfs_iops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kill dead inode flags
Christoph Hellwig
2008-12-04
1
-5
/
+0
*
stop using igrab in xfs_vn_link
Christoph Hellwig
2008-12-04
1
-6
/
+3
*
[XFS] Hook up the fiemap ioctl.
Eric Sandeen
2008-12-01
1
-0
/
+84
*
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
2008-11-10
1
-1
/
+0
*
[XFS] kill sys_cred
Christoph Hellwig
2008-10-30
1
-3
/
+3
*
[XFS] Combine the XFS and Linux inodes
David Chinner
2008-10-30
1
-4
/
+13
*
[XFS] Never call mark_inode_dirty_sync() directly
David Chinner
2008-10-30
1
-1
/
+1
*
[PATCH] change d_add_ci argument ordering
Christoph Hellwig
2008-08-25
1
-1
/
+1
*
[XFS] stop using file_update_time
Christoph Hellwig
2008-08-13
1
-39
/
+0
*
[XFS] optimize xfs_ichgtime
Christoph Hellwig
2008-08-13
1
-6
/
+13
*
[XFS] update timestamp in xfs_ialloc manually
Christoph Hellwig
2008-08-13
1
-17
/
+0
*
[XFS] sanitize xfs_initialize_vnode
Christoph Hellwig
2008-08-13
1
-4
/
+99
*
[XFS] Kill shouty XFS_ITOV() macro
David Chinner
2008-08-13
1
-1
/
+1
*
[XFS] Avoid directly referencing the VFS inode.
David Chinner
2008-08-13
1
-7
/
+7
*
[XFS] Remove vn_revalidate calls in xfs.
Christoph Hellwig
2008-07-28
1
-15
/
+1
*
[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
Christoph Hellwig
2008-07-28
1
-45
/
+11
*
[XFS] Don't update i_size for directories and special files
Christoph Hellwig
2008-07-28
1
-48
/
+13
*
[XFS] Merge xfs_rmdir into xfs_remove
Christoph Hellwig
2008-07-28
1
-36
/
+18
*
[XFS] Use the generic xattr methods.
Lachlan McIlroy
2008-07-28
1
-105
/
+13
*
[XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode
Barry Naujok
2008-07-28
1
-0
/
+14
*
[XFS] Remove d_add call for an ENOENT lookup return code
Barry Naujok
2008-07-28
1
-1
/
+5
*
[XFS] Return case-insensitive match for dentry cache
Barry Naujok
2008-07-28
1
-1
/
+56
*
[XFS] Kill attr_capable checks as already done in xattr_permission.
Christoph Hellwig
2008-07-28
1
-12
/
+1
*
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
1
-2
/
+1
*
[XFS] remove manual lookup from xfs_rename and simplify locking
Christoph Hellwig
2008-04-29
1
-1
/
+2
*
[PATCH] r/o bind mounts: elevate count for xfs timestamp updates
Dave Hansen
2008-04-19
1
-7
/
+0
*
[XFS] remove bhv_vname_t and xfs_rename code
Barry Naujok
2008-04-18
1
-14
/
+41
*
[XFS] Warn if errors come from block_truncate_page().
David Chinner
2008-04-18
1
-1
/
+9
*
[XFS] cleanup vnode use in xfs_iops.c
Christoph Hellwig
2008-04-18
1
-18
/
+16
*
[XFS] cleanup vnode use in xfs_lookup
Christoph Hellwig
2008-04-18
1
-3
/
+3
*
[XFS] cleanup vnode use in xfs_symlink and xfs_rename
Christoph Hellwig
2008-04-18
1
-20
/
+21
*
[XFS] cleanup vnode use in xfs_link
Christoph Hellwig
2008-04-18
1
-12
/
+11
*
[XFS] cleanup vnode use in xfs_create/mknod/mkdir
Christoph Hellwig
2008-04-18
1
-10
/
+11
*
[XFS] cleanup xfs_vn_mknod
Christoph Hellwig
2008-04-18
1
-37
/
+30
*
[XFS] keep i_nlink updated and use proper accessors
Christoph Hellwig
2008-02-07
1
-1
/
+0
*
[XFS] stop updating inode->i_blocks
Christoph Hellwig
2008-02-07
1
-3
/
+0
*
[XFS] use generic_permission
Christoph Hellwig
2008-02-07
1
-4
/
+23
*
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
2008-02-07
1
-1
/
+1
*
[XFS] Implement fallocate.
David Chinner
2008-02-07
1
-0
/
+43
*
[XFS] Fix inode allocation latency
David Chinner
2008-02-07
1
-0
/
+16
*
[XFS] simplify xfs_vn_getattr
Christoph Hellwig
2008-02-07
1
-25
/
+53
*
[XFS] simplify vn_revalidate
Christoph Hellwig
2008-02-07
1
-1
/
+1
*
[XFS] Fix mknod regression
Christoph Hellwig
2007-12-21
1
-3
/
+1
*
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
David Chinner
2007-12-10
1
-2
/
+2
*
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2007-10-17
1
-128
/
+68
|
\
|
*
[XFS] simplify validata_fields
Christoph Hellwig
2007-10-17
1
-27
/
+24
|
*
[XFS] simplify xfs_create/mknod/symlink prototype
Christoph Hellwig
2007-10-16
1
-15
/
+8
|
*
[XFS] kill struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-4
/
+3
|
*
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-3
/
+3
|
*
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
2007-10-16
1
-51
/
+26
[next]