Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
88ae4ab9802eaa8e400e611f85883143d89d6b61
/
fs
/
xfs
/
xfs_rtalloc.c
3987848
xfs: remove timestamps from incore inode
by Dave Chinner
· 9 years ago
f6106ef
xfs: eliminate committed arg from xfs_bmap_finish
by Eric Sandeen
· 9 years ago
d4a97a0
xfs: add missing bmap cancel calls in error paths
by Brian Foster
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 9 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 9 years ago
bb58e61
xfs: move most of xfs_sb.h to xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
75e58ce
Merge branch 'xfs-buf-iosubmit' into for-next
by Dave Chinner
· 10 years ago
ba37267
xfs: check xfs_buf_read_uncached returns correctly
by Dave Chinner
· 10 years ago
ea95961
xfs: xfs_rtget_summary can be static
by Fengguang Wu
· 10 years ago
afabfd3
xfs: combine xfs_rtmodify_summary and xfs_rtget_summary
by Eric Sandeen
· 10 years ago
d5cf09b
xfs: require 64-bit sector_t
by Christoph Hellwig
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
70bbca07
xfs: use tr_growrtalloc for growing rt files
by Brian Foster
· 11 years ago
c963c61
xfs: split xfs_rtalloc.c for userspace sanity
by Dave Chinner
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
70a9883c
xfs: create a shared header file for format-related information
by Dave Chinner
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
b49a0c1
xfs: remove __KERNEL__ from debug code
by Dave Chinner
· 11 years ago
e546cb7
xfs: consolidate xfs_utils.c
by Dave Chinner
· 11 years ago
836a94a
xfs: fix issues that cause userspace warnings
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago
2b9ab5a
xfs: reshuffle dir2 definitions around for userspace
by Dave Chinner
· 11 years ago
c729820
xfs: introduce xfs_rtalloc_defs.h
by Dave Chinner
· 11 years ago
eab4e63
xfs: uncached buffer reads need to return an error
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
33479e0
xfs: remove xfs_iget.c
by Dave Chinner
· 12 years ago
0b9e3f6
xfs: fix uninitialised variable in xfs_rtbuf_get()
by Dave Chinner
· 12 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
60a3460
xfs: move xfsagino_t to xfs_types.h
by Dave Chinner
· 13 years ago
e70b73f
xfs: clean up buffer get/read call API
by Dave Chinner
· 13 years ago
5575acc
xfs: fix deadlock in xfs_rtfree_extent
by Kamal Dasu
· 13 years ago
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
c0dc782
xfs: rename xfs_bmapi to xfs_bmapi_write
by Dave Chinner
· 13 years ago
5b777ad
xfs: remove xfs_bmapi_single()
by Dave Chinner
· 13 years ago
6292604
xfs: Remove the macro XFS_BUF_PTR
by Chandra Seetharaman
· 13 years ago
5a52c2a58
xfs: Remove the macro XFS_BUF_ERROR and family
by Chandra Seetharaman
· 13 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
1050c71
xfs: stop using xfs_trans_iget in the RT allocator
by Christoph Hellwig
· 14 years ago
9681153
xfs: add lockdep annotations for the rt inodes
by Christoph Hellwig
· 14 years ago
04e9945
xfs: only lock the rt bitmap inode once per allocation
by Christoph Hellwig
· 14 years ago
1922c94
xfs: use unhashed buffers for size checks
by Dave Chinner
· 14 years ago
b4e9181
xfs: remove unused delta tracking code in xfs_bmapi
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
7b6259e
xfs: remove block number from inode lookup code
by Dave Chinner
· 14 years ago
657a4cf
xfs: replace E2BIG with EFBIG where appropriate
by Eric Sandeen
· 15 years ago
3daeb42
xfs: fix missing error check in xfs_rtfree_range
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
b93b6e4
xfs: make sure to free the real-time inodes in the mount error path
by Christoph Hellwig
· 16 years ago
9d87c31
[XFS] Remove the rest of the macro-to-function indirections.
by Eric Sandeen
· 16 years ago
743bb465
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
by sandeen@sandeen.net
· 16 years ago
0924b58
[XFS] fix uninitialised variable bug in dquot release.
by Dave Chinner
· 16 years ago
79071eb
[XFS] Use the generic bitops rather than implementing them ourselves.
by David Chinner
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
e5720ee
[XFS] Propagate errors from xfs_trans_commit().
by David Chinner
· 17 years ago
4335509
[XFS] remove most calls to VN_RELE
by Christoph Hellwig
· 17 years ago
ef8ece5
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform.
by Lachlan McIlroy
· 17 years ago
a69b176
[XFS] Use the generic bitops rather than implementing them ourselves.
by David Chinner
· 17 years ago
4cc929e
[XFS] Don't grow filesystems past the size they can index.
by Nathan Scott
· 18 years ago
1c72bf9
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL.
by Eric Sandeen
· 18 years ago
6be145b
[XFS] Remove a bunch of unused functions from XFS.
by Eric Sandeen
· 18 years ago
f7c99b6
[XFS] Remove unused argument to xfs_bmap_finish
by Eric Sandeen
· 18 years ago
68c3271
[XFS] Fix a porting botch on the realtime subvol growfs code path.
by Nathan Scott
· 18 years ago
d432c80
[XFS] Minor code rearranging and cleanup to prevent some coverity false
by Nathan Scott
· 18 years ago
73024cf
[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity
by Eric Sesterhenn
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
b657452
[XFS] Portability changes: remove prdev, stick to one diagnostic interface.
by Nathan Scott
· 18 years ago
3e57ecf
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
by Olaf Weber
· 18 years ago
07ff2fa
[XFS] Fix a realtime allocator regression introduced by an old iget race
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago