summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-06-01xfs: Clean up xfs_trans_dup_dqinfoNan Jia
2015-05-31xfs: don't cast string literalsEric Sandeen
2015-05-31xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster
2015-05-31xfs: always log the inode on unwritten extent conversionBrian Foster
2015-05-28xfs: enable sparse inode chunks for v5 superblocksBrian Foster
2015-05-28xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster
2015-05-28xfs: only free allocated regions of inode chunksBrian Foster
2015-05-28xfs: filter out sparse regions from individual inode allocationBrian Foster
2015-05-28xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster
2015-05-28xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster
2015-05-28xfs: helper to convert holemask to inode alloc. bitmapBrian Foster
2015-05-28xfs: handle sparse inode chunks in icreate log recoveryBrian Foster
2015-05-28xfs: pass inode count through ordered icreate log itemBrian Foster
2015-05-28xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster
2015-05-28xfs: introduce inode record hole mask for sparse inode chunksBrian Foster
2015-05-28xfs: add fs geometry bit for sparse inode chunksBrian Foster
2015-05-28xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster
2015-05-28xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster
2015-05-28xfs: add sparse inode chunk alignment superblock fieldBrian Foster
2015-05-28xfs: support min/max agbno args in block allocatorBrian Foster
2015-05-28xfs: update free inode record logic to support sparse inode recordsBrian Foster
2015-05-28xfs: create individual inode alloc. helperBrian Foster
2015-05-28xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster
2015-05-28xfs: xfs_iozero can return positive errnoDave Chinner
2015-05-28xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-28xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-28xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-05-28xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner
2015-04-16xfs: DIO needs an ioend for writesDave Chinner
2015-04-16xfs: move DIO mapping size calculationDave Chinner
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster