summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-07-25gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher
2018-07-25GFS2: rgrp free blocks used incorrectlyBob Peterson
2018-07-25gfs2: remove redundant variable 'moved'Colin Ian King
2018-07-25gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher
2018-07-25gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher
2018-07-25Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher
2018-07-25gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher
2018-07-24fs: gfs2: Adding new return type vm_fault_tSouptick Joarder
2018-07-24gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu
2018-07-24gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson
2018-07-05gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher
2018-07-04gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher
2018-07-03iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher
2018-07-03iomap: support direct I/O to inline dataAndreas Gruenbacher
2018-07-03iomap: refactor iomap_dio_actorChristoph Hellwig
2018-07-02gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher
2018-07-02gfs2: gfs2_extent_length cleanupAndreas Gruenbacher
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher
2018-06-21gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann
2018-06-21gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher
2018-06-21gfs2: eliminate rs_inum and reduce the size of gfs2 inodesBob Peterson
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig
2018-06-19iomap: add a page_done callbackChristoph Hellwig
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher
2018-06-19iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher
2018-06-19iomap: mark newly allocated buffer heads as newAndreas Gruenbacher
2018-06-19fs: factor out a __generic_write_end helperChristoph Hellwig
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells
2018-06-15proc: Make inline name size calculation automaticDavid Howells
2018-06-15orangefs: simplify compat ioctl handlingAl Viro
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro
2018-06-14eventpoll: switch to ->poll_maskBen Noordhuis
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig