summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-08gfs2: eliminate update_rgrp_lvb_unlinkedBob Peterson1-9/+2
2018-08-07gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2-25/+40
2018-08-03gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher1-37/+22
2018-07-26gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson1-17/+13
2018-07-25gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-07-25GFS2: rgrp free blocks used incorrectlyBob Peterson1-5/+34
2018-07-25gfs2: remove redundant variable 'moved'Colin Ian King1-3/+1
2018-07-25gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher1-1/+5
2018-07-25gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher1-6/+0
2018-07-25Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher3-47/+415
2018-07-25gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher1-1/+2
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson3-8/+30
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher441-7158/+6539
2018-07-24fs: gfs2: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-24gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu1-4/+2
2018-07-24gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson1-1/+2
2018-07-05gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher4-11/+10
2018-07-04gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher1-6/+22
2018-07-03iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher1-0/+6
2018-07-03iomap: support direct I/O to inline dataAndreas Gruenbacher1-0/+29
2018-07-03iomap: refactor iomap_dio_actorChristoph Hellwig1-36/+52
2018-07-02gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher1-213/+0
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher3-110/+136
2018-07-02gfs2: gfs2_extent_length cleanupAndreas Gruenbacher1-16/+8
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher4-43/+338
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher2-33/+43
2018-06-21gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann1-1/+1
2018-06-21gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher1-5/+5
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher5-31/+49
2018-06-21gfs2: eliminate rs_inum and reduce the size of gfs2 inodesBob Peterson3-4/+5
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig2-9/+112
2018-06-20iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig1-1/+213
2018-06-20iomap: add a page_done callbackChristoph Hellwig1-0/+3
2018-06-20iomap: generic inline data handlingAndreas Gruenbacher1-7/+55
2018-06-20iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher1-10/+11
2018-06-20iomap: mark newly allocated buffer heads as newAndreas Gruenbacher1-4/+5
2018-06-20fs: factor out a __generic_write_end helperChristoph Hellwig2-32/+37
2018-06-16Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds4-4/+4
2018-06-16Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-9/+14
2018-06-16fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2-2/+2
2018-06-16docs: Fix more broken referencesMauro Carvalho Chehab2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells2-2/+2
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells2-2/+10
2018-06-15proc: Make inline name size calculation automaticDavid Howells4-12/+16