index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
quota
/
xfs_qm_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix double IRELE in xfs_dqrele_inode
Christoph Hellwig
2009-10-13
1
-1
/
+0
*
xfs: use generic Posix ACL code
Christoph Hellwig
2009-06-10
1
-1
/
+0
*
xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
Christoph Hellwig
2009-06-08
1
-81
/
+31
*
xfs: kill mutex_t typedef
Christoph Hellwig
2009-03-29
1
-1
/
+1
*
xfs: get rid of indirections in the quotaops implementation
Christoph Hellwig
2009-02-09
1
-181
/
+7
*
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
2008-11-10
1
-0
/
+6
*
[XFS] fix uninitialised variable bug in dquot release
Dave Chinner
2008-11-10
1
-18
/
+24
*
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
2008-10-30
1
-1
/
+1
*
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
2008-10-30
1
-8
/
+8
*
[XFS] Traverse inode trees when releasing dquots
David Chinner
2008-10-30
1
-68
/
+59
*
[XFS] kill bhv_vnode_t
Christoph Hellwig
2008-08-13
1
-1
/
+1
*
[XFS] kill shouty XFS_ITOV_NULL macro
David Chinner
2008-08-13
1
-1
/
+1
*
[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/
Christoph Hellwig
2008-07-28
1
-2
/
+2
*
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
2008-07-28
1
-4
/
+4
*
[XFS] kill di_mode checks after xfs_iget
Christoph Hellwig
2008-04-29
1
-6
/
+0
*
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
2008-04-18
1
-2
/
+2
*
[XFS] Propagate quota file truncation errors.
David Chinner
2008-04-18
1
-8
/
+7
*
[XFS] Catch errors when turning off quotas.
David Chinner
2008-04-18
1
-3
/
+12
*
[XFS] remove most calls to VN_RELE
Christoph Hellwig
2008-04-18
1
-5
/
+5
*
[XFS] remove shouting-indirection macros from xfs_sb.h
Eric Sandeen
2008-04-10
1
-2
/
+2
*
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
2008-02-07
1
-11
/
+8
*
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
2007-10-16
1
-9
/
+7
*
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
2007-10-16
1
-5
/
+2
*
[XFS] Fix uquota and oquota enforcement problems.
Kouta Ooizumi
2007-05-08
1
-2
/
+7
*
[XFS] Fix quotaon syscall failures for group enforcement requests.
Donald Douwsma
2007-05-08
1
-3
/
+1
*
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
2007-05-08
1
-3
/
+3
*
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
2007-02-10
1
-2
/
+0
*
[XFS] remove unused xflags parameter from sync routines
Lachlan McIlroy
2007-02-10
1
-1
/
+1
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-1
/
+1
*
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-1
/
+1
*
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
2006-03-29
1
-1
/
+1
*
[PATCH] capable/capability.h (fs/)
Randy Dunlap
2006-01-11
1
-0
/
+3
*
[PATCH] mutex subsystem, semaphore to mutex: XFS
Jes Sorensen
2006-01-09
1
-4
/
+4
*
[XFS] endianess annotations and cleanup for the quota code
Christoph Hellwig
2005-11-02
1
-57
/
+51
*
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
2005-11-02
1
-26
/
+11
*
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
2005-11-02
1
-8
/
+8
*
[XFS] Provide a mechiansm for flushing delalloc before quota reporting.
Nathan Scott
2005-11-02
1
-2
/
+5
*
[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above
Nathan Scott
2005-11-02
1
-7
/
+2
*
[XFS] replace vn_get usage by ihold
Christoph Hellwig
2005-09-02
1
-11
/
+5
*
[XFS] Merge a few minor fixes to the quota warning code.
Nathan Scott
2005-06-21
1
-3
/
+21
*
[XFS] Add support for project quota, based on Dan Knappes earlier work.
Nathan Scott
2005-06-21
1
-59
/
+92
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1458