summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds61-3525/+4398
2020-03-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds6-15/+63
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-23/+13
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-03-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+49
2020-03-30Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+7
2020-03-30Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-105/+93
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-837/+1617
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-55/+25
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner3-23/+13
2020-03-27io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang1-3/+9
2020-03-26afs: Fix unpinned address list during probingDavid Howells1-0/+2
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2-3/+12
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-68/+32
2020-03-25Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+21
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig4-1/+4
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig2-44/+0
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-03-25btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-03-24io_uring: fix missing 'return' in commentChucheng Luo1-1/+1
2020-03-25zonfs: Fix handling of read-only zonesDamien Le Moal1-7/+21
2020-03-24block: remove __bdevnameChristoph Hellwig2-6/+5
2020-03-24libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov2-28/+85
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai1-29/+28
2020-03-23btrfs: do not resolve backrefs for roots that are being deletedJosef Bacik1-0/+6
2020-03-23btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-03-23btrfs: restart relocate_tree_blocks properlyJosef Bacik1-9/+2
2020-03-23btrfs: reloc: reorder reservation before root selectionJosef Bacik1-6/+8
2020-03-23btrfs: do not readahead in build_backref_treeJosef Bacik1-2/+0
2020-03-23btrfs: do not use readahead for running delayed refsJosef Bacik1-4/+0
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov1-27/+10
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov1-10/+8
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov1-24/+1
2020-03-23btrfs: kill the subvol_srcuJosef Bacik8-88/+14
2020-03-23btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik1-4/+3
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef Bacik2-14/+8
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik2-3/+5
2020-03-23btrfs: make inodes hold a ref on their rootsJosef Bacik2-4/+6
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik9-76/+50
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik2-1/+8
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik4-22/+36
2020-03-23btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-03-23btrfs: hold a ref on the root->reloc_rootJosef Bacik1-10/+48
2020-03-23btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik1-6/+6
2020-03-23btrfs: free the reloc_control in a consistent wayJosef Bacik1-2/+14
2020-03-23btrfs: do not init a reloc root if we aren't relocatingJosef Bacik1-4/+16