summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-062-3/+30
|\
| * xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-031-1/+8
| * xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-062-2/+2
|\ \
| * | Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-041-1/+1
| * | btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-041-1/+1
* | | Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-062-10/+9
|\ \ \
| * | | ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-021-5/+6
| * | | ceph: properly queue cap snap for newly created snap realmYan, Zheng2017-10-021-5/+3
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-069-36/+56
|\ \ \ \
| * | | | ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-052-8/+22
| * | | | ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein2017-10-054-24/+22
| * | | | ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-051-2/+4
| * | | | ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein2017-10-051-1/+4
| * | | | ovl: fix error value printed in ovl_lookup_index()Amir Goldstein2017-10-051-0/+1
| * | | | ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein2017-10-051-1/+3
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-10-044-49/+92
|\ \ \ \
| * | | | exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-9/+5
| * | | | exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Oleg Nesterov2017-10-031-4/+8
| * | | | exec: binfmt_misc: remove the confusing e->interp_file != NULL checksOleg Nesterov2017-10-031-2/+2
| * | | | exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Oleg Nesterov2017-10-031-6/+6
| * | | | exec: binfmt_misc: don't nullify Node->dentry in kill_node()Oleg Nesterov2017-10-031-13/+9
| * | | | exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-032-9/+10
| * | | | userfaultfd: non-cooperative: fix fork use after freeAndrea Arcangeli2017-10-031-10/+56
| |/ / /
* | | | lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-041-1/+1
|/ / /
* | | 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
OpenPOWER on IntegriCloud