aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-19ext2: auto disable dax instead of failing mountDan Williams1-2/+5
2018-01-19ext4: auto disable dax instead of failing mountDan Williams1-3/+6
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera1-1/+1
2018-01-19ovl: take mnt_want_write() for removing impure xattrAmir Goldstein1-2/+9
2018-01-19ovl: take mnt_want_write() for work/index dir setupAmir Goldstein1-8/+17
2018-01-19ovl: fix another overlay: warning prefixAmir Goldstein1-1/+2
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein3-65/+58
2018-01-19ovl: fix failure to fsync lower dirAmir Goldstein1-1/+5
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein3-13/+31
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong3-2/+6
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu1-1/+68
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu1-3/+3
2018-01-18f2fs: check node page again in write end ioYunlei He1-0/+4
2018-01-18f2fs: fix to caclulate required free section correctlyChao Yu1-7/+10
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong1-1/+5
2018-01-18gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher1-6/+7
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher5-16/+17
2018-01-18gfs2: Typo fixesAndreas Gruenbacher1-3/+2
2018-01-18Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitBob Peterson188-1100/+1904
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher3-8/+134
2018-01-18gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher1-59/+120
2018-01-18gfs2: Generalize truncate codeAndreas Gruenbacher1-47/+75
2018-01-18nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol1-1/+1
2018-01-18nfs: Use proper enum definitions for nfs_show_stableChuck Lever1-11/+11
2018-01-18nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan1-3/+1
2018-01-17xfs: fix non-debug build compiler warningsDarrick J. Wong1-4/+1
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2-0/+21
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2-22/+51
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong5-33/+58
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong6-0/+57
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong5-0/+57
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong8-14/+186
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong10-4/+440
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong8-0/+160
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong2-0/+78
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong9-0/+176
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong7-1/+157
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong3-5/+5
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong6-22/+240
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2-0/+22
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2-0/+72
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2-0/+105