summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig2016-10-201-1/+2
| * xfs: add xfs_trim_extentDarrick J. Wong2016-10-202-0/+35
| * iomap: add IOMAP_REPORTChristoph Hellwig2016-10-202-7/+12
| * xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-203-174/+143
| * xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10
| * xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2016-10-202-36/+41
| * xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig2016-10-201-1/+1
| * xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig2016-10-201-3/+0
| * libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-203-2/+14
| * libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-10-201-2/+1
| * xfs: unset MS_ACTIVE if mount failsDarrick J. Wong2016-10-201-0/+1
| * xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0
| * xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30
| * xfs: add some 'static' annotationsEric Biggers2016-10-202-3/+3
| * xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven2016-10-201-1/+1
| * xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1
* | dax: Introduce IOMAP_FAULT flagJan Kara2016-11-103-4/+6
* | dax: remove "depends on BROKEN" from FS_DAX_PMDRoss Zwisler2016-11-081-1/+0
* | xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-083-25/+6
* | dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-083-50/+386
* | dax: move put_(un)locked_mapping_entry() in dax.cRoss Zwisler2016-11-081-25/+25
* | dax: move RADIX_DAX_* defines to dax.hRoss Zwisler2016-11-082-15/+14
* | dax: dax_iomap_fault() needs to call iomap_end()Ross Zwisler2016-11-081-8/+29
* | dax: add dax_iomap_sector() helper functionRoss Zwisler2016-11-081-3/+7
* | dax: correct dax iomap code namespaceRoss Zwisler2016-11-084-17/+17
* | dax: remove dax_pmd_fault()Ross Zwisler2016-11-082-218/+1
* | dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-083-26/+43
* | dax: consistent variable naming for DAX entriesRoss Zwisler2016-11-081-17/+17
* | dax: remove the last BUG_ON() from fs/dax.cRoss Zwisler2016-11-081-1/+2
* | dax: make 'wait_table' global variable staticRoss Zwisler2016-11-081-1/+1
* | ext2: remove support for DAX PMD faultsRoss Zwisler2016-11-081-23/+6
* | dax: remove buffer_size_valid()Ross Zwisler2016-11-081-21/+1
* | ext4: tell DAX the size of allocation holesRoss Zwisler2016-11-081-0/+3
|/
* Linux 4.9-rc1v4.9-rc1Linus Torvalds2016-10-151-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16
| * fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1