aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner
2015-06-23Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner
2015-06-23xfs: don't truncate attribute extents if no extents existBrian Foster
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner
2015-06-22xfs: factor out free space extent length checkDave Chinner
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig
2015-06-22xfs: use void pointers in log validation helpersChristoph Hellwig
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig
2015-06-22xfs: remove inst_tChristoph Hellwig
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig
2015-06-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: fix xfs_log_done interfaceChristoph Hellwig
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig
2015-06-04xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner
2015-06-04xfs: check min blks for random debug mode sparse allocationsBrian Foster
2015-06-04xfs: fix sparse inodes 32-bit compile failureBrian Foster
2015-06-04Merge branch 'xfs-dax-support' into for-nextDave Chinner
2015-06-04xfs: add initial DAX supportDave Chinner
2015-06-04xfs: add DAX IO path supportDave Chinner
2015-06-04xfs: add DAX truncate supportDave Chinner
2015-06-04xfs: add DAX block zeroing supportDave Chinner
2015-06-04xfs: add DAX file operations supportDave Chinner
2015-06-04xfs: mmap lock needs to be inside freeze protectionDave Chinner
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner
2015-06-01Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner
2015-06-01xfs: Clean up xfs_trans_dup_dqinfoNan Jia
2015-06-01xfs: don't cast string literalsEric Sandeen
2015-06-01xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster
2015-06-01xfs: always log the inode on unwritten extent conversionBrian Foster
2015-05-29xfs: enable sparse inode chunks for v5 superblocksBrian Foster
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster
2015-05-29xfs: only free allocated regions of inode chunksBrian Foster
2015-05-29xfs: filter out sparse regions from individual inode allocationBrian Foster
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster