summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2018-08-072-25/+40
* gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
* gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson2018-07-261-17/+13
* gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
* GFS2: rgrp free blocks used incorrectlyBob Peterson2018-07-251-5/+34
* gfs2: remove redundant variable 'moved'Colin Ian King2018-07-251-3/+1
* gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher2018-07-251-1/+5
* gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher2018-07-251-6/+0
* Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-253-47/+415
|\
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-031-0/+6
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-031-0/+29
| * iomap: refactor iomap_dio_actorChristoph Hellwig2018-07-031-36/+52
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-202-9/+112
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-191-1/+213
* | gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher2018-07-251-1/+2
* | GFS2: Fix recovery issues for spectatorsBob Peterson2018-07-253-8/+30
* | Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-24441-7158/+6539
|\ \
| * | gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher2018-07-021-213/+0
| * | gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-023-110/+136
| * | gfs2: gfs2_extent_length cleanupAndreas Gruenbacher2018-07-021-16/+8
| * | gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-024-43/+338
| * | gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-022-33/+43
| |/
| * iomap: add a page_done callbackChristoph Hellwig2018-06-191-0/+3
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-191-7/+55
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-191-10/+11
| * iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-191-4/+5
| * fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-192-32/+37
| * Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-174-4/+4
| |\
| | * fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-152-2/+2
| | * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-152-2/+2
| * | Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1710-124/+152
| |\ \
| | * | fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-182-2/+2
| | * | fanotify: generalize fanotify_should_send_event()Amir Goldstein2018-05-181-18/+18
| | * | fsnotify: generalize send_to_group()Amir Goldstein2018-05-181-25/+23
| | * | fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-183-36/+47
| | * | fsnotify: introduce marks iteration helpersAmir Goldstein2018-05-181-25/+49
| | * | fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-187-42/+38
| | * | fsnotify: use type id to identify connector object typeAmir Goldstein2018-05-183-19/+18
| * | | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-1620-645/+879
| |\ \ \
| | * | | afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-153-20/+107
| | * | | afs: Display manually added cells in dynamic root mountDavid Howells2018-06-156-27/+199
| | * | | afs: Enable IPv6 DNS lookupsDavid Howells2018-06-152-2/+2
| | * | | afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
| | * | | afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-152-2/+10
| | * | | proc: Make inline name size calculation automaticDavid Howells2018-06-154-12/+16
| | * | | Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-0216-167/+222
| | |\ \ \
| | * | | | afs: Implement network namespacingDavid Howells2018-05-238-295/+173
| | * | | | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-233-6/+6
| | * | | | afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells2018-05-231-42/+55
| | * | | | proc: Add a way to make network proc files writableDavid Howells2018-05-183-0/+118