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
*
simplify checks for I_CLEAR/I_FREEING
Al Viro
2010-08-09
1
-2
/
+2
*
xfs: new truncate sequence
Christoph Hellwig
2010-08-09
1
-16
/
+0
*
xfs: split xfs_itrace_entry
Christoph Hellwig
2010-07-26
1
-1
/
+1
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-7
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: Check new inode size is OK before preallocating
Dave Chinner
2010-05-28
1
-3
/
+13
*
xfs: Make fiemap work in query mode.
Tao Ma
2010-05-19
1
-1
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
xfs: implement optimized fdatasync
Christoph Hellwig
2010-03-01
1
-0
/
+10
*
xfs: convert attr to use unsigned names
Dave Chinner
2010-01-20
1
-2
/
+2
*
kill I_LOCK
Christoph Hellwig
2009-12-17
1
-1
/
+1
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-0
/
+1
*
xfs: Fix error return for fallocate() on XFS
Jason Gunthorpe
2009-12-11
1
-3
/
+3
*
Merge branch 'master' into for-linus
Alex Elder
2009-10-08
1
-26
/
+15
|
\
|
*
xfs: implement ->dirty_inode to fix timestamp handling
Christoph Hellwig
2009-10-08
1
-26
/
+15
*
|
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
Alex Elder
2009-09-15
1
-1
/
+0
|
\
\
|
|
/
|
*
xfs: includecheck fix for fs/xfs/xfs_iops.c
Jaswinder Singh Rajput
2009-09-15
1
-1
/
+0
*
|
jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'
Linus Torvalds
2009-09-08
1
-12
/
+4
|
/
*
xfs: reduce bmv_count in xfs_vn_fiemap
Eric Sandeen
2009-07-31
1
-2
/
+2
*
xfs: fix small mismerge in xfs_vn_mknod
Christoph Hellwig
2009-06-12
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs
Felix Blyakher
2009-06-11
1
-39
/
+12
|
\
|
*
xfs: use generic Posix ACL code
Christoph Hellwig
2009-06-10
1
-40
/
+13
*
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2009-04-03
1
-24
/
+9
|
\
\
|
|
/
|
*
xfs: kill ino64 mount option
Christoph Hellwig
2009-03-29
1
-3
/
+0
|
*
xfs: merge xfs_mkdir into xfs_create
Christoph Hellwig
2009-02-09
1
-21
/
+9
*
|
New helper - current_umask()
Al Viro
2009-03-31
1
-2
/
+2
|
/
*
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
[next]