summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: enable sparse inode chunks for v5 superblocksBrian Foster2015-05-291-1/+2
* xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster2015-05-293-20/+35
* xfs: only free allocated regions of inode chunksBrian Foster2015-05-291-3/+78
* xfs: filter out sparse regions from individual inode allocationBrian Foster2015-05-291-2/+13
* xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster2015-05-291-2/+13
* xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster2015-05-294-14/+401
* xfs: helper to convert holemask to inode alloc. bitmapBrian Foster2015-05-292-0/+54
* xfs: handle sparse inode chunks in icreate log recoveryBrian Foster2015-05-291-6/+16
* xfs: pass inode count through ordered icreate log itemBrian Foster2015-05-293-6/+7
* xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster2015-05-291-5/+8
* xfs: introduce inode record hole mask for sparse inode chunksBrian Foster2015-05-293-12/+81
* xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-292-1/+4
* xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2015-05-293-0/+44
* xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster2015-05-293-1/+8
* xfs: add sparse inode chunk alignment superblock fieldBrian Foster2015-05-292-4/+4
* xfs: support min/max agbno args in block allocatorBrian Foster2015-05-292-5/+39
* xfs: update free inode record logic to support sparse inode recordsBrian Foster2015-05-291-4/+12
* xfs: create individual inode alloc. helperBrian Foster2015-05-291-2/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-267-31/+31
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-157-31/+31
* | Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-2445-1927/+1986
|\ \
| * \ Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner2015-04-163-82/+239
| |\ \
| | * | xfs: using generic_file_direct_write() is unnecessaryDave Chinner2015-04-161-3/+20
| | * | xfs: direct IO EOF zeroing needs to drain AIODave Chinner2015-04-161-0/+10
| | * | xfs: DIO write completion size updates raceDave Chinner2015-04-162-1/+19
| | * | xfs: DIO writes within EOF don't need an ioendDave Chinner2015-04-162-30/+40
| | * | xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2015-04-162-31/+31
| | * | xfs: DIO needs an ioend for writesDave Chinner2015-04-162-10/+85
| | * | xfs: move DIO mapping size calculationDave Chinner2015-04-161-33/+46
| | * | xfs: factor DIO write mapping from get_blocksDave Chinner2015-04-161-13/+27
| * | | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-1312-51/+159
| |\ \ \
| | * | | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-135-7/+13
| | * | | xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster2015-04-131-2/+1
| | * | | xfs: use larger in-core attr firstused field and detect overflowBrian Foster2015-04-132-6/+92
| | * | | xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2015-04-134-35/+46
| | * | | xfs: disallow ro->rw remount on norecovery mountEric Sandeen2015-04-131-0/+6
| | * | | xfs: xfs_shift_file_space can be statickbuild test robot2015-04-131-1/+1
| * | | | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-256-83/+461
| |\ \ \ \ | | |/ / /
| | * | | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-256-83/+461
| * | | | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner2015-03-258-52/+20
| |\ \ \ \
| | * | | | xfs: Fix incorrect positive ENOMEM returnJoe Perches2015-03-251-1/+1
| | * | | | xfs: xfs_mru_cache_insert() should use GFP_NOFSByoungyoung Lee2015-03-251-1/+1
| | * | | | xfs: %pF is only for function pointersScott Wood2015-03-252-11/+11
| | * | | | xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick2015-03-251-4/+4
| | * | | | xfs: use bool instead of int in xfs_rename()Fabian Frederick2015-03-251-2/+2
| | * | | | xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen2015-03-251-1/+1
| | * | | | xfs: remove xfs_bmap_sanity_check()Dave Chinner2015-03-251-33/+0
| * | | | | Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2015-03-252-171/+239
| |\ \ \ \ \
| | * | | | | xfs: add RENAME_WHITEOUT supportDave Chinner2015-03-252-24/+107
| | * | | | | xfs: make xfs_cross_rename() complete fullyDave Chinner2015-03-251-20/+21
OpenPOWER on IntegriCloud