summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-08-02fs: fix iomap_bmap position calculationxfs-4.18-fixes-5Eric Sandeen
2018-07-24xfs: properly handle free inodes in extent hint validatorsxfs-4.18-fixes-4Eric Sandeen
2018-06-28xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationxfs-4.18-fixes-2Darrick J. Wong
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a filexfs-4.18-fixes-1Darrick J. Wong
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-21xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph 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
2018-06-14eventfd: only return events requested in poll_mask()Avi Kivity
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15exofs: avoid VLA in structuresKees Cook
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Linus Torvalds
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook