summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreexfs-fixes-for-4.19-rc6Dave Chinner
2018-09-29iomap: set page dirty after partial delalloc on mkwriteBrian Foster
2018-09-29xfs: remove invalid log recovery first/last cycle checkBrian Foster
2018-09-29xfs: validate inode di_forkoffEric Sandeen
2018-09-29xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing
2018-09-29xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2018-09-29xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner
2018-09-29xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner
2018-09-29xfs: refactor xfs_buf_log_item reference count handlingBrian Foster
2018-09-29xfs: clean up xfs_trans_brelse()Brian Foster
2018-09-29xfs: don't unlock invalidated buf on aborted tx commitBrian Foster
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-09-29xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-08-25Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-08-25Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-24ubifs: Remove empty file.hRichard Weinberger
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-23fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu buildsArnd Bergmann
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-08-23hfs: prevent crash on exit from failed searchErnesto A. Fernández
2018-08-23hfsplus: prevent crash on exit from failed searchErnesto A. Fernandez
2018-08-23hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-23Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2018-08-23cifs: update internal module version number for cifs.ko to 2.12Steve French
2018-08-23cifs: check kmalloc before useNicholas Mc Guire
2018-08-23cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-23getxattr: use correct xattr lengthChristian Brauner
2018-08-22nfsd: Remove callback_credChuck Lever
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever
2018-08-22sunrpc: Extract target name into svc_credChuck Lever
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann
2018-08-22fat: validate ->i_start before usingOGAWA Hirofumi