summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-05-29xfs: helper to convert holemask to inode alloc. bitmapBrian Foster
2015-05-29xfs: handle sparse inode chunks in icreate log recoveryBrian Foster
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster
2015-05-29xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksBrian Foster
2015-05-29xfs: add fs geometry bit for sparse inode chunksBrian Foster
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster
2015-05-29xfs: add sparse inode chunk alignment superblock fieldBrian Foster
2015-05-29xfs: support min/max agbno args in block allocatorBrian Foster
2015-05-29xfs: update free inode record logic to support sparse inode recordsBrian Foster
2015-05-29xfs: create individual inode alloc. helperBrian Foster
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->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-26Merge 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-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge 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
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro