aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-2/+2
2017-11-10f2fs: validate before set/clear free nat bitmapLiFan1-7/+10
2017-11-10f2fs: avoid opened loop codes in __add_ino_entryChao Yu1-6/+4
2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig1-6/+1
2017-11-10fs: expose do_unlinkat for built-in callersChristoph Hellwig2-7/+6
2017-11-10ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs()Al Viro1-43/+43
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein3-9/+7
2017-11-10ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal1-1/+1
2017-11-10ovl: rename ufs to ofsMiklos Szeredi1-113/+113
2017-11-10ovl: clean up getting lower layersMiklos Szeredi1-52/+48
2017-11-10ovl: clean up workdir creationMiklos Szeredi1-16/+15
2017-11-10ovl: clean up getting upper layerMiklos Szeredi1-22/+13
2017-11-10ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi1-101/+101
2017-11-10ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi1-16/+15
2017-11-10ovl: change order of setup in ovl_fill_super()Miklos Szeredi1-16/+14
2017-11-10ovl: factor out ovl_free_fs() helperMiklos Szeredi1-45/+27
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong1-2/+13
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong1-2/+61
2017-11-09xfs: remove u_int* type usageDarrick J. Wong4-7/+7
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig1-4/+1
2017-11-09f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee1-1/+13
2017-11-09f2fs: introduce scan_curseg_cache for cleanupChao Yu1-26/+23
2017-11-09f2fs: optimize the way of traversing free_nid_bitmapFan Li1-5/+5
2017-11-09f2fs: keep scanning until enough free nids are acquiredFan Li1-1/+1
2017-11-09fs/xfs: Remove NULL check before kmem_cache_destroyTim Hansen1-2/+1
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong1-1/+2
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong2-3/+3
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong4-9/+12
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong1-15/+5
2017-11-09ovl: grab reference to workbasedir earlyMiklos Szeredi1-7/+8
2017-11-09ovl: split out ovl_get_indexdir() from ovl_fill_super()Miklos Szeredi1-29/+40
2017-11-09ovl: split out ovl_get_lower_layers() from ovl_fill_super()Miklos Szeredi1-38/+52
2017-11-09ovl: split out ovl_get_workdir() from ovl_fill_super()Miklos Szeredi1-51/+60
2017-11-09ovl: split out ovl_get_upper() from ovl_fill_super()Miklos Szeredi1-8/+19
2017-11-09ovl: split out ovl_get_lowerstack() from ovl_fill_super()Miklos Szeredi1-50/+72
2017-11-09ovl: split out ovl_get_workpath() from ovl_fill_super()Miklos Szeredi1-24/+37
2017-11-09ovl: split out ovl_get_upperpath() from ovl_fill_super()Miklos Szeredi1-24/+35
2017-11-09ovl: use path_put_init() in error paths for ovl_fill_super()Miklos Szeredi1-3/+3
2017-11-09ovl: update cache version of impure parent on renameAmir Goldstein1-3/+4
2017-11-09ovl: relax same fs constraint for constant st_inoAmir Goldstein1-20/+29
2017-11-09ovl: return anonymous st_dev for lower inodesChandan Rajendra1-0/+15
2017-11-09ovl: allocate anonymous devs for lowerdirsChandan Rajendra2-2/+17
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra6-56/+86
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein6-5/+1