Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
a1176734132c630b50908c36563e05fb3599682c
/
fs
713db35
Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 4 years, 11 months ago
288b27a0
Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 4 years, 11 months ago
8a8b809
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 4 years, 11 months ago
d65d87a
ext4: improve explanation of a mount failure caused by a misconfigured kernel
by Theodore Ts'o
· 5 years ago
829e694
Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
cf556ed
Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
ca60ad6
Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
85db6b7
cifs: make sure we do not overflow the max EA buffer size
by Ronnie Sahlberg
· 5 years ago
2c6251a
cifs: enable change notification for SMB2.1 dialect
by Steve French
· 5 years ago
2ca1025
io_uring: prune request from overflow list on flush
by Jens Axboe
· 5 years ago
5d63944
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
by Trond Myklebust
· 5 years ago
8c75593
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
by Trond Myklebust
· 5 years ago
cd1b659
NFSv4.1 make cachethis=no for writes
by Olga Kornievskaia
· 5 years ago
c96dcee
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer
by zhangyi (F)
· 5 years ago
6a66a7d
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
by zhangyi (F)
· 5 years ago
af133ad
ext4: add cond_resched() to ext4_protect_reserved_inode
by Shijie Luo
· 5 years ago
48a3431
ext4: fix checksum errors with indexed dirs
by Jan Kara
· 5 years ago
4f97a68
ext4: fix support for inode sizes > 1024 bytes
by Theodore Ts'o
· 5 years ago
46d3688
ext4: simplify checking quota limits in ext4_statfs()
by Jan Kara
· 5 years ago
14c9ca0
ext4: don't assume that mmp_nodename/bdevname have NUL
by Andreas Dilger
· 5 years ago
f52aa79
cifs: Fix mode output in debugging statements
by Frank Sorenson
· 5 years ago
7563439
io-wq: don't call kXalloc_node() with non-online node
by Jens Axboe
· 5 years ago
efeda80
NFSv4: Fix revalidation of dentries with delegations
by Trond Myklebust
· 5 years ago
1b9867e
btrfs: sysfs, move device id directories to UUID/devinfo
by Anand Jain
· 5 years ago
a013d14
btrfs: sysfs, add UUID/devinfo kobject
by Anand Jain
· 5 years ago
28553fa
Btrfs: fix race between shrinking truncate and fiemap
by Filipe Manana
· 5 years ago
10a3a3e
btrfs: log message when rw remount is attempted with unclean tree-log
by David Sterba
· 5 years ago
e8294f2
btrfs: print message when tree-log replay starts
by David Sterba
· 5 years ago
ac05ca9
Btrfs: fix race between using extent maps and merging them
by Filipe Manana
· 5 years ago
f311ade
btrfs: ref-verify: fix memory leaks
by Wenwen Wang
· 5 years ago
359c92c
Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
3b20bc2
ceph: noacl mount option is effectively ignored
by Xiubo Li
· 5 years ago
b27a939
ceph: canonicalize server path in place
by Ilya Dryomov
· 5 years ago
8e4473b
ceph: do not execute direct write in parallel if O_APPEND is specified
by Xiubo Li
· 5 years ago
cf5b405
NFSv4: Fix races between open and dentry revalidation
by Trond Myklebust
· 5 years ago
a1147b8
NFS: Fix up directory verifier races
by Trond Myklebust
· 5 years ago
3f6166a
cifs: fix mount option display for sec=krb5i
by Petr Pavlu
· 5 years ago
89a47dd
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
380a129
Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
by Linus Torvalds
· 5 years ago
d1ea35f
Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
5586c3c
Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
b537916
io_uring: retain sockaddr_storage across send/recvmsg async punt
by Jens Axboe
· 5 years ago
6ab2314
io_uring: cancel pending async work if task exits
by Jens Axboe
· 5 years ago
3628288
io-wq: add io_wq_cancel_pid() to cancel based on a specific pid
by Jens Axboe
· 5 years ago
00bcda1
io-wq: make io_wqe_cancel_work() take a match handler
by Jens Axboe
· 5 years ago
0fd1695
fs: Add VirtualBox guest shared folder (vboxsf) support
by Hans de Goede
· 5 years ago
b85080c
Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
236f453
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
0bdbdd0
io_uring: fix openat/statx's filename leak
by Pavel Begunkov
· 5 years ago
5f798be
io_uring: fix double prep iovec leak
by Pavel Begunkov
· 5 years ago
a93b333
io_uring: fix async close() with f_op->flush()
by Pavel Begunkov
· 5 years ago
0b5faf6
io_uring: allow AT_FDCWD for non-file openat/openat2/statx
by Jens Axboe
· 5 years ago
ff002b3
io_uring: grab ->fs as part of async preparation
by Jens Axboe
· 5 years ago
9392a27
io-wq: add support for inheriting ->fs
by Jens Axboe
· 5 years ago
faac996
io_uring: retry raw bdev writes if we hit -EOPNOTSUPP
by Jens Axboe
· 5 years ago
8fef80b
io_uring: add cleanup for openat()/statx()
by Pavel Begunkov
· 5 years ago
99bc4c3
io_uring: fix iovec leaks
by Pavel Begunkov
· 5 years ago
e96e977
io_uring: remove unused struct io_async_open
by Pavel Begunkov
· 5 years ago
63e5d81
io_uring: flush overflowed CQ events in the io_uring_poll()
by Stefano Garzarella
· 5 years ago
cf3040c
io_uring: statx/openat/openat2 don't support fixed files
by Jens Axboe
· 5 years ago
9959333
Merge branch 'pipe-exclusive-wakeup'
by Linus Torvalds
· 5 years ago
0ddad21
pipe: use exclusive waits when reading or writing
by Linus Torvalds
· 5 years ago
0a06174
compat_ioctl: fix FIONREAD on devices
by Arnd Bergmann
· 5 years ago
f757165
Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 5 years ago
175787e
Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 5 years ago
60ea27e
Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
08dffcc
Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
f43574d
Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
bf45f7f
procfs: switch to use of invalfc()
by Al Viro
· 5 years ago
b5db30c
hugetlbfs: switch to use of invalfc()
by Al Viro
· 5 years ago
e1ee7d8
cramfs: switch to use of errofc() et.al.
by Al Viro
· 5 years ago
77cb271
gfs2: switch to use of errorfc() et.al.
by Al Viro
· 5 years ago
2e28c49
fuse: switch to use errorfc() et.al.
by Al Viro
· 5 years ago
d53d0f7
ceph: use errorfc() and friends instead of spelling the prefix out
by Al Viro
· 5 years ago
328de52
turn fs_param_is_... into functions
by Al Viro
· 5 years ago
48ce73b
fs_parse: handle optional arguments sanely
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
cc3c0b5
add prefix to fs_context->log
by Al Viro
· 5 years ago
c80c98f
ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log
by Al Viro
· 5 years ago
7f5d381
new primitive: __fs_parse()
by Al Viro
· 5 years ago
9f09f64
teach logfc() to handle prefices, give it saner calling conventions
by Al Viro
· 5 years ago
aa1918f
get rid of fs_value_is_filename_empty
by Al Viro
· 5 years ago
34264ae
don't bother with explicit length argument for __lookup_constant()
by Al Viro
· 5 years ago
50d0def
nfsd: make nfsd_filecache_wq variable static
by Chen Zhou
· 5 years ago
8dcc1a9
fs: New zonefs file system
by Damien Le Moal
· 5 years ago
5eede62
fold struct fs_parameter_enum into struct constant_table
by Al Viro
· 5 years ago
2710c957a
fs_parse: get rid of ->enums
by Al Viro
· 5 years ago
0f89589
Pass consistent param->type to fs_parse()
by Al Viro
· 5 years ago
51d92d6
smb3: Add defines for new information level, FileIdInformation
by Steve French
· 5 years ago
ab3459d
smb3: print warning once if posix context returned on open
by Steve French
· 5 years ago
2391ca4
smb3: add one more dynamic tracepoint missing from strict fsync path
by Steve French
· 5 years ago
e3e056c
cifs: fix mode bits from dir listing when mounted with modefromsid
by Aurelien Aptel
· 5 years ago
1e95081
io_uring: fix deferred req iovec leak
by Pavel Begunkov
· 5 years ago
e1d8533
io_uring: fix 1-bit bitfields to be unsigned
by Randy Dunlap
· 5 years ago
1cb1edb
io_uring: get rid of delayed mm check
by Pavel Begunkov
· 5 years ago
cc95b67
cifs: fix channel signing
by Aurelien Aptel
· 5 years ago
6e5e41e
gfs2: fix O_SYNC write handling
by Andreas Gruenbacher
· 5 years ago
4c0e8dd
gfs2: move setting current->backing_dev_info
by Christoph Hellwig
· 5 years ago
Next »