summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-032-1/+8
|\
| * xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai2019-07-301-1/+5
| * xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong2019-07-291-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-032-8/+39
|\ \
| * | coredump: split pipe command whitespace before expanding templatePaul Wise2019-08-031-5/+39
| * | ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0Star
* | | Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-022-27/+62
|\ \ \
| * | | block: Fix __blkdev_direct_IO() for bio fragmentsDamien Le Moal2019-08-011-1/+2
| * | | io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu2019-07-311-1/+2
| * | | loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-25/+58
| | |/ | |/|
* | | Merge tag 'for-5.3-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-024-67/+47Star
|\ \ \ | |_|/ |/| |
| * | Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-303-5/+22
| * | Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana2019-07-301-0/+10
| * | Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-07-301-62/+15Star
* | | Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-021-3/+12
|\ \ \
| * | | gfs2: Inode dirtying fixAndreas Gruenbacher2019-07-311-3/+12
| | |/ | |/|
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-311-4/+1Star
|\ \ \
| * | | Unbreak mount_capable()Al Viro2019-07-311-4/+1Star
* | | | Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-311-1/+1
|\ \ \ \
| * | | | dax: Fix missed wakeup in put_unlocked_entry()Jan Kara2019-07-291-1/+1
| | |/ / | |/| |
* | | | Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-303-100/+81Star
|\ \ \ \ | |/ / / |/| | |
| * | | f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-07-291-24/+24
| * | | f2fs: fix to read source block before invalidating itJaegeuk Kim2019-07-271-36/+34Star
| * | | f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers2019-07-131-8/+1Star
| * | | f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers2019-07-131-31/+14Star
| * | | f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers2019-07-131-1/+8
* | | | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-281-1/+1
|\ \ \ \
| * | | | iomap: fix Invalid License IDMasahiro Yamada2019-07-251-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-281-1/+1
|\ \ \ \ \
| * | | | | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-1/+1
* | | | | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-272-37/+68
|\ \ \ \ \ \
| * | | | | | afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-18/+33
| * | | | | | afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-19/+35
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-262-8/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota2019-07-261-5/+6
| * | | | | btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov2019-07-251-3/+6
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-261-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fix the struct mount leak in umount_tree()Al Viro2019-07-261-2/+2
* | | | | | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-262-25/+114
|\ \ \ \ \ \
| * | | | | | io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-251-0/+2
| * | | | | | io_uring: track io length in async_list based on bytesZhengyuan Liu2019-07-221-13/+11Star
| * | | | | | io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-221-2/+38
| * | | | | | block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-221-8/+50
| * | | | | | io_uring: add a memory barrier before atomic_readZhengyuan Liu2019-07-181-0/+4
| * | | | | | io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu2019-07-161-1/+8
| * | | | | | io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu2019-07-161-1/+1
* | | | | | | Merge branch 'access-creds'Linus Torvalds2019-07-251-0/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-241-0/+19
* | | | | | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-224-4/+32
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn2019-07-171-3/+7