aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-28f2fs: check the right return value of memory alloc functionYunlei He1-1/+1
2018-07-28f2fs: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-28f2fs: avoid the global name 'fault_name'Gao Xiang2-3/+3
2018-07-28f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2018-07-28f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-07-28f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He2-2/+3
2018-07-28f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+3
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+7
2018-07-27media: dvb: get rid of VIDEO_SET_SPU_PALETTEMauro Carvalho Chehab1-30/+0
2018-07-27f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+15
2018-07-27f2fs: fix to correct return value of f2fs_trim_fsChao Yu1-11/+16
2018-07-27f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-07-27f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-07-27f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2-3/+8
2018-07-27f2fs: introduce and spread verify_blkaddrChao Yu9-29/+60
2018-07-27f2fs: use timespec64 for inode timestampsArnd Bergmann3-17/+13
2018-07-27f2fs: fix to wait on page writeback before updating pageChao Yu1-0/+1
2018-07-27f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim1-7/+13
2018-07-27f2fs: fix a hungtask problem caused by congestion_waitYunlei He1-4/+2
2018-07-27f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter1-1/+1
2018-07-27f2fs: don't issue discard commands in online discard is onJaegeuk Kim1-10/+11
2018-07-27f2fs: fix to propagate return value of scan_nat_page()Chao Yu2-13/+31
2018-07-27f2fs: support in-memory inode checksum when checking consistencyWeichao Guo3-1/+21
2018-07-27f2fs: fix error path of fill_superChao Yu1-1/+1
2018-07-27f2fs: relocate readdir_ra configure initializationChao Yu1-1/+2
2018-07-27f2fs: move s_res{u,g}id initialization to default_options()Chao Yu1-3/+2
2018-07-27f2fs: don't acquire orphan ino during recoveryChao Yu1-7/+1
2018-07-27f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim1-2/+4
2018-07-27f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim6-5/+18
2018-07-27f2fs: keep meta pages in cp_error stateJaegeuk Kim1-15/+13
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-0/+2
2018-07-26Fix error code in nfs_lookup_verify_inode()Lance Shelton1-1/+1
2018-07-26NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust1-0/+2
2018-07-26NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust1-1/+1
2018-07-26NFS: Ensure we immediately start writeback on rescheduled writesTrond Myklebust1-0/+2
2018-07-26NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust1-2/+2
2018-07-26pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust3-8/+3
2018-07-26NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust1-10/+16
2018-07-26pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()Trond Myklebust1-5/+31
2018-07-26pNFS/flexfiles: Ensure we always return a layout if it has layoutstatsTrond Myklebust1-0/+3
2018-07-26pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()Trond Myklebust1-1/+10
2018-07-26pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust1-1/+1
2018-07-26pNFS: Don't discard layout segments that are marked for returnTrond Myklebust2-16/+39
2018-07-26gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson1-17/+13
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-07-26xfs: remove deprecated barrier/nobarrier mountEric Sandeen2-31/+4
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong19-49/+54