- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
- a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 4 months ago
- 0925fec xfs: fix an integer overflow error in xfs_growfs_rt by Darrick J. Wong · 3 years, 6 months ago
- 0e2af92 xfs: improve FSGROWFSRT precondition checking by Darrick J. Wong · 3 years, 6 months ago
- db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
- e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years ago
- ace74e7 xfs: annotate grabbing the realtime bitmap/summary locks in growfs by Darrick J. Wong · 4 years, 3 months ago
- 7249c95 xfs: make xfs_growfs_rt update secondary superblocks by Darrick J. Wong · 4 years, 3 months ago
- f4c32e8 xfs: fix realtime bitmap/summary file truncation when growing rt volume by Darrick J. Wong · 4 years, 3 months ago
- c54e14d xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files by Chandan Babu R · 4 years, 3 months ago
- 72cc951 xfs: Set xfs_buf type flag when growing summary/bitmap files by Chandan Babu R · 4 years, 3 months ago
- 2a6ca4b xfs: make sure the rt allocator doesn't run off the end by Darrick J. Wong · 4 years, 4 months ago
- 8ca79df xfs: Remove kmem_zalloc_large() by Carlos Maiolino · 4 years, 4 months ago
- ce92464 xfs: make xfs_trans_get_buf return an error code by Darrick J. Wong · 5 years ago
- da781e6 xfs: don't set bmapi total block req where minleft is by Brian Foster · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- 65eed012 xfs: reallocate realtime summary cache on growfs by Omar Sandoval · 6 years ago
- 64bafd2 xfs: require both realtime inodes to mount by Darrick J. Wong · 6 years ago
- 355e3532 xfs: cache minimum realtime summary level by Omar Sandoval · 6 years ago
- 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
- c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
- 5fdd979 xfs: remove xfs_defer_init() firstblock param by Brian Foster · 6 years ago
- a7beabe xfs: remove xfs_bmapi_write() firstblock param by Brian Foster · 6 years ago
- 650919f xfs: use ->t_firstblock for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
- bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 6 years ago
- 6e702a5 xfs: remove xfs_bmapi_write() dfops param by Brian Foster · 6 years ago
- 175d1a0 xfs: use ->t_dfops for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
- 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
- c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
- 089ec2f xfs: simplify xfs_rtallocate_extent by Christoph Hellwig · 8 years ago
- 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
- 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
- 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
- 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
- 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 · 10 years ago
- 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 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
- ba372674 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 · 11 years ago
- b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 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
- 70a9883 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 · 15 years ago
- 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
- 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
- 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 15 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 · 17 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