aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* xfs: remote attributes need to be considered dataDave Chinner2015-07-28
* xfs: remote attribute headers contain an invalid LSNDave Chinner2015-07-28
* xfs: call dax_fault on read page faults for DAXDave Chinner2015-07-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara2015-06-23
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-23
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-30
|\ \
| * \ Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-22
| |\ \
| | * | xfs: don't truncate attribute extents if no extents existBrian Foster2015-06-22
| | * | xfs: remove xfs_caddr_tChristoph Hellwig2015-06-21
| | * | xfs: use void pointers in log validation helpersChristoph Hellwig2015-06-21
| | * | xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig2015-06-21
| | * | xfs: remove inst_tChristoph Hellwig2015-06-21
| | * | xfs: remove __psint_t and __psunsigned_tChristoph Hellwig2015-06-21
| | * | xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-06-21
| * | | Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-22
| |\ \ \
| | * | | xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-21
| | * | | xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner2015-06-21
| | * | | xfs: factor out free space extent length checkDave Chinner2015-06-21
| | * | | xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-21
| * | | | Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-03
| |\ \ \ \
| | * | | | xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-03
| | * | | | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-03
| | * | | | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-03
| | * | | | xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-03
| | * | | | xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-03
| | |/ / /
| * | | | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner2015-06-03
| |\ \ \ \
| | * | | | xfs: check min blks for random debug mode sparse allocationsBrian Foster2015-06-03
| | * | | | xfs: fix sparse inodes 32-bit compile failureBrian Foster2015-06-03
| * | | | | Merge branch 'xfs-dax-support' into for-nextDave Chinner2015-06-03
| |\ \ \ \ \
| | * | | | | xfs: add initial DAX supportDave Chinner2015-06-03
| | * | | | | xfs: add DAX IO path supportDave Chinner2015-06-03
| | * | | | | xfs: add DAX truncate supportDave Chinner2015-06-03
| | * | | | | xfs: add DAX block zeroing supportDave Chinner2015-06-03
| | * | | | | xfs: add DAX file operations supportDave Chinner2015-06-03
| | * | | | | xfs: mmap lock needs to be inside freeze protectionDave Chinner2015-06-03
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'xfs-sparse-inode' into for-nextDave Chinner2015-05-31
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | xfs: enable sparse inode chunks for v5 superblocksBrian Foster2015-05-28
| | * | | | xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster2015-05-28
| | * | | | xfs: only free allocated regions of inode chunksBrian Foster2015-05-28
| | * | | | xfs: filter out sparse regions from individual inode allocationBrian Foster2015-05-28
| | * | | | xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster2015-05-28
| | * | | | xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster2015-05-28
| | * | | | xfs: helper to convert holemask to inode alloc. bitmapBrian Foster2015-05-28
| | * | | | xfs: handle sparse inode chunks in icreate log recoveryBrian Foster2015-05-28
| | * | | | xfs: pass inode count through ordered icreate log itemBrian Foster2015-05-28
| | * | | | xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster2015-05-28
| | * | | | xfs: introduce inode record hole mask for sparse inode chunksBrian Foster2015-05-28
| | * | | | xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-28
| | * | | | xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2015-05-28