summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-24afs: Expand data structure fields to support YFSDavid Howells2-21/+23
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells1-1/+10
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells5-8/+28
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells1-11/+5
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells3-1/+174
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells3-19/+8
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells16-79/+84
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells1-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells7-16/+33
2018-10-24afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells2-7/+33
2018-10-24afs: Implement VL server rotationDavid Howells11-218/+905
2018-10-24afs: Improve FS server rotation error handlingDavid Howells3-45/+55
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells5-298/+225
2018-10-24afs: Better tracing of protocol errorsDavid Howells6-62/+100
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells14-35/+30
2018-10-24iov_iter: Use accessor functionDavid Howells8-12/+21
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-39/+29
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-10-15afs: Fix clearance of replyDavid Howells2-4/+0
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+11
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger1-2/+2
2018-10-13Merge branch 'akpm'Greg Kroah-Hartman2-0/+3
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-10-13ocfs2: fix a GCC warningzhong jiang1-0/+2
2018-10-13Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-5/+1
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-45/+193
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher1-5/+1
2018-10-12afs: Fix cell proc listDavid Howells5-10/+22
2018-10-11Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman1-35/+165
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher1-0/+4
2018-10-08filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams1-2/+11
2018-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-286/+342
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner1-0/+21
2018-10-06ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-10-06proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-10-06ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen1-4/+12
2018-10-05Merge tag '4.19-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Greg Kroah-Hartman4-6/+31
2018-10-05xfs: update ctime and remove suid before cloning filesDarrick J. Wong1-0/+25
2018-10-05xfs: zero posteof blocks when cloning above eofDarrick J. Wong1-8/+25
2018-10-05xfs: refactor clonerange preparation into a separate helperDarrick J. Wong1-27/+73
2018-10-04Merge tag 'ovl-fixes-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman9-10/+27
2018-10-04Merge tag 'xfs-fixes-for-4.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman18-264/+256
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-10-04ovl: fix access beyond unterminated stringsAmir Goldstein1-1/+1