aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng3-8/+29
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng3-5/+39
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng4-42/+46
2019-09-16ceph: track and report error of async metadata operationYan, Zheng5-22/+54
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng1-3/+3
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton1-29/+0
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton1-2/+0
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques1-1/+6
2019-09-15jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang1-1/+4
2019-09-15jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig3-38/+13
2019-09-15jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai1-1/+1
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathWenwen Wang1-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King1-1/+0
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds1-3/+0
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro3-9/+1
2019-09-14io_uring: increase IORING_MAX_ENTRIES to 32KDaniel Xu1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe43-565/+718
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-17/+34
2019-09-12vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells1-2/+16
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-40/+57
2019-09-12io_uring: make sqpoll wakeup possible with geteventsJens Axboe1-6/+2
2019-09-12io_uring: extend async work mergingJens Axboe1-8/+28
2019-09-12orangefs: remove redundant assignment to errColin Ian King1-1/+1
2019-09-12orangefs: Add octal zero prefixArtur Świgoń1-1/+1
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal2-1/+14
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi2-4/+17
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi2-3/+28
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal4-7/+26
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi4-22/+81
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi2-59/+80
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal2-6/+11
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi2-1/+7
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal2-1/+3
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi2-4/+10
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi2-9/+15
2019-09-12fuse: fix request limitMiklos Szeredi1-2/+5
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn1-1/+2
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Ding Xiang1-2/+1
2019-09-11configfs: calculate the symlink target only onceAl Viro4-171/+73
2019-09-11configfs: make configfs_create() return inodeAl Viro3-59/+39
2019-09-11configfs: factor dirent removal into helpersChristoph Hellwig1-30/+33
2019-09-11configfs: fix a deadlock in configfs_symlink()Al Viro1-1/+32
2019-09-10io_uring: limit parallelism of buffered writesJens Axboe1-8/+39
2019-09-10io_uring: add io_queue_async_work() helperJens Axboe1-5/+11
2019-09-10fuse: stop copying pages to fuse_reqMiklos Szeredi2-21/+6
2019-09-10fuse: stop copying args to fuse_reqMiklos Szeredi2-106/+34