summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-04Merge branch 'xfs-dax-support' into for-nextDave Chinner11-151/+325
2015-06-04xfs: add initial DAX supportDave Chinner3-14/+37
2015-06-04xfs: add DAX IO path supportDave Chinner1-9/+27
2015-06-04xfs: add DAX truncate supportDave Chinner1-1/+5
2015-06-04xfs: add DAX block zeroing supportDave Chinner2-22/+46
2015-06-04xfs: add DAX file operations supportDave Chinner3-83/+158
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsDave Chinner1-2/+13
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner4-24/+38
2015-06-04xfs: mmap lock needs to be inside freeze protectionDave Chinner1-3/+8
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner16-86/+829
2015-06-01Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner4-17/+30
2015-06-01xfs: Clean up xfs_trans_dup_dqinfoNan Jia1-2/+2
2015-06-01xfs: don't cast string literalsEric Sandeen1-2/+2
2015-06-01xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2-12/+17
2015-06-01xfs: always log the inode on unwritten extent conversionBrian Foster1-1/+9
2015-05-29xfs: enable sparse inode chunks for v5 superblocksBrian Foster1-1/+2
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster3-20/+35
2015-05-29xfs: only free allocated regions of inode chunksBrian Foster1-3/+78
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-04Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-229/+210
2015-05-03ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-03ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-03ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-77/+118
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu1-25/+26
2015-04-27Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+25