Age | Commit message (Expand) | Author |
2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-05-24 | Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-05-24 | Btrfs: fix error handling in btrfs_truncate() | Omar Sandoval |
2018-05-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2018-05-20 | Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-05-17 | btrfs: fix crash when trying to resume balance without the resume flag | Anand Jain |
2018-05-17 | btrfs: Fix delalloc inodes invalidation during transaction abort | Nikolay Borisov |
2018-05-17 | btrfs: Split btrfs_del_delalloc_inode into 2 functions | Nikolay Borisov |
2018-05-17 | btrfs: fix reading stale metadata blocks after degraded raid1 mounts | Liu Bo |
2018-05-17 | btrfs: property: Set incompat flag if lzo/zstd compression is set | Misono Tomohiro |
2018-05-17 | Btrfs: fix duplicate extents after fsync of file with prealloc extents | Filipe Manana |
2018-05-14 | Btrfs: fix xattr loss after power failure | Filipe Manana |
2018-05-14 | Btrfs: send, fix invalid access to commit roots due to concurrent snapshotting | Robbie Ko |
2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro |
2018-05-04 | Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-05-02 | Btrfs: send, fix missing truncate for inode with prealloc extent past eof | Filipe Manana |
2018-05-02 | btrfs: Take trans lock before access running trans in check_delayed_ref | ethanwu |
2018-04-26 | btrfs: Fix wrong first_key parameter in replace_path | Qu Wenruo |
2018-04-22 | Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-04-20 | btrfs: print-tree: debugging output enhancement | Qu Wenruo |
2018-04-20 | btrfs: Fix race condition between delayed refs and blockgroup removal | Nikolay Borisov |
2018-04-19 | btrfs: fix unaligned access in readdir | David Sterba |
2018-04-18 | btrfs: Fix wrong btrfs_delalloc_release_extents parameter | Qu Wenruo |
2018-04-18 | btrfs: delayed-inode: Remove wrong qgroup meta reservation calls | Qu Wenruo |
2018-04-18 | btrfs: qgroup: Use independent and accurate per inode qgroup rsv | Qu Wenruo |
2018-04-18 | btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT | Qu Wenruo |
2018-04-15 | Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-04-13 | btrfs: Only check first key for committed tree blocks | Qu Wenruo |
2018-04-12 | btrfs: add SPDX header to Kconfig | David Sterba |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba |
2018-04-12 | Btrfs: fix loss of prealloc extents past i_size after fsync log replay | Filipe Manana |
2018-04-12 | Btrfs: clean up resources during umount after trans is aborted | Liu Bo |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox |
2018-04-05 | btrfs: Fix possible softlock on single core machines | Nikolay Borisov |
2018-04-05 | Btrfs: bail out on error during replay_dir_deletes | Liu Bo |
2018-04-05 | Btrfs: fix NULL pointer dereference in log_dir_items | Liu Bo |
2018-04-04 | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2018-04-02 | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-03-31 | btrfs: lift errors from add_extent_changeset to the callers | David Sterba |
2018-03-31 | Btrfs: print error messages when failing to read trees | Liu Bo |
2018-03-31 | btrfs: user proper type for btrfs_mask_flags flags | David Sterba |
2018-03-31 | btrfs: split dev-replace locking helpers for read and write | David Sterba |
2018-03-31 | btrfs: remove stale comments about fs_mutex | David Sterba |
2018-03-31 | btrfs: use RCU in btrfs_show_devname for device list traversal | David Sterba |
2018-03-31 | btrfs: update barrier in should_cow_block | David Sterba |
2018-03-31 | btrfs: use lockdep_assert_held for mutexes | David Sterba |
2018-03-31 | btrfs: use lockdep_assert_held for spinlocks | David Sterba |
2018-03-31 | btrfs: Validate child tree block's level and first key | Qu Wenruo |