summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala3-9/+46
2019-08-23f2fs: allocate memory in batch in build_sit_info()Chao Yu2-28/+24
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2-0/+72
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteChao Yu1-3/+5
2019-08-23f2fs: Fix build error while CONFIG_NLS=mYueHaibing1-0/+1
2019-08-23Revert "f2fs: avoid out-of-range memory access"Chao Yu1-5/+0
2019-08-23f2fs: cleanup the code in build_sit_entries.Lihong Kou1-2/+0
2019-08-23f2fs: fix wrong available node count calculationChao Yu2-5/+3
2019-08-23f2fs: remove duplicate code in f2fs_file_write_iterLihong Kou1-5/+0
2019-08-23f2fs: fix to migrate blocks correctly during defragmentChao Yu1-4/+6
2019-08-23f2fs: use wrapped f2fs_cp_error()Chao Yu1-1/+1
2019-08-23f2fs: fix to use more generic EOPNOTSUPPChao Yu1-1/+1
2019-08-23f2fs: use wrapped IS_SWAPFILE()Chao Yu1-1/+1
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg8-20/+204
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg3-0/+124
2019-08-23f2fs: fix to avoid call kvfree under spinlockChao Yu1-1/+4
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai1-2/+2
2019-08-23f2fs: disallow direct IO in atomic writeChao Yu1-0/+3
2019-08-23f2fs: fix to handle quota_{on,off} correctlyChao Yu1-2/+25
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu1-0/+2
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu3-0/+20
2019-08-23f2fs: support fiemap() for directory inodeChao Yu3-2/+9
2019-08-23f2fs: fix to avoid discard command leakChao Yu1-0/+7
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu1-1/+2
2019-08-23f2fs: fix to drop meta/node pages during umountChao Yu1-0/+14
2019-08-23f2fs: disallow switching io_bits option during remountChao Yu1-0/+7
2019-08-23f2fs: fix panic of IO alignment featureChao Yu2-1/+11
2019-08-23f2fs: introduce {page,io}_is_mergeable() for readabilityChao Yu1-7/+33
2019-08-16f2fs: fix livelock in swapfile writesJaegeuk Kim1-1/+1
2019-08-15Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-20/+36
2019-08-14Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-33/+89
2019-08-13seq_file: fix problem when seeking mid-recordNeilBrown1-1/+1
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong2-8/+14
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+101
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+16
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-08-08Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-75/+135
2019-08-08Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+33
2019-08-08bdev: Fixup error handling in blkdev_get()Jan Kara1-1/+4
2019-08-07block: fix O_DIRECT error handling for bio fragmentsJens Axboe1-16/+12
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2-2/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+0
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal1-1/+1
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1