aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-03xfs: always swap the cow forks when swapping extentsGravatar Darrick J. Wong 1-2/+22
2017-10-03exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-9/+5
2017-10-03exec: binfmt_misc: fix race between load_misc_binary() and kill_node()Gravatar Oleg Nesterov 1-4/+8
2017-10-03exec: binfmt_misc: remove the confusing e->interp_file != NULL checksGravatar Oleg Nesterov 1-2/+2
2017-10-03exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...Gravatar Oleg Nesterov 1-6/+6
2017-10-03exec: binfmt_misc: don't nullify Node->dentry in kill_node()Gravatar Oleg Nesterov 1-13/+9
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 2-9/+10
2017-10-03userfaultfd: non-cooperative: fix fork use after freeGravatar Andrea Arcangeli 1-10/+56
2017-10-03f2fs: fix potential panic during fstrimGravatar Chao Yu 3-5/+5
2017-10-02ceph: fix __choose_mds() for LSSNAP requestGravatar Yan, Zheng 1-5/+6
2017-10-02ceph: properly queue cap snap for newly created snap realmGravatar Yan, Zheng 1-5/+3
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentGravatar Scott Mayhew 1-1/+2
2017-10-01NFS: Fix uninitialized rpc_wait_queueGravatar Benjamin Coddington 1-1/+1
2017-10-01NFS: Cleanup error handling in nfs_idmap_request_key()Gravatar Dan Carpenter 1-1/+1
2017-10-01nfs: RPC_MAX_AUTH_SIZE is in bytesGravatar J. Bruce Fields 1-2/+2
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-20/+15
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-27/+72
2017-09-29sched/debug: Add explicit TASK_PARKED printingGravatar Peter Zijlstra 1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingGravatar Peter Zijlstra 1-8/+13
2017-09-29sched/debug: Implement consistent task-state printingGravatar Peter Zijlstra 1-13/+2
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 15-56/+81
2017-09-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-0/+8
2017-09-27quota: Fix quota corruption with generic/232 testGravatar Jan Kara 1-0/+4
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsGravatar Andreas Gruenbacher 1-2/+2
2017-09-26xfs: revert "xfs: factor rmap btree size into the indlen calculations"Gravatar Darrick J. Wong 1-15/+2
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneGravatar Carlos Maiolino 1-1/+1
2017-09-26xfs: perag initialization should only touch m_ag_max_usable for AG 0Gravatar Darrick J. Wong 1-2/+10
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 5-19/+28
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioGravatar Chandan Rajendra 1-7/+7
2017-09-26xfs: validate bdev support for DAX inode flagGravatar Ross Zwisler 1-1/+2
2017-09-26btrfs: log csums for all modified extentsGravatar Josef Bacik 1-2/+10
2017-09-26Btrfs: fix unexpected result when dio reading corrupted blocksGravatar Liu Bo 1-5/+2
2017-09-26btrfs: Report error on removing qgroup if del_qgroup_item failsGravatar Sargun Dhillon 1-0/+2
2017-09-26Btrfs: skip checksum when reading compressed data if some IO have failedGravatar Liu Bo 1-1/+8
2017-09-26Btrfs: fix kernel oops while reading compressed dataGravatar Liu Bo 1-0/+9
2017-09-26Btrfs: use btrfs_op instead of bio_op in __btrfs_map_blockGravatar Liu Bo 1-1/+1
2017-09-26Btrfs: do not backup tree roots when fsyncGravatar Liu Bo 1-1/+8
2017-09-26btrfs: remove BTRFS_FS_QUOTA_DISABLING flagGravatar Misono, Tomohiro 2-5/+0
2017-09-26btrfs: propagate error to btrfs_cmp_data_prepare callerGravatar Naohiro Aota 1-1/+1
2017-09-26btrfs: prevent to set invalid default subvolidGravatar satoru takeuchi 1-0/+4
2017-09-26Btrfs: send: fix error number for unknown inode typesGravatar Tsutomu Itoh 1-1/+1
2017-09-26btrfs: fix NULL pointer dereference from free_reloc_roots()Gravatar Naohiro Aota 1-1/+1
2017-09-26btrfs: finish ordered extent cleaning if no progress is foundGravatar Naohiro Aota 1-0/+8
2017-09-26btrfs: clear ordered flag on cleaning up ordered extentsGravatar Naohiro Aota 1-0/+12
2017-09-26Btrfs: fix incorrect {node,sector}size endianness from BTRFS_IOC_FS_INFOGravatar Omar Sandoval 1-3/+3
2017-09-26Btrfs: do not reset bio->bi_ops while writing bioGravatar Liu Bo 1-3/+0
2017-09-26Btrfs: use the new helper wbc_to_write_flagsGravatar Liu Bo 1-3/+2
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesGravatar Colin Ian King 1-2/+0
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Gravatar Kenjiro Nakayama 1-0/+10
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Gravatar Eryu Guan 1-1/+1