aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-313/+2085
2019-05-07Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-59/+71
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-29/+33
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds62-2193/+3043
2019-05-07Merge branch 'stable-fodder' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-16/+16
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds62-427/+180
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-4/+4
2019-05-07afs: Implement YFS ACL settingDavid Howells3-5/+112
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells4-4/+304
2019-05-07afs: implement acl settingJoe Gorse4-6/+109
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells4-0/+183
2019-05-07afs: Fix getting the afs.fid xattrDavid Howells1-3/+12
2019-05-07afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne1-1/+5
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells4-8/+36
2019-05-07io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang1-1/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-15/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-24/+8
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King1-1/+0
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2-48/+70
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-8/+8
2019-05-02Merge 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-01xfs: change some error-less functions to void typesEric Sandeen11-58/+26
2019-05-01iomap: move iomap_read_inline_data aroundChristoph Hellwig1-20/+20
2019-05-01orangefs: make use of ->free_inode()Al Viro1-6/+3
2019-05-01hugetlb: make use of ->free_inode()Al Viro1-3/+2
2019-05-01overlayfs: make use of ->free_inode()Al Viro1-7/+6
2019-05-01jfs: switch to ->free_inode()Al Viro2-21/+16
2019-05-01fuse: switch to ->free_inode()Al Viro1-14/+10
2019-05-01ext4: make use of ->free_inode()Al Viro1-3/+2
2019-05-01ecryptfs: make use of ->free_inode()Al Viro1-3/+2
2019-05-01ceph: use ->free_inode()Al Viro3-4/+3
2019-05-01btrfs: use ->free_inode()Al Viro3-5/+4