index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
2019-12-08
namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
Aleksa Sarai
2019-12-08
namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
Aleksa Sarai
2019-12-08
namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
Aleksa Sarai
2019-12-08
namei: LOOKUP_NO_XDEV: block mountpoint crossing
Aleksa Sarai
2019-12-08
namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
Aleksa Sarai
2019-12-08
namei: LOOKUP_NO_SYMLINKS: block symlink resolution
Aleksa Sarai
2019-12-08
namei: allow set_root() to produce errors
Aleksa Sarai
2019-12-08
namei: allow nd_jump_link() to produce errors
Aleksa Sarai
2019-12-08
nsfs: clean-up ns_get_path() signature to return int
Aleksa Sarai
2019-12-08
namei: only return -ECHILD from follow_dotdot_rcu()
Aleksa Sarai
2019-12-08
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-12-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-12-07
Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-12-07
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-12-07
Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-12-07
Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-12-07
smb3: improve check for when we send the security descriptor context on create
Steve French
2019-12-07
pipe: don't use 'pipe_wait() for basic pipe IO
Linus Torvalds
2019-12-07
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2019-12-07
pipe: fix and clarify pipe read wakeup logic
Linus Torvalds
2019-12-07
pipe: fix and clarify pipe write wakeup logic
Linus Torvalds
2019-12-07
pipe: fix poll/select race introduced by the pipe rework
Linus Torvalds
2019-12-07
nfsd: depend on CRYPTO_MD5 for legacy client tracking
Patrick Steinhardt
2019-12-07
NFSD fixing possible null pointer derefering in copy offload
Olga Kornievskaia
2019-12-06
pipe: Fix iteration end check in fuse_dev_splice_write()
David Howells
2019-12-06
pipe: fix incorrect caching of pipe state over pipe_wait()
Linus Torvalds
2019-12-06
smb3: fix mode passed in on create for modetosid mount option
Steve French
2019-12-06
Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-12-05
Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-12-05
Merge branch 'pipe-rework' (patches from David Howells)
Linus Torvalds
2019-12-05
pipe: Fix missing mask update after pipe_wait()
David Howells
2019-12-05
pipe: Remove assertion from pipe_poll()
David Howells
2019-12-05
Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2019-12-05
Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-12-05
Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-12-05
iomap: stop using ioend after it's been freed in iomap_finish_ioend()
Zorro Lang
2019-12-05
io_uring: fix a typo in a comment
LimingWu
2019-12-05
io_uring: hook all linked requests via link_list
Pavel Begunkov
2019-12-05
io_uring: fix error handling in io_queue_link_head
Pavel Begunkov
2019-12-04
fs/binfmt_elf.c: extract elf_read() function
Alexey Dobriyan
2019-12-04
fs/binfmt_elf.c: delete unused "interp_map_addr" argument
Alexey Dobriyan
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
2019-12-04
fs/proc/Kconfig: fix indentation
Krzysztof Kozlowski
2019-12-04
fs/proc/internal.h: shuffle "struct pde_opener"
Alexey Dobriyan
2019-12-04
fs/proc/generic.c: delete useless "len" variable
Alexey Dobriyan
2019-12-04
proc: change ->nlink under proc_subdir_lock
Alexey Dobriyan
[next]