Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-16xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-16xfs: connect up write verifiers to new buffersDave Chinner
2012-11-16xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-16xfs: verify btree blocks as they are read from diskDave Chinner
2012-11-16xfs: verify inode buffers as they are read from diskDave Chinner
2012-11-16xfs: make buffer read verication an IO completion functionDave Chinner
2012-11-09xfs: create helper to check whether to free eofblocks on inodeBrian Foster
2012-11-08xfs: don't vmap inode cluster buffers during freeDave Chinner
2012-11-03xfs: Update inode alloc commentsCarlos Maiolino
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-10-17xfs: move inode locking functions to xfs_inode.cDave Chinner
2012-07-30xfs: do not take the iolock in xfs_inactiveChristoph Hellwig
2012-07-30xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig
2012-07-22xfs: remove xfs_inotobpChristoph Hellwig
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-05-15xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-15xfs: clean up xfs_bit.h includesDave Chinner
2012-05-15xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-15xfs: kill XBF_LOCKDave Chinner
2012-05-15xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-15xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-15xfs: do not write the buffer from xfs_iflushChristoph Hellwig
2012-05-15xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig
2012-03-14xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig
2012-03-14xfs: log timestamp updatesChristoph Hellwig
2012-01-18xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-18xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig
2012-01-18xfs: replace i_flock with a sleeping bitlockChristoph Hellwig
2012-01-18xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig
2012-01-04xfs: propagate umode_tAl Viro
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-10-12xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-12xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-12xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-12xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-12xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-26Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-07-08xfs: remove i_transpChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig