aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham1-1/+1
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong4-1/+50
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong4-1/+52
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong4-2/+73
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong5-0/+93
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner4-58/+83
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong4-0/+81
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong4-9/+9
2019-04-14xfs: track metadata health statusDarrick J. Wong8-0/+485
2019-04-14xfs,fstrim: fix to return correct minlenWang Shilong1-1/+2
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-04-14xfs: shutdown after buf release in iflush cluster abort pathBrian Foster1-1/+3
2019-04-14xfs: wake commit waiters on CIL abort before log item abortBrian Foster1-8/+13
2019-04-14xfs: fix use after free in buf log item unlock assertBrian Foster1-1/+3
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds3-10/+18
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-2/+1
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox3-10/+18
2019-04-13io_uring: drop io_file_put() 'file' argumentJens Axboe1-6/+4
2019-04-13io_uring: only test SQPOLL cpu after we've verified itJens Axboe1-4/+8
2019-04-13io_uring: park SQPOLL thread if it's percpuJens Axboe1-0/+5
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+8
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-7/+7
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells3-6/+2
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne1-0/+1
2019-04-13afs: Differentiate abort due to unmarshalling from other errorsDavid Howells1-1/+5
2019-04-13afs: Avoid section confusion in CM_NAMEAndi Kleen1-1/+1
2019-04-13afs: avoid deprecated get_seconds()Arnd Bergmann1-3/+1
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne1-6/+16
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-2/+2
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov1-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-5/+17
2019-04-12bpf: Sysctl hookAndrey Ignatov1-0/+5
2019-04-11block: fix the return errno for direct IOJason Yan1-4/+4
2019-04-11Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-4/+14
2019-04-11NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia2-4/+3
2019-04-11NFS: Fix handling of reply page vectorChuck Lever1-2/+2
2019-04-11NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-04-10Merge branch 'fixes' into work.icacheAl Viro1-2/+2
2019-04-10ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o1-1/+1
2019-04-09ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-04-09sysv: bury the broken "quietly truncate the long filenames" logicsAl Viro3-21/+0
2019-04-09nsfs: unobfuscateAl Viro1-13/+10
2019-04-09unexport d_alloc_pseudo()Al Viro2-1/+4
2019-04-09autofs: fix use-after-free in lockless ->d_manage()Al Viro2-1/+2
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro2-13/+14
2019-04-09fs/block_dev.c: remove unused includeChengguang Xu1-1/+0
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus3-4/+4
2019-04-08adfs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva8-29/+71