index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
ceph: return -EIO if read/write against filp that lost file locks
Yan, Zheng
3
-8
/
+29
2019-09-16
ceph: add helper function that forcibly reconnects to ceph cluster.
Yan, Zheng
3
-5
/
+39
2019-09-16
ceph: pass filp to ceph_get_caps()
Yan, Zheng
4
-42
/
+46
2019-09-16
ceph: track and report error of async metadata operation
Yan, Zheng
5
-22
/
+54
2019-09-16
ceph: allow closing session in restarting/reconnect state
Yan, Zheng
1
-3
/
+3
2019-09-16
ceph: don't list vxattrs in listxattr()
Jeff Layton
1
-29
/
+0
2019-09-16
ceph: allow copy_file_range when src and dst inode are same
Jeff Layton
1
-2
/
+0
2019-09-16
ceph: fix directories inode i_blkbits initialization
Luis Henriques
1
-1
/
+6
2019-09-15
jffs2: Fix memory leak in jffs2_scan_eraseblock() error path
Wenwen Wang
1
-1
/
+4
2019-09-15
jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page
Christoph Hellwig
3
-38
/
+13
2019-09-15
jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()
Jia-Ju Bai
1
-1
/
+1
2019-09-15
ubifs: Fix memory leak bug in alloc_ubifs_info() error path
Wenwen Wang
1
-1
/
+3
2019-09-15
ubifs: Fix memory leak in __ubifs_node_verify_hmac error path
Wenwen Wang
1
-1
/
+3
2019-09-15
ubifs: Fix memory leak in read_znode() error path
Wenwen Wang
1
-0
/
+1
2019-09-15
ubifs: Remove redundant assignment to pointer fname
Colin Ian King
1
-1
/
+0
2019-09-15
Revert "ext4: make __ext4_get_inode_loc plug"
Linus Torvalds
1
-3
/
+0
2019-09-15
afs dynroot: switch to simple_dir_operations
Al Viro
3
-9
/
+1
2019-09-14
io_uring: increase IORING_MAX_ENTRIES to 32K
Daniel Xu
1
-1
/
+1
2019-09-13
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
43
-565
/
+718
2019-09-13
Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2
-17
/
+34
2019-09-12
vfs: Make fs_parse() handle fs_param_is_fd-type params better
David Howells
1
-2
/
+16
2019-09-12
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
1
-40
/
+57
2019-09-12
io_uring: make sqpoll wakeup possible with getevents
Jens Axboe
1
-6
/
+2
2019-09-12
io_uring: extend async work merging
Jens Axboe
1
-8
/
+28
2019-09-12
orangefs: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-09-12
orangefs: Add octal zero prefix
Artur Świgoń
1
-1
/
+1
2019-09-12
fuse: allow skipping control interface and forced unmount
Vivek Goyal
2
-1
/
+14
2019-09-12
fuse: dissociate DESTROY from fuseblk
Miklos Szeredi
2
-4
/
+17
2019-09-12
fuse: delete dentry if timeout is zero
Miklos Szeredi
2
-3
/
+28
2019-09-12
fuse: separate fuse device allocation and installation in fuse_conn
Vivek Goyal
4
-7
/
+26
2019-09-12
fuse: add fuse_iqueue_ops callbacks
Stefan Hajnoczi
4
-22
/
+81
2019-09-12
fuse: extract fuse_fill_super_common()
Stefan Hajnoczi
2
-59
/
+80
2019-09-12
fuse: export fuse_dequeue_forget() function
Vivek Goyal
2
-6
/
+11
2019-09-12
fuse: export fuse_get_unique()
Stefan Hajnoczi
2
-1
/
+7
2019-09-12
fuse: export fuse_send_init_request()
Vivek Goyal
2
-1
/
+3
2019-09-12
fuse: export fuse_len_args()
Stefan Hajnoczi
2
-4
/
+10
2019-09-12
fuse: export fuse_end_request()
Stefan Hajnoczi
2
-9
/
+15
2019-09-12
fuse: fix request limit
Miklos Szeredi
1
-2
/
+5
2019-09-12
Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
Filipe Manana
1
-9
/
+26
2019-09-12
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
1
-8
/
+8
2019-09-11
ovl: filter of trusted xattr results in audit
Mark Salyzyn
1
-1
/
+2
2019-09-11
ovl: Fix dereferencing possible ERR_PTR()
Ding Xiang
1
-2
/
+1
2019-09-11
configfs: calculate the symlink target only once
Al Viro
4
-171
/
+73
2019-09-11
configfs: make configfs_create() return inode
Al Viro
3
-59
/
+39
2019-09-11
configfs: factor dirent removal into helpers
Christoph Hellwig
1
-30
/
+33
2019-09-11
configfs: fix a deadlock in configfs_symlink()
Al Viro
1
-1
/
+32
2019-09-10
io_uring: limit parallelism of buffered writes
Jens Axboe
1
-8
/
+39
2019-09-10
io_uring: add io_queue_async_work() helper
Jens Axboe
1
-5
/
+11
2019-09-10
fuse: stop copying pages to fuse_req
Miklos Szeredi
2
-21
/
+6
2019-09-10
fuse: stop copying args to fuse_req
Miklos Szeredi
2
-106
/
+34
[prev]
[next]