aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-23filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams1-6/+103
2018-07-23xfs: force summary counter recalc at next mountDarrick J. Wong5-2/+35
2018-07-23xfs: refactor unmount record writeDarrick J. Wong2-62/+82
2018-07-23xfs: detect and fix bad summary counts at mountDarrick J. Wong3-29/+73
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong25-843/+832
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong25-294/+294
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong6-168/+168
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong24-1190/+1196
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2-12/+6
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong12-46/+23
2018-07-23xfs: return from _defer_finish with a clean transactionDarrick J. Wong1-0/+6
2018-07-23xfs: check leaf attribute block freemap in verifierDarrick J. Wong1-0/+22
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+5
2018-07-22efivars: Call guid_parse() against guid_t type of variableAndy Shevchenko1-1/+3
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+5
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2
2018-07-21fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-3/+3
2018-07-21signal: Pass pid type into send_sigio_to_task & send_sigurg_to_taskEric W. Biederman1-17/+9
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman3-24/+35
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-0/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-0/+1
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman2-0/+2
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov4-23/+44
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov7-10/+51
2018-07-20filesystem-dax: Set page->indexDan Williams1-3/+13
2018-07-20ovl: Enable metadata only featureVivek Goyal1-3/+0
2018-07-20ovl: Do not do metacopy only for ioctl modifying file attrVivek Goyal1-1/+1
2018-07-20ovl: Do not do metadata only copy-up for truncate operationVivek Goyal1-1/+8
2018-07-20ovl: add helper to force data copy-upVivek Goyal2-0/+6
2018-07-20ovl: Check redirect on index as wellVivek Goyal3-37/+64
2018-07-20ovl: Set redirect on upper inode when it is linkedVivek Goyal1-0/+8
2018-07-20ovl: Set redirect on metacopy files upon renameVivek Goyal1-20/+46
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal1-1/+2
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek Goyal2-0/+5
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal1-1/+2
2018-07-20ovl: Check redirects for metacopy filesVivek Goyal1-2/+2
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal1-10/+11
2018-07-20ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal1-2/+5
2018-07-20ovl: Open file with data except for the case of fsyncVivek Goyal1-9/+30
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal2-0/+13
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal6-6/+27
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal3-1/+51
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal2-0/+14
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal3-4/+22
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal5-18/+131
2018-07-20ovl: Use out_err instead of out_nomemVivek Goyal1-7/+10
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal4-11/+142
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal3-19/+28