summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-02-201-3/+7
* fs/epoll: drop ovflist branch predictionDavidlohr Bueso2019-02-201-1/+1
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2019-02-201-2/+0
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-201-1/+8
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-201-2/+1
* udf: Fix BUG on corrupted inodeJan Kara2019-02-201-0/+6
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-201-0/+2
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-201-6/+8
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-201-0/+3
* dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2019-02-201-0/+10
* fs: don't scan the inode cache before SB_BORN is setDave Chinner2019-02-061-6/+24
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-02-061-1/+1
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-02-061-5/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* fs: add the fsnotify call to vfs_iter_writeJimmy Durand Wesolowski2019-02-061-1/+3
* f2fs: read page index before freeingPan Bian2019-02-061-1/+3
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-02-061-3/+3
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2019-01-261-2/+7
* pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)2019-01-261-0/+5
* jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos2019-01-261-1/+2
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2019-01-261-1/+8
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-261-0/+8
* proc: Remove empty line in /proc/self/statusGwendal Grignou2019-01-261-1/+1
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-261-3/+3
* f2fs: fix missing up_readJaegeuk Kim2019-01-261-1/+3
* f2fs: fix invalid memory accessChao Yu2019-01-261-5/+6
* f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2019-01-262-4/+16
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2019-01-262-5/+16
* f2fs: fix to do sanity check with block address in main areaChao Yu2019-01-267-6/+75
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-01-261-0/+21
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2019-01-261-2/+23
* f2fs: Add sanity_check_inode() functionBen Hutchings2019-01-261-0/+12
* f2fs: fix to do sanity check with user_block_countChao Yu2019-01-261-1/+12
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2019-01-261-2/+2
* f2fs: introduce and spread verify_blkaddrChao Yu2019-01-269-26/+59
* f2fs: clean up with is_valid_blkaddr()Chao Yu2019-01-269-16/+22
* f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim2019-01-261-7/+64
* f2fs: sanity check on sit entryJaegeuk Kim2019-01-261-0/+9
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2019-01-264-7/+24
* f2fs: return error during fill_superJaegeuk Kim2019-01-262-8/+30
* f2fs: fix race condition in between free nid allocator/initializerChao Yu2019-01-261-19/+43
* f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2019-01-261-1/+4
* f2fs: detect wrong layoutJaegeuk Kim2019-01-262-0/+13
* f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2019-01-262-11/+23
* f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim2019-01-261-1/+3
* f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang2019-01-261-28/+38
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2019-01-266-94/+62
* f2fs: avoid unneeded loop in build_sit_entriesChao Yu2019-01-261-16/+28
* f2fs: not allow to write illegal blkaddrYunlei He2019-01-261-2/+2