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