index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rtalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-07
xfs: use tr_growrtalloc for growing rt files
Brian Foster
1
-1
/
+1
2013-10-23
xfs: split xfs_rtalloc.c for userspace sanity
Dave Chinner
1
-1247
/
+290
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-6
/
+3
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+4
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
1
-0
/
+1
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
1
-8
/
+9
2013-08-12
xfs: remove __KERNEL__ from debug code
Dave Chinner
1
-1
/
+1
2013-08-12
xfs: consolidate xfs_utils.c
Dave Chinner
1
-1
/
+0
2013-08-12
xfs: fix issues that cause userspace warnings
Dave Chinner
1
-2
/
+2
2013-08-12
xfs: create xfs_bmap_util.[ch]
Dave Chinner
1
-0
/
+1
2013-08-12
xfs: reshuffle dir2 definitions around for userspace
Dave Chinner
1
-1
/
+0
2013-08-12
xfs: introduce xfs_rtalloc_defs.h
Dave Chinner
1
-1
/
+1
2012-11-15
xfs: uncached buffer reads need to return an error
Dave Chinner
1
-1
/
+8
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-3
/
+3
2012-10-17
xfs: remove xfs_iget.c
Dave Chinner
1
-0
/
+1
2012-08-23
xfs: fix uninitialised variable in xfs_rtbuf_get()
Dave Chinner
1
-1
/
+1
2012-05-14
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: clean up buffer get/read call API
Dave Chinner
1
-4
/
+4
2012-03-22
xfs: fix deadlock in xfs_rtfree_extent
Kamal Dasu
1
-5
/
+4
2011-10-11
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
1
-5
/
+5
2011-10-11
xfs: rename xfs_bmapi to xfs_bmapi_write
Dave Chinner
1
-3
/
+3
2011-10-11
xfs: remove xfs_bmapi_single()
Dave Chinner
1
-21
/
+11
2011-07-25
xfs: Remove the macro XFS_BUF_PTR
Chandra Seetharaman
1
-15
/
+15
2011-07-25
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
1
-1
/
+1
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
1
-4
/
+4
2011-02-22
xfs: stop using xfs_trans_iget in the RT allocator
Christoph Hellwig
1
-33
/
+21
2011-02-07
xfs: add lockdep annotations for the rt inodes
Christoph Hellwig
1
-6
/
+10
2011-02-07
xfs: only lock the rt bitmap inode once per allocation
Christoph Hellwig
1
-21
/
+13
2010-10-18
xfs: use unhashed buffers for size checks
Dave Chinner
1
-16
/
+13
2010-07-26
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
1
-1
/
+1
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-6
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-06-24
xfs: remove block number from inode lookup code
Dave Chinner
1
-2
/
+2
2010-05-28
xfs: replace E2BIG with EFBIG where appropriate
Eric Sandeen
1
-2
/
+2
2010-01-15
xfs: fix missing error check in xfs_rtfree_range
Dave Chinner
1
-0
/
+2
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-0
/
+1
2009-02-04
xfs: make sure to free the real-time inodes in the mount error path
Christoph Hellwig
1
-0
/
+10
2009-01-16
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
1
-1
/
+1
2008-12-02
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
sandeen@sandeen.net
1
-0
/
+2
2008-12-01
[XFS] fix uninitialised variable bug in dquot release.
Dave Chinner
1
-21
/
+18
2008-08-13
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
1
-12
/
+7
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-1
/
+1
2008-04-18
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
1
-15
/
+23
2008-04-18
[XFS] remove most calls to VN_RELE
Christoph Hellwig
1
-1
/
+2
2008-02-26
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac
Lachlan McIlroy
1
-7
/
+12
2008-02-07
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
1
-12
/
+7
2007-07-14
[XFS] Don't grow filesystems past the size they can index.
Nathan Scott
1
-1
/
+3
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 a bunch of unused functions from XFS.
Eric Sandeen
1
-108
/
+0
[next]