summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg1-1/+4
2019-05-03orangefs: implement writepageMartin Brandenburg3-68/+80
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg3-104/+38
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg3-9/+12
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg1-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg6-119/+129
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg2-8/+20
2019-05-03orangefs: set up and use backing_dev_infoMartin Brandenburg1-7/+14
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg2-12/+25
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg2-9/+8
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg4-38/+28
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg2-12/+0
2019-05-03orangefs: implement xattr cacheMartin Brandenburg4-1/+127
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-155/+337
2019-05-02req->error only used for iopollStefan Bühler1-2/+1
2019-05-02io_uring: add support for eventfd notificationsJens Axboe1-0/+48
2019-05-02io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe1-0/+51
2019-05-02fs: add sync_file_range() helperJens Axboe1-64/+71
2019-05-02io_uring: add support for marking commands as drainingJens Axboe1-3/+88
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds2-92/+160
2019-05-02btrfs: Use kvmalloc for allocating compressed path contextNikolay Borisov1-2/+7
2019-05-02btrfs: Factor out common extent locking code in submit_compressed_extentsNikolay Borisov1-7/+3
2019-05-02btrfs: Set io_tree only once in submit_compressed_extentsNikolay Borisov1-4/+1
2019-05-02btrfs: Replace clear_extent_bit with unlock_extentNikolay Borisov1-2/+1
2019-05-02btrfs: Make compress_file_range take only struct async_chunkNikolay Borisov1-11/+9
2019-05-02btrfs: Remove fs_info from struct async_chunkNikolay Borisov1-7/+3
2019-05-02btrfs: Rename async_cow to async_chunkNikolay Borisov1-30/+30
2019-05-02btrfs: Preallocate chunks in cow_file_range_asyncNikolay Borisov1-34/+74
2019-05-02btrfs: reserve delalloc metadata differentlyJosef Bacik1-92/+52
2019-05-02ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-05-02xfs: change some error-less functions to void typesEric Sandeen11-58/+26
2019-05-02iomap: move iomap_read_inline_data aroundChristoph Hellwig1-20/+20
2019-05-02orangefs: make use of ->free_inode()Al Viro1-6/+3
2019-05-02hugetlb: make use of ->free_inode()Al Viro1-3/+2
2019-05-02overlayfs: make use of ->free_inode()Al Viro1-7/+6
2019-05-02jfs: switch to ->free_inode()Al Viro2-21/+16
2019-05-02fuse: switch to ->free_inode()Al Viro1-14/+10
2019-05-02ext4: make use of ->free_inode()Al Viro1-3/+2
2019-05-02ecryptfs: make use of ->free_inode()Al Viro1-3/+2
2019-05-02ceph: use ->free_inode()Al Viro3-4/+3
2019-05-02btrfs: use ->free_inode()Al Viro3-5/+4
2019-05-02afs: switch to use of ->free_inode()Al Viro1-5/+4
2019-05-02ntfs: switch to ->free_inode()Al Viro3-15/+6
2019-05-02ufs: switch to ->free_inode()Al Viro1-8/+2
2019-05-02coda: switch to ->free_inode()Al Viro1-8/+2
2019-05-02sysv: switch to ->free_inode()Al Viro1-8/+2
2019-05-02udf: switch to ->free_inode()Al Viro1-8/+2
2019-05-02ubifs: switch to ->free_inode()Al Viro1-8/+2
2019-05-02squashfs: switch to ->free_inode()Al Viro1-9/+2
2019-05-02romfs: convert to ->free_inode()Al Viro1-9/+2