Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9ba1e224538a021b989302bb2777abc7a3b3ec79
/
fs
9ba1e22
ceph: allocate the correct amount of extra bytes for the session features
by Xiubo Li
· 5 years ago
5b3248c
ceph: rename get_session and switch to use ceph_get_mds_session
by Xiubo Li
· 5 years ago
4fbc0c7
ceph: remove the extra slashes in the server path
by Xiubo Li
· 5 years ago
b38c9eb
ceph: add possible_max_rank and make the code more readable
by Xiubo Li
· 5 years ago
0eb3085
ceph: print dentry offset in hex and fix xattr_version type
by Xiubo Li
· 5 years ago
9f8b72b
ceph: only touch the caps which have the subset mask requested
by Xiubo Li
· 5 years ago
893e456
ceph: don't clear I_NEW until inode metadata is fully populated
by Jeff Layton
· 5 years ago
c4853e9
ceph: retry the same mds later after the new session is opened
by Xiubo Li
· 5 years ago
9782005
ceph: check availability of mds cluster on mount after wait timeout
by Xiubo Li
· 5 years ago
4d681c2
ceph: keep the session state until it is released
by Xiubo Li
· 5 years ago
9cf5456
ceph: add __send_request helper
by Xiubo Li
· 5 years ago
9a6bed4
ceph: ensure we have a new cap before continuing in fill_inode
by Jeff Layton
· 5 years ago
57c2199
ceph: drop unused ttl_from parameter from fill_inode
by Jeff Layton
· 5 years ago
07edc05
ceph: fix possible long time wait during umount
by Xiubo Li
· 5 years ago
5d47648
ceph: only choose one MDS who is in up:active state without laggy
by Xiubo Li
· 5 years ago
4d7ace0
ceph: fix mdsmap cluster available check based on laggy number
by Xiubo Li
· 5 years ago
d80865b
ceph: remove unnecessary assignment in ceph_pre_init_acls()
by Chengguang Xu
· 7 years ago
8f5ac17
ceph: delete redundant douts in con_get/put()
by Chengguang Xu
· 7 years ago
5cf9ad0
Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
b1b2989
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
ebe1002
io_uring: don't cancel all work on process exit
by Jens Axboe
· 5 years ago
73e08e7
Revert "io_uring: only allow submit from owning task"
by Jens Axboe
· 5 years ago
a45ea48
afs: Fix characters allowed into cell names
by David Howells
· 5 years ago
d0cb501
do_last(): fetch directory ->i_mode and ->i_uid before it's too late
by Al Viro
· 5 years ago
a075f23
Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
4cea903
btrfs: dev-replace: remove warning for unknown return codes when finished
by David Sterba
· 5 years ago
1bbb97b
btrfs: scrub: Require mandatory block group RO for dev-replace
by Qu Wenruo
· 5 years ago
fa0a4e3
Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
3c2659b
readdir: make user_access_begin() use the real access range
by Linus Torvalds
· 5 years ago
2c6b7bc
readdir: be more conservative with directory entry names
by Linus Torvalds
· 5 years ago
dbab40b
Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
9c1c2b3
ceph: hold extra reference to r_parent over life of request
by Jeff Layton
· 6 years ago
1292e97
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
by Eugene Syromiatnikov
· 5 years ago
d96d875
Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
25e73aa
Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
effaf90
Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
ab7541c
Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 5 years ago
b35cf1f
btrfs: check rw_devices, not num_devices for balance
by Josef Bacik
· 5 years ago
5afe6ce
Btrfs: always copy scrub arguments back to user space
by Filipe Manana
· 5 years ago
44d2827
io_uring: only allow submit from owning task
by Jens Axboe
· 5 years ago
394440d
reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr
by Jeff Mahoney
· 5 years ago
7df1e98
fuse: fix fuse_send_readpages() in the syncronous read case
by Miklos Szeredi
· 5 years ago
11ba820
io_uring: ensure workqueue offload grabs ring mutex for poll list
by Jens Axboe
· 5 years ago
797f3f5
io_uring: clear req->result always before issuing a read/write request
by Bijan Mottahedeh
· 5 years ago
84bf394
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
508c877
fix autofs regression caused by follow_managed() changes
by Al Viro
· 5 years ago
c64cd6e
reimplement path_mountpoint() with less magic
by Al Viro
· 5 years ago
7891293
io_uring: be consistent in assigning next work from handler
by Jens Axboe
· 5 years ago
e0bbb34
io-wq: cancel work if we fail getting a mm reference
by Jens Axboe
· 5 years ago
e033e7d
Merge branch 'dhowells' (patches from DavidH)
by Linus Torvalds
· 5 years ago
f52b83b
afs: Fix afs_lookup() to not clobber the version on a new dentry
by David Howells
· 5 years ago
40a708b
afs: Fix use-after-loss-of-ref
by David Howells
· 5 years ago
74566df
io_uring: don't setup async context for read/write fixed
by Jens Axboe
· 5 years ago
6282675
btrfs: relocation: fix reloc_root lifespan and access
by Qu Wenruo
· 5 years ago
9fb7007
Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
4e4cd21
Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
30b6487
Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
bef1d88
Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 5 years ago
83c9c54
fs: move guard_bio_eod() after bio_set_op_attrs
by Ming Lei
· 5 years ago
e163fdb
pstore/ram: Regularize prz label allocation lifetime
by Kees Cook
· 5 years ago
26ef849
btrfs: fix memory leak in qgroup accounting
by Johannes Thumshirn
· 5 years ago
423a716
btrfs: do not delete mismatched root refs
by Josef Bacik
· 5 years ago
d49d328
btrfs: fix invalid removal of root ref
by Josef Bacik
· 5 years ago
045d396
btrfs: rework arguments of btrfs_unlink_subvol
by Josef Bacik
· 5 years ago
eacc6df
io_uring: remove punt of short reads to async context
by Jens Axboe
· 5 years ago
68faa67
chardev: Avoid potential use-after-free in 'chrdev_open()'
by Will Deacon
· 5 years ago
b73eba2
ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
by Gang He
· 5 years ago
397eac1
ocfs2: call journal flush to mark journal as empty after journal recovery when mount
by Kai Li
· 5 years ago
e39e773
fs/posix_acl.c: fix kernel-doc warnings
by Randy Dunlap
· 5 years ago
213921f
fs/namespace.c: make to_mnt_ns() static
by Eric Biggers
· 5 years ago
7bebd69
fs/nsfs.c: include headers for missing declarations
by Eric Biggers
· 5 years ago
b16155a
fs/direct-io.c: include fs/internal.h for missing prototype
by Eric Biggers
· 5 years ago
3a562ae
Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 5 years ago
b6b4aaf
Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
15f0ec9
mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
by Jan Stancek
· 5 years ago
278b14e
Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 5 years ago
74f1a29
Revert "fs: remove ksys_dup()"
by Dominik Brodowski
· 5 years ago
9e5f1c1
pstore/ram: Write new dumps to start of recycled zones
by Aleksandr Yashkin
· 5 years ago
8df955a
pstore/ram: Fix error-path memory leak in persistent_ram_new() callers
by Kees Cook
· 5 years ago
de7999a
Btrfs: fix infinite loop during nocow writeback due to race
by Filipe Manana
· 5 years ago
46bcff2b
btrfs: fix compressed write bio blkcg attribution
by Dennis Zhou
· 5 years ago
7b62e66
btrfs: punt all bios created in btrfs_submit_compressed_write()
by Dennis Zhou
· 5 years ago
d756638
Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 5 years ago
cc2f36e
Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
98ca480
locks: print unsigned ino in /proc/locks
by Amir Goldstein
· 5 years ago
85a8ce6
block: add bio_truncate to fix guard_bio_eod
by Ming Lei
· 5 years ago
534121d
Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
fd1c4bc
io-wq: add cond_resched() to worker thread
by Hillf Danton
· 5 years ago
1f424e8b
io-wq: remove unused busy list from io_sqe
by Hillf Danton
· 5 years ago
046aca3
cifs: Optimize readdir on reparse points
by Paulo Alcantara (SUSE)
· 5 years ago
7935799
cifs: Adjust indentation in smb2_open_file
by Nathan Chancellor
· 5 years ago
9efa3ed
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
c601747
Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
a396560
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
0dd1e37
pipe: fix empty pipe check in pipe_write()
by Jan Stancek
· 5 years ago
68d7b2d
ext4: fix unused-but-set-variable warning in ext4_add_entry()
by Yunfeng Ye
· 5 years ago
f8f04d0
Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
3529d8c
io_uring: pass in 'sqe' to the prep handlers
by Jens Axboe
· 5 years ago
06b76d4
io_uring: standardize the prep methods
by Jens Axboe
· 5 years ago
26a6167
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
by Jens Axboe
· 5 years ago
Next »