summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-082-6/+6
* aio: clear IOCB_HIPRIChristoph Hellwig2018-12-041-3/+8
* Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-0453-304/+501
|\
| * Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-011-2/+2
| |\
| | * fs: fix lost error code in dio_completeMaximilian Heyne2018-11-301-2/+2
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-015-24/+46
| |\ \
| | * | ocfs2: fix potential use after freePan Bian2018-11-301-1/+1
| | * | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-11-301-0/+15
| | * | hfsplus: do not free node before usingPan Bian2018-11-301-1/+2
| | * | hfs: do not free node before usingPan Bian2018-11-301-1/+2
| | * | ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-11-301-21/+26
| * | | Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-014-7/+16
| |\ \ \ | | |/ / | |/| |
| | * | fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-11-301-3/+0Star
| | * | cachefiles: avoid deprecated get_seconds()Arnd Bergmann2018-11-301-1/+1
| | * | cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor2018-11-301-2/+4
| | * | fscache: fix race between enablement and dropping of objectNeilBrown2018-11-301-0/+3
| | * | cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri2018-11-281-0/+6
| | * | cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells2018-11-281-1/+2
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-3011-124/+152
| |\ \ \
| | * | | afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells2018-11-301-3/+1Star
| | * | | afs: Fix missing net error handlingDavid Howells2018-11-306-113/+135
| | * | | afs: Fix validation/callback interactionDavid Howells2018-11-301-6/+12
| | * | | exportfs: do not read dentry after freePan Bian2018-11-231-1/+1
| | * | | exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-11-191-0/+1
| | * | | aio: fix failure to put the file pointerJens Axboe2018-11-171-0/+1
| | * | | sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing2018-11-101-1/+1
| * | | | Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-301-9/+6Star
| |\ \ \ \
| | * | | | pstore/ram: Correctly calculate usable PRZ bytesKees Cook2018-11-291-9/+6Star
| * | | | | Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-294-10/+23
| |\ \ \ \ \
| | * | | | | ext2: fix potential use after freePan Bian2018-11-271-1/+1
| | * | | | | ext2: initialize opts.s_mount_opt as zero before using itxingaopeng2018-11-271-0/+1
| | * | | | | udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-11-192-9/+21
| * | | | | | Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-286-14/+37
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-11-231-0/+1
| | * | | | | Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-11-221-1/+2
| | * | | | | Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-11-211-3/+8
| | * | | | | Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-11-141-0/+1
| | * | | | | Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-11-131-0/+24
| | * | | | | btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-11-131-10/+1Star
| * | | | | | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
| |\ \ \ \ \ \
| | * | | | | | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| | * | | | | | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| | * | | | | | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-252-28/+36
| |\ \ \ \ \ \
| | * | | | | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| | * | | | | | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4Star
| | * | | | | | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8Star
| | * | | | | | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| | * | | | | | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| | * | | | | | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2Star