aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-12-09Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-27/+8
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-17/+38
2018-12-08Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-15/+11
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li1-25/+6
2018-12-06Merge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+12
2018-12-06cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2018-12-06cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French1-1/+1
2018-12-05Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-5/+3
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox1-13/+8
2018-12-04iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong1-9/+0
2018-12-04splice: don't read more than available pipe spaceDarrick J. Wong1-1/+6
2018-12-04vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong1-1/+1
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2018-12-04xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong1-2/+2
2018-12-04Revert "exec: make de_thread() freezable"Rafael J. Wysocki1-3/+2
2018-12-04btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliableQu Wenruo1-5/+3
2018-12-02nfs: don't dirty kernel pages read by direct-ioDave Kleikamp1-1/+8
2018-12-02flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan1-2/+4
2018-12-01Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-24/+46
2018-11-30Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds4-7/+16
2018-11-30ocfs2: fix potential use after freePan Bian1-1/+1
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-0/+15
2018-11-30hfsplus: do not free node before usingPan Bian1-1/+2
2018-11-30hfs: do not free node before usingPan Bian1-1/+2
2018-11-30ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen1-21/+26
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-124/+152
2018-11-30Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-9/+6
2018-11-30fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-11-30cachefiles: avoid deprecated get_seconds()Arnd Bergmann1-1/+1
2018-11-30cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-11-29afs: Fix missing net error handlingDavid Howells6-113/+135
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-9/+6
2018-11-29Merge tag 'fixes_for_v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-10/+23
2018-11-28dax: Don't access a freed inodeMatthew Wilcox1-3/+29
2018-11-28dax: Check page->mapping isn't NULLMatthew Wilcox1-1/+1
2018-11-28Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-14/+37
2018-11-28cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-11-28cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells1-1/+2
2018-11-27ext2: fix potential use after freePan Bian1-1/+1
2018-11-27ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-11-26fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin1-1/+1
2018-11-25Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-37/+66
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-28/+36
2018-11-24Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-46/+104