summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+3
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-201-7/+55
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-201-10/+11
| * iomap: mark newly allocated buffer heads as newAndreas Gruenbacher2018-06-201-4/+5
| * fs: factor out a __generic_write_end helperChristoph Hellwig2018-06-202-32/+37
| * Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-164-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-1610-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-0316-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
| | * | | | afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160
| | * | | | afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
| | * | | | afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27
| | * | | | afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79
| * | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-163-136/+112
| |\ \ \ \ \
| | * | | | | orangefs: simplify compat ioctl handlingAl Viro2018-06-151-42/+12
| | * | | | | signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro2018-06-151-25/+25
| | * | | | | vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro2018-06-111-69/+75
| * | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-163-9/+14
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | eventpoll: switch to ->poll_maskBen Noordhuis2018-06-151-5/+10
| | * | | | | aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig2018-06-151-2/+2
| | * | | | | eventfd: only return events requested in poll_mask()Avi Kivity2018-06-151-2/+2
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-156-82/+134
| |\ \ \ \ \ \
| | * | | | | | exofs: avoid VLA in structuresKees Cook2018-06-153-67/+115
| | * | | | | | coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
| | * | | | | | fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7