index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rtalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: uncached buffer reads need to return an error
Dave Chinner
2012-11-15
1
-1
/
+8
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-3
/
+3
*
xfs: remove xfs_iget.c
Dave Chinner
2012-10-17
1
-0
/
+1
*
xfs: fix uninitialised variable in xfs_rtbuf_get()
Dave Chinner
2012-08-23
1
-1
/
+1
*
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: clean up buffer get/read call API
Dave Chinner
2012-05-14
1
-4
/
+4
*
xfs: fix deadlock in xfs_rtfree_extent
Kamal Dasu
2012-03-22
1
-5
/
+4
*
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
2011-10-11
1
-5
/
+5
*
xfs: rename xfs_bmapi to xfs_bmapi_write
Dave Chinner
2011-10-11
1
-3
/
+3
*
xfs: remove xfs_bmapi_single()
Dave Chinner
2011-10-11
1
-21
/
+11
*
xfs: Remove the macro XFS_BUF_PTR
Chandra Seetharaman
2011-07-25
1
-15
/
+15
*
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
2011-07-25
1
-1
/
+1
*
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2011-03-07
1
-4
/
+4
*
xfs: stop using xfs_trans_iget in the RT allocator
Christoph Hellwig
2011-02-22
1
-33
/
+21
*
xfs: add lockdep annotations for the rt inodes
Christoph Hellwig
2011-02-07
1
-6
/
+10
*
xfs: only lock the rt bitmap inode once per allocation
Christoph Hellwig
2011-02-07
1
-21
/
+13
*
xfs: use unhashed buffers for size checks
Dave Chinner
2010-10-18
1
-16
/
+13
*
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
2010-07-26
1
-1
/
+1
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-6
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: remove block number from inode lookup code
Dave Chinner
2010-06-24
1
-2
/
+2
*
xfs: replace E2BIG with EFBIG where appropriate
Eric Sandeen
2010-05-28
1
-2
/
+2
*
xfs: fix missing error check in xfs_rtfree_range
Dave Chinner
2010-01-15
1
-0
/
+2
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-0
/
+1
*
xfs: make sure to free the real-time inodes in the mount error path
Christoph Hellwig
2009-02-04
1
-0
/
+10
*
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
2009-01-16
1
-1
/
+1
*
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
sandeen@sandeen.net
2008-12-02
1
-0
/
+2
*
[XFS] fix uninitialised variable bug in dquot release.
Dave Chinner
2008-12-01
1
-21
/
+18
*
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
2008-08-13
1
-12
/
+7
*
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
2008-07-28
1
-1
/
+1
*
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
2008-04-18
1
-15
/
+23
*
[XFS] remove most calls to VN_RELE
Christoph Hellwig
2008-04-18
1
-1
/
+2
*
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac
Lachlan McIlroy
2008-02-26
1
-7
/
+12
*
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
2008-02-07
1
-12
/
+7
*
[XFS] Don't grow filesystems past the size they can index.
Nathan Scott
2007-07-14
1
-1
/
+3
*
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
2007-05-08
1
-3
/
+3
*
[XFS] Remove a bunch of unused functions from XFS.
Eric Sandeen
2007-02-10
1
-108
/
+0
*
[XFS] Remove unused argument to xfs_bmap_finish
Eric Sandeen
2007-02-10
1
-1
/
+1
*
[XFS] Fix a porting botch on the realtime subvol growfs code path.
Nathan Scott
2006-09-28
1
-1
/
+1
*
[XFS] Minor code rearranging and cleanup to prevent some coverity false
Nathan Scott
2006-09-28
1
-21
/
+15
*
[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity
Eric Sesterhenn
2006-06-28
1
-1
/
+1
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[XFS] Portability changes: remove prdev, stick to one diagnostic
Nathan Scott
2006-06-09
1
-6
/
+6
*
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
Olaf Weber
2006-06-09
1
-1
/
+1
*
[XFS] Fix a realtime allocator regression introduced by an old iget race
Nathan Scott
2006-02-28
1
-15
/
+14
*
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
2005-11-02
1
-25
/
+11
*
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
2005-11-02
1
-12
/
+7
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2469