index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
quota
/
xfs_qm_syscalls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
xfs: convert the per-mount dquot list to use list heads
Dave Chinner
1
-1
/
+1
2010-04-29
xfs: add a shrinker to background inode reclaim
Dave Chinner
1
-1
/
+2
2010-01-21
xfs: cleanup up xfs_log_force calling conventions
Christoph Hellwig
1
-2
/
+2
2010-01-15
xfs: reclaim inodes under a write lock
Dave Chinner
1
-1
/
+1
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-3
/
+1
2009-10-13
xfs: fix double IRELE in xfs_dqrele_inode
Christoph Hellwig
1
-1
/
+0
2009-06-10
xfs: use generic Posix ACL code
Christoph Hellwig
1
-1
/
+0
2009-06-08
xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
Christoph Hellwig
1
-81
/
+31
2009-03-29
xfs: kill mutex_t typedef
Christoph Hellwig
1
-1
/
+1
2009-02-09
xfs: get rid of indirections in the quotaops implementation
Christoph Hellwig
1
-181
/
+7
2008-11-10
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
1
-0
/
+6
2008-11-10
[XFS] fix uninitialised variable bug in dquot release
Dave Chinner
1
-18
/
+24
2008-10-30
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
1
-1
/
+1
2008-10-30
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
1
-8
/
+8
2008-10-30
[XFS] Traverse inode trees when releasing dquots
David Chinner
1
-68
/
+59
2008-08-13
[XFS] kill bhv_vnode_t
Christoph Hellwig
1
-1
/
+1
2008-08-13
[XFS] kill shouty XFS_ITOV_NULL macro
David Chinner
1
-1
/
+1
2008-07-28
[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/
Christoph Hellwig
1
-2
/
+2
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-4
/
+4
2008-04-29
[XFS] kill di_mode checks after xfs_iget
Christoph Hellwig
1
-6
/
+0
2008-04-18
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
1
-2
/
+2
2008-04-18
[XFS] Propagate quota file truncation errors.
David Chinner
1
-8
/
+7
2008-04-18
[XFS] Catch errors when turning off quotas.
David Chinner
1
-3
/
+12
2008-04-18
[XFS] remove most calls to VN_RELE
Christoph Hellwig
1
-5
/
+5
2008-04-10
[XFS] remove shouting-indirection macros from xfs_sb.h
Eric Sandeen
1
-2
/
+2
2008-02-07
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
1
-11
/
+8
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-9
/
+7
2007-10-16
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
1
-5
/
+2
2007-05-08
[XFS] Fix uquota and oquota enforcement problems.
Kouta Ooizumi
1
-2
/
+7
2007-05-08
[XFS] Fix quotaon syscall failures for group enforcement requests.
Donald Douwsma
1
-3
/
+1
2007-05-08
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
1
-3
/
+3
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
1
-2
/
+0
2007-02-10
[XFS] remove unused xflags parameter from sync routines
Lachlan McIlroy
1
-1
/
+1
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
1
-1
/
+1
2006-06-09
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
1
-1
/
+1
2006-03-29
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
1
-1
/
+1
2006-01-11
[PATCH] capable/capability.h (fs/)
Randy Dunlap
1
-0
/
+3
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: XFS
Jes Sorensen
1
-4
/
+4
2005-11-02
[XFS] endianess annotations and cleanup for the quota code
Christoph Hellwig
1
-57
/
+51
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-26
/
+11
2005-11-02
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
1
-8
/
+8
2005-11-02
[XFS] Provide a mechiansm for flushing delalloc before quota reporting.
Nathan Scott
1
-2
/
+5
2005-11-02
[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above
Nathan Scott
1
-7
/
+2
2005-09-02
[XFS] replace vn_get usage by ihold
Christoph Hellwig
1
-11
/
+5
2005-06-21
[XFS] Merge a few minor fixes to the quota warning code.
Nathan Scott
1
-3
/
+21
2005-06-21
[XFS] Add support for project quota, based on Dan Knappes earlier work.
Nathan Scott
1
-59
/
+92
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1458