aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-08-05Merge branch 'master-next'Bruce Ashfield
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03userfaultfd: simplify fault handlingLinus Torvalds
2020-08-03Merge tag 'filelock-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2020-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-08-03Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-08-03Merge tag 'v5.8'Bruce Ashfield
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki
2020-08-01io_uring: flip if handling after io_setup_async_rwPavel Begunkov
2020-07-31io_uring: don't touch 'ctx' after installing file descriptorJens Axboe
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers
2020-07-30io_uring: get rid of atomic FAA for cq_timeoutsPavel Begunkov
2020-07-30io_uring: consolidate *_check_overflow accountingPavel Begunkov
2020-07-30io_uring: fix stalled deferred requestsPavel Begunkov
2020-07-30io_uring: fix racy overflow count reportingPavel Begunkov
2020-07-30io_uring: deduplicate __io_complete_rw()Pavel Begunkov
2020-07-30io_uring: de-unionise io_kiocbPavel Begunkov
2020-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-28Merge tag 'v5.8-rc7'Bruce Ashfield
2020-07-27btrfs: do not set the full sync flag on the inode during page releaseFilipe Manana
2020-07-27btrfs: release old extent maps during page releaseFilipe Manana
2020-07-27btrfs: fix race between page release and a fast fsyncFilipe Manana
2020-07-27btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn
2020-07-27btrfs: if we're restriping, use the target restripe profileJosef Bacik
2020-07-27btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik
2020-07-27btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik
2020-07-27btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik
2020-07-27btrfs: open device without device_list_mutexJosef Bacik
2020-07-27btrfs: sysfs: use NOFS for device creationJosef Bacik
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik
2020-07-27btrfs: document special case error codes for fs errorsJosef Bacik
2020-07-27btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana
2020-07-27btrfs: remove done label in writepage_delallocNikolay Borisov
2020-07-27btrfs: add comments for btrfs_reserve_flush_enumQu Wenruo
2020-07-27btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-07-27btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo
2020-07-27btrfs: relocation: allow signal to cancel balanceQu Wenruo