aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+15
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-27/+72
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra1-8/+13
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra1-13/+2
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-56/+81
2017-09-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-0/+8
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan5-19/+28
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra1-7/+7
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-26btrfs: log csums for all modified extentsJosef Bacik1-2/+10
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo1-5/+2
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsSargun Dhillon1-0/+2
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedLiu Bo1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataLiu Bo1-0/+9
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockLiu Bo1-1/+1
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo1-1/+8
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagMisono, Tomohiro2-5/+0
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerNaohiro Aota1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidsatoru takeuchi1-0/+4
2017-09-26Btrfs: send: fix error number for unknown inode typesTsutomu Itoh1-1/+1
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Naohiro Aota1-1/+1
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota1-0/+12
2017-09-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOOmar Sandoval1-3/+3
2017-09-26Btrfs: do not reset bio->bi_ops while writing bioLiu Bo1-3/+0
2017-09-26Btrfs: use the new helper wbc_to_write_flagsLiu Bo1-3/+2
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King1-2/+0
2017-09-25xfs: Output warning message when discard option was enabled even though the device does not support discardKenjiro Nakayama1-0/+10
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1
2017-09-25xfs: kill meaningless variable 'zero'Eryu Guan1-3/+1
2017-09-25fs/xfs: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-09-25xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong1-1/+13
2017-09-25xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong1-3/+5
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-19/+59
2017-09-25Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-9/+5
2017-09-25gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-9/+5
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2-19/+59
2017-09-22Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-15/+66
2017-09-22Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+7
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-22SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French1-5/+12
2017-09-20cifs: release auth_key.response for reconnect.Shu Wang1-0/+8
2017-09-20cifs: release cifs root_cred after exit_cifsShu Wang1-1/+1