summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-28
|\
| * iomap: fix Invalid License IDMasahiro Yamada2019-07-25
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-28
|\ \
| * | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-25
* | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-27
|\ \ \
| * | | afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-25
| * | | afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-25
| | |/ | |/|
* | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-26
|\ \ \
| * | | btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota2019-07-26
| * | | btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov2019-07-25
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-26
|\ \ \ \
| * | | | fix the struct mount leak in umount_tree()Al Viro2019-07-26
* | | | | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-26
|\ \ \ \ \
| * | | | | io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-25
| * | | | | io_uring: track io length in async_list based on bytesZhengyuan Liu2019-07-21
| * | | | | io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-21
| * | | | | block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-21
| * | | | | io_uring: add a memory barrier before atomic_readZhengyuan Liu2019-07-18
| * | | | | io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu2019-07-16
| * | | | | io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu2019-07-16
* | | | | | Merge branch 'access-creds'Linus Torvalds2019-07-25
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-24
* | | | | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-22
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn2019-07-17
| * | | | btrfs: free checksum hash on in close_ctreeJohannes Thumshirn2019-07-17
| * | | | btrfs: Fix build error while LIBCRC32C is moduleYueHaibing2019-07-17
| * | | | btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-17
* | | | | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cifs: update internal module numberSteve French2019-07-18
| * | | | cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-18
| * | | | smb3: optimize open to not send query file internal infoSteve French2019-07-18
| * | | | cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-18
| * | | | CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-18
* | | | | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-20
|\ \ \ \ \
| * | | | | switch the remnants of releasing the mountpoint away from fs_pinAl Viro2019-07-16
| * | | | | get rid of detach_mnt()Al Viro2019-07-16
| * | | | | make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro2019-07-16
| * | | | | Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro2019-07-10
| * | | | | fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()Al Viro2019-07-04
| * | | | | __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymoreAl Viro2019-07-04
| * | | | | nfs: dget_parent() never returns NULLAl Viro2019-07-04
| * | | | | ceph: don't open-code the check for dead lockrefAl Viro2019-07-04
* | | | | | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-19
|\ \ \ \ \ \
| * | | | | | iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-17
| * | | | | | iomap: move the main iteration code into a separate fileDarrick J. Wong2019-07-17
| * | | | | | iomap: move the buffered IO code into a separate fileDarrick J. Wong2019-07-17
| * | | | | | iomap: move the direct IO code into a separate fileDarrick J. Wong2019-07-17
| * | | | | | iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong2019-07-17
| * | | | | | iomap: move the file mapping reporting code into a separate fileDarrick J. Wong2019-07-17
| * | | | | | iomap: move the swapfile code into a separate fileDarrick J. Wong2019-07-17