summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use wrapped IS_SWAPFILE()Chao Yu2019-08-231-1/+1
* f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-238-20/+204
* f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-233-0/+124
* f2fs: fix to avoid call kvfree under spinlockChao Yu2019-08-231-1/+4
* fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai2019-08-231-2/+2
* f2fs: disallow direct IO in atomic writeChao Yu2019-08-231-0/+3
* f2fs: fix to handle quota_{on,off} correctlyChao Yu2019-08-231-2/+25
* f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu2019-08-231-0/+2
* f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu2019-08-233-0/+20
* f2fs: support fiemap() for directory inodeChao Yu2019-08-233-2/+9
* f2fs: fix to avoid discard command leakChao Yu2019-08-231-0/+7
* f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu2019-08-231-1/+2
* f2fs: fix to drop meta/node pages during umountChao Yu2019-08-231-0/+14
* f2fs: disallow switching io_bits option during remountChao Yu2019-08-231-0/+7
* f2fs: fix panic of IO alignment featureChao Yu2019-08-232-1/+11
* f2fs: introduce {page,io}_is_mergeable() for readabilityChao Yu2019-08-231-7/+33
* f2fs: fix livelock in swapfile writesJaegeuk Kim2019-08-161-1/+1
* Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-154-20/+36
|\
| * xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
| * xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-122-8/+14
| * fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa2019-08-031-4/+1
* | Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-144-33/+89
|\ \
| * | afs: Fix missing dentry data version updatingDavid Howells2019-07-301-14/+70
| * | afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-07-301-1/+2
| * | afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells2019-07-301-1/+1
| * | fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai2019-07-301-5/+7
| * | afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne2019-07-301-5/+6
| * | afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells2019-07-301-7/+3
* | | seq_file: fix problem when seeking mid-recordNeilBrown2019-08-131-1/+1
* | | Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-111-1/+1
|\ \ \
| * | | dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1
* | | | Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-101-63/+101
|\ \ \ \
| * | | | gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-091-63/+101
| |/ / /
* | | | Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-091-17/+16
|\ \ \ \
| * | | | bdev: Fixup error handling in blkdev_get()Jan Kara2019-08-081-1/+4
| * | | | block: fix O_DIRECT error handling for bio fragmentsJens Axboe2019-08-071-16/+12
* | | | | Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-08-0810-75/+135
|\ \ \ \ \
| * | | | | NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2019-08-072-2/+7
| * | | | | NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-043-2/+8
| * | | | | NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-041-1/+1
| * | | | | NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-043-7/+28
| * | | | | NFSv4: Check the return value of update_open_stateid()Trond Myklebust2019-08-041-4/+8
| * | | | | NFSv4.1: Only reap expired delegationsTrond Myklebust2019-08-041-6/+17
| * | | | | NFSv4.1: Fix open stateid recoveryTrond Myklebust2019-08-041-27/+38
| * | | | | NFSv4: Report the error from nfs4_select_rw_stateid()Trond Myklebust2019-08-041-6/+1
| * | | | | NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust2019-08-041-1/+8
| * | | | | NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust2019-08-041-2/+4
| * | | | | NFSv4: Fix delegation state recoveryTrond Myklebust2019-08-043-15/+14
| * | | | | NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust2019-08-041-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-08-083-14/+33
|\ \ \ \ \