summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'gfs2-4.18.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-0411-245/+331
|\ \ \ \
| * | | | gfs2: Iomap cleanups and improvementsAndreas Gruenbacher2018-06-044-95/+126
| * | | | gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher2018-06-045-28/+30
| * | | | gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher2018-06-041-31/+18
| * | | | gfs2: hole_size improvementAndreas Gruenbacher2018-06-041-57/+153
| * | | | GFS2: gfs2_free_extlen can return an extent that is too longBob Peterson2018-06-042-1/+2
| * | | | GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher2018-06-041-5/+8
| * | | | gfs2: Update find_metapath commentAndreas Gruenbacher2018-06-041-3/+2
| * | | | gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher2018-04-163-34/+1
* | | | | Merge tag 'dlm-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2018-06-041-2/+14
|\ \ \ \ \
| * | | | | dlm: remove O_NONBLOCK flag in sctp_connect_to_sockGang He2018-05-291-1/+1
| * | | | | dlm: make sctp_connect_to_sock() return in specified timeGang He2018-05-021-0/+12
| * | | | | dlm: fix a clerical error when set SCTP_NODELAYGang He2018-05-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-06-0447-2746/+3248
|\ \ \ \ \
| * | | | | btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono2018-05-311-0/+204
| * | | | | btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono2018-05-311-0/+99
| * | | | | btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono2018-05-311-0/+121
| * | | | | Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval2018-05-301-19/+14
| * | | | | btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-99/+108
| * | | | | btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-13/+43
| * | | | | btrfs: return ENOMEM if path allocation fails in btrfs_cross_ref_existSu Yue2018-05-301-1/+1
| * | | | | btrfs: raid56: Remove VLA usageKees Cook2018-05-301-10/+28
| * | | | | btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-05-301-1/+3
| * | | | | btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshotGu JinXiang2018-05-301-1/+0
| * | | | | btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-304-14/+5
| * | | | | btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-05-301-0/+3
| * | | | | btrfs: lift some btrfs_cross_ref_exist checks in nocow pathEthan Lien2018-05-301-0/+15
| * | | | | btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-304-9/+7
| * | | | | btrfs: Remove fs_info argument from btrfs_uuid_tree_addLu Fengqi2018-05-305-13/+10
| * | | | | Btrfs: remove unused check of skip_lockingLiu Bo2018-05-301-2/+5
| * | | | | Btrfs: remove always true check in unlock_upLiu Bo2018-05-301-1/+1
| * | | | | Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo2018-05-301-11/+16
| * | | | | Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo2018-05-301-45/+65
| * | | | | Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo2018-05-301-1/+1
| * | | | | Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo2018-05-301-1/+0
| * | | | | btrfs: drop unused space_info parameter from create_space_infoLu Fengqi2018-05-301-8/+5
| * | | | | Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo2018-05-301-6/+7
| * | | | | btrfs: qgroup: show more meaningful qgroup_rescan_init error messageQu Wenruo2018-05-301-15/+18
| * | | | | Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval2018-05-301-2/+4
| * | | | | btrfs: lzo: Harden inline lzo compressed extent decompressionQu Wenruo2018-05-301-1/+10
| * | | | | btrfs: lzo: Add header length check to avoid potential out-of-bounds accessQu Wenruo2018-05-301-2/+26
| * | | | | btrfs: lzo: document the compressed data formatQu Wenruo2018-05-291-0/+37
| * | | | | btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo2018-05-291-0/+2
| * | | | | Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval2018-05-291-5/+7
| * | | | | btrfs: propagate failures of __exclude_logged_extent to upper callerGu Jinxiang2018-05-291-2/+5
| * | | | | btrfs: Streamline shared ref check in alloc_reserved_tree_blockNikolay Borisov2018-05-291-8/+2
| * | | | | btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_blockNikolay Borisov2018-05-291-6/+5
| * | | | | btrfs: Simplify alloc_reserved_tree_block interfaceNikolay Borisov2018-05-291-32/+39
| * | | | | btrfs: Remove fs_info argument from alloc_reserved_tree_blockNikolay Borisov2018-05-291-4/+2
| * | | | | btrfs: tests: drop newline from test_msg stringsDavid Sterba2018-05-298-22/+22