aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds3-11/+10
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds5-99/+114
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-0/+290
2019-11-25Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-2/+8
2019-11-25Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds10-271/+158
2019-11-25Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-16/+10
2019-11-25Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds63-2546/+2694
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+37
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+16
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+23
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds5-694/+2646
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds2-6/+2
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds1-2/+4
2019-11-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-11-23cramfs: fix usage on non-MTD deviceMaxime Bizon1-2/+2
2019-11-22afs: Fix large file supportMarc Dionne1-0/+1
2019-11-22afs: Fix possible assert with callbacks from yfs serversMarc Dionne1-1/+0
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()"Joseph Qi1-23/+33
2019-11-19afs: Fix missing timeout resetDavid Howells1-0/+1
2019-11-18btrfs: drop bdev argument from submit_extent_pageDavid Sterba1-8/+3
2019-11-18btrfs: remove extent_map::bdevDavid Sterba8-31/+2
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba2-11/+0
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba1-1/+4
2019-11-18btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana3-45/+2
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo4-20/+54
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2-4/+4
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2-5/+5
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba25-281/+266
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo1-9/+8
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo1-111/+108
2019-11-18btrfs: document extent buffer lockingDavid Sterba1-14/+158
2019-11-18btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesDavid Sterba1-11/+21
2019-11-18btrfs: set blocking_writers directly, no increment or decrementDavid Sterba1-2/+2
2019-11-18btrfs: merge blocking_writers branches in btrfs_tree_read_lockDavid Sterba1-13/+14
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba1-9/+18
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba3-1/+13
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba4-2/+18
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba4-4/+23
2019-11-18btrfs: sink write flags to cow_file_range_asyncDavid Sterba1-5/+3
2019-11-18btrfs: sink write_flags to __extent_writepage_ioDavid Sterba1-5/+3
2019-11-18Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-11-18Btrfs: send, allow clone operations within the same fileFilipe Manana1-5/+13
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2-12/+35
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2019-11-18btrfs: tree-checker: Check item size before reading file extent typeQu Wenruo1-0/+11
2019-11-18btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter1-3/+3
2019-11-18btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov1-39/+12
2019-11-18btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov1-6/+4
2019-11-18btrfs: Remove unused next_root_backup functionNikolay Borisov1-50/+0