aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-20NFS: Fix up documentation warningsTrond Myklebust15-62/+75
2019-02-20NFS: ENOMEM should also be a fatal error.Trond Myklebust1-0/+1
2019-02-20NFS: EINTR is also a fatal error.Trond Myklebust1-0/+1
2019-02-20NFS: Ensure NFS writeback allocations don't recurse back into NFS.Trond Myklebust1-1/+6
2019-02-20NFS: Pass error information to the pgio error cleanup routineTrond Myklebust4-7/+15
2019-02-20NFS: Clean up list moves of struct nfs_pageTrond Myklebust2-10/+5
2019-02-20NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-02-20NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0
2019-02-20NFS: Fix I/O request leakagesTrond Myklebust1-5/+21
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall1-4/+0
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-14/+17
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+56
2019-02-18exec: Fix mem leak in kernel_read_fileYueHaibing1-1/+1
2019-02-18exec: load_script: Do not exec truncated interpreter pathKees Cook1-9/+48
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong8-23/+45
2019-02-18ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-02-18ext2: support statx syscallyangerkun5-0/+32
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara3-5/+42
2019-02-18fanotify: Track permission event stateJan Kara3-11/+40
2019-02-18fanotify: Simplify cleaning of access_listJan Kara1-6/+4
2019-02-18fsnotify: Create function to remove event from notification listJan Kara1-7/+13
2019-02-18fanotify: Move locking inside get_one_event()Jan Kara1-19/+13
2019-02-18fanotify: Fold dequeue_event() into process_access_response()Jan Kara1-28/+13
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig1-2/+16
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig1-20/+0
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig3-89/+45
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2-4/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig3-35/+40
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2-52/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig1-6/+2
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig5-98/+63
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+6
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly fileRobbie Ko1-2/+15
2019-02-16ecryptfs: re-order a condition for static checkersDan Carpenter1-2/+3
2019-02-16eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-02-16vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno1-0/+6
2019-02-15f2fs: use xattr_prefix to wrap upGao Xiang1-1/+1
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim3-14/+39
2019-02-15f2fs: flush quota blocks after turnning it offJaegeuk Kim1-0/+6
2019-02-15f2fs: avoid null pointer exception in dcc_infoJaegeuk Kim1-3/+10
2019-02-15f2fs: don't wake up too frequently, if there is lots of IOsJaegeuk Kim1-1/+1
2019-02-15f2fs: try to keep CP_TRIMMED_FLAG after successful umountJaegeuk Kim1-0/+2
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim5-3/+18
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells1-14/+17
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-230/+168
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe30-119/+313
2019-02-15block: enable multipage bvecsMing Lei2-4/+4