index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2021-02-21
Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-21
Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-21
Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-21
Merge tag 'pstore-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-21
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
2021-02-21
Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-02-21
Merge tag 'erofs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-21
Merge tag 'f2fs-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-21
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-02-21
Merge tag 'affs-for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-21
Merge tag 'jfs-5.12' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2021-02-21
Merge tag 'locks-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...
Linus Torvalds
2021-02-21
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2021-02-21
Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-21
Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-20
Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-02-20
fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*
Al Viro
2021-02-18
pstore: Fix typo in compression option name
Jiri Bohac
2021-02-16
io_uring: tctx->task_lock should be IRQ safe
Jens Axboe
2021-02-15
proc: don't allow async path resolution of /proc/thread-self components
Jens Axboe
2021-02-13
Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-13
io_uring: kill cached requests from exiting task closing the ring
Jens Axboe
2021-02-13
io_uring: add helper to free all request caches
Jens Axboe
2021-02-13
io_uring: allow task match to be passed to io_req_cache_free()
Jens Axboe
2021-02-12
Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernel
Linus Torvalds
2021-02-12
f2fs: give a warning only for readonly partition
Jaegeuk Kim
2021-02-12
io-wq: clear out worker ->fs and ->files
Jens Axboe
2021-02-12
Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-12
io_uring: optimise io_init_req() flags setting
Pavel Begunkov
2021-02-12
io_uring: clean io_req_find_next() fast check
Pavel Begunkov
2021-02-12
io_uring: don't check PF_EXITING from syscall
Pavel Begunkov
2021-02-12
btrfs: initialize fs_info::csum_size earlier in open_ctree
Su Yue
2021-02-12
io_uring: don't split out consume out of SQE get
Pavel Begunkov
2021-02-12
io_uring: save ctx put/get for task_work submit
Pavel Begunkov
2021-02-12
io_uring: don't duplicate io_req_task_queue()
Pavel Begunkov
2021-02-12
io_uring: optimise SQPOLL mm/files grabbing
Pavel Begunkov
2021-02-12
io_uring: optimise out unlikely link queue
Pavel Begunkov
2021-02-12
io_uring: take compl state from submit state
Pavel Begunkov
2021-02-11
io_uring: inline io_complete_rw_common()
Pavel Begunkov
2021-02-11
io_uring: move res check out of io_rw_reissue()
Pavel Begunkov
2021-02-11
io_uring: simplify iopoll reissuing
Pavel Begunkov
2021-02-11
io_uring: clean up io_req_free_batch_finish()
Pavel Begunkov
2021-02-11
io_uring: move submit side state closer in the ring
Jens Axboe
2021-02-11
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
2021-02-11
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
Shyam Prasad N
2021-02-11
cifs: In the new mount api we get the full devname as source=
Ronnie Sahlberg
2021-02-11
xfs: consider shutdown in bmapbt cursor delete assert
Brian Foster
[next]