aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29xfs: filter out sparse regions from individual inode allocationBrian Foster1-2/+13
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster1-2/+13
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster4-14/+401
2015-05-29xfs: helper to convert holemask to inode alloc. bitmapBrian Foster2-0/+54
2015-05-29xfs: handle sparse inode chunks in icreate log recoveryBrian Foster1-6/+16
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster3-6/+7
2015-05-29xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster1-5/+8
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksBrian Foster3-12/+81
2015-05-29xfs: add fs geometry bit for sparse inode chunksBrian Foster2-1/+4
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster3-0/+44
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster3-1/+8
2015-05-29xfs: add sparse inode chunk alignment superblock fieldBrian Foster2-4/+4
2015-05-29xfs: support min/max agbno args in block allocatorBrian Foster2-5/+39
2015-05-29xfs: update free inode record logic to support sparse inode recordsBrian Foster1-4/+12
2015-05-29xfs: create individual inode alloc. helperBrian Foster1-2/+12
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-6/+4
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe1-1/+0
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-31/+31
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds45-1927/+1986
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-26/+25
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-197/+100
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner3-82/+239
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner1-3/+20
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner1-0/+10
2015-04-16xfs: DIO write completion size updates raceDave Chinner2-1/+19
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner2-30/+40
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2-31/+31
2015-04-16xfs: DIO needs an ioend for writesDave Chinner2-10/+85
2015-04-16xfs: move DIO mapping size calculationDave Chinner1-33/+46
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner1-13/+27
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells7-31/+31
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner12-51/+159
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig5-7/+13
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster1-2/+1
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster2-6/+92
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster4-35/+46
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen1-0/+6
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot1-1/+1
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-4/+4
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro1-15/+16
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-1/+0