summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-313-3/+54
* GFS2: Switch fiemap implementation to use iomapBob Peterson2017-10-312-25/+10
* GFS2: Implement iomap for block_mapBob Peterson2017-10-313-68/+274
* GFS2: Make height info part of metapathBob Peterson2017-10-311-47/+62
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Andreas Gruenbacher2017-10-16163-698/+1878
|\
| * iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-011-0/+2
| * iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-017-18/+17
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-011-20/+15
| |\
| | * sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
| | * sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-8/+13
| | * sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-13/+2
| * | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-2911-27/+72
| |\ \ | | |/ | |/|
| | * btrfs: log csums for all modified extentsJosef Bacik2017-09-261-2/+10
| | * Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo2017-09-261-5/+2
| | * btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon2017-09-261-0/+2
| | * Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo2017-09-261-1/+8
| | * Btrfs: fix kernel oops while reading compressed dataLiu Bo2017-09-261-0/+9
| | * Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo2017-09-261-1/+1
| | * Btrfs: do not backup tree roots when fsyncLiu Bo2017-09-261-1/+8
| | * btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2017-09-262-5/+0
| | * btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota2017-09-261-1/+1
| | * btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-09-261-0/+4
| | * Btrfs: send: fix error number for unknown inode typesTsutomu Itoh2017-09-261-1/+1
| | * btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota2017-09-261-1/+1
| | * btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota2017-09-261-0/+8
| | * btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota2017-09-261-0/+12
| | * Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval2017-09-261-3/+3
| | * Btrfs: do not reset bio->bi_ops while writing bioLiu Bo2017-09-261-3/+0
| | * Btrfs: use the new helper wbc_to_write_flagsLiu Bo2017-09-261-3/+2
| * | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-2815-56/+81
| |\ \
| | * | xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
| | * | xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
| | * | xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
| | * | xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
| | * | iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-09-261-7/+7
| | * | xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
| | * | xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
| | * | xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
| | * | xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1
| | * | xfs: kill meaningless variable 'zero'Eryu Guan2017-09-251-3/+1
| | * | fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-251-1/+1
| | * | xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-251-1/+13
| | * | xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-273-0/+8
| |\ \ \
| | * | | quota: Fix quota corruption with generic/232 testJan Kara2017-09-271-0/+4
| | * | | isofs: fix build regressionArnd Bergmann2017-09-181-0/+2
| | * | | quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov2017-09-181-0/+2
| * | | | vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2017-09-261-2/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-252-19/+59
| |\ \ \ \
| | * | | | fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-252-19/+59