summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-05io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert mandatory-locking.txt to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert coda.txt to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/cachefiles.txt: convert to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/operations.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/fscache.txt to ReST formatMauro Carvalho Chehab
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-05-04ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-04ceph: fix special error code in ceph_try_get_caps()Wu Bo
2020-05-04ceph: fix endianness bug when handling MDS session feature bitsJeff Layton
2020-05-04udf: stop using ioctl_by_bdevChristoph Hellwig
2020-05-04isofs: stop using ioctl_by_bdevChristoph Hellwig
2020-05-04hfsplus: stop using ioctl_by_bdevChristoph Hellwig
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny
2020-05-04fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny
2020-05-04fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny
2020-05-04xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2020-05-04xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-05-04xfs: remove the xfs_efd_log_item_t typedefChristoph Hellwig
2020-05-04xfs: remove the xfs_efi_log_item_t typedefChristoph Hellwig
2020-05-04xfs: refactor xlog_recover_buffer_pass1Christoph Hellwig
2020-05-04xfs: simplify xlog_recover_inode_ra_pass2Christoph Hellwig
2020-05-04xfs: factor out a xlog_buf_readahead helperChristoph Hellwig
2020-05-04xfs: rename inode_list xlog_recover_reorder_transChristoph Hellwig
2020-05-04xfs: refactor the buffer cancellation table helpersChristoph Hellwig
2020-05-04xfs: define printk_once variants for xfs messagesEric Sandeen
2020-05-04xfs: stop CONFIG_XFS_DEBUG from changing compiler flagsArnd Bergmann
2020-05-04xfs: remove unnecessary check of the variable resblks in xfs_symlinkKaixu Xia
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia
2020-05-04xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattachKaixu Xia
2020-05-04xfs: remove unnecessary variable udqp from xfs_ioctl_setattrKaixu Xia
2020-05-04xfs: reserve quota inode transaction space only when neededKaixu Xia
2020-05-04xfs: combine two if statements with same conditionKaixu Xia
2020-05-04xfs: trace quota allocations for all quota typesKaixu Xia
2020-05-04xfs: report unrecognized log item type codes during recoveryDarrick J. Wong
2020-05-04fs/stat: Define DAX statx attributeIra Weiny
2020-05-04cachefiles: Fix corruption of the return value in cachefiles_read_or_alloc_pa...David Howells