summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2015-06-014-17/+30
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfs: Clean up xfs_trans_dup_dqinfoNan Jia2015-06-011-2/+2
| | * | | xfs: don't cast string literalsEric Sandeen2015-06-011-2/+2
| | * | | xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2015-06-012-12/+17
| | * | | xfs: always log the inode on unwritten extent conversionBrian Foster2015-06-011-1/+9
| | |/ /
* | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-2/+11
|\ \ \ \
| * | | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * | | | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-2/+10
* | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-7/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+1
| * | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-6/+4
| |/
* | xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster2015-05-291-2/+8
* | xfs: xfs_iozero can return positive errnoDave Chinner2015-05-291-1/+1
* | xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-05-294-47/+58
* | xfs: extent size hints can round up extents past MAXEXTLENDave Chinner2015-05-291-12/+19
* | xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner2015-05-291-14/+20
* | xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang2015-05-291-3/+6
|/
* 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
OpenPOWER on IntegriCloud