Age | Commit message (Expand) | Author |
2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro |
2016-05-26 | restore killability of old mutex_lock_killable(&inode->i_mutex) users | Al Viro |
2016-05-21 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-20 | lib/uuid.c: move generate_random_uuid() to uuid.c | Andy Shevchenko |
2016-05-18 | Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-18 | Revert "btrfs: switch to ->iterate_shared()" | Al Viro |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-17 | btrfs: Switch to generic xattr handlers | Andreas Gruenbacher |
2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-17 | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason |
2016-05-16 | Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | btrfs: fix memory leak during RAID 5/6 device replacement | Scott Talbert |
2016-05-13 | Btrfs: add semaphore to synchronize direct IO writes with fsync | Filipe Manana |
2016-05-13 | Btrfs: fix race between block group relocation and nocow writes | Filipe Manana |
2016-05-13 | Btrfs: fix race between fsync and direct IO writes for prealloc extents | Filipe Manana |
2016-05-13 | Btrfs: fix number of transaction units for renames with whiteout | Filipe Manana |
2016-05-13 | Btrfs: pin logs earlier when doing a rename exchange operation | Filipe Manana |
2016-05-13 | Btrfs: unpin logs if rename exchange operation fails | Filipe Manana |
2016-05-13 | Btrfs: fix inode leak on failure to setup whiteout inode in rename | Filipe Manana |
2016-05-13 | btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUT | Dan Fuhry |
2016-05-13 | Btrfs: pin log earlier when renaming | Filipe Manana |
2016-05-13 | Btrfs: unpin log if rename operation fails | Filipe Manana |
2016-05-13 | Btrfs: don't do unnecessary delalloc flushes when relocating | Filipe Manana |
2016-05-13 | Btrfs: don't wait for unrelated IO to finish before relocation | Filipe Manana |
2016-05-13 | Btrfs: fix empty symlink after creating symlink and fsync parent dir | Filipe Manana |
2016-05-13 | Btrfs: fix for incorrect directory entries after fsync log replay | Filipe Manana |
2016-05-12 | btrfs: build fixup for qgroup_account_snapshot | David Sterba |
2016-05-12 | btrfs: qgroup: Fix qgroup accounting when creating snapshot | Qu Wenruo |
2016-05-10 | Btrfs: fix fspath error deallocation | Vincent Stehlé |
2016-05-10 | btrfs: make find_workspace warn if there are no workspaces | David Sterba |
2016-05-10 | btrfs: make find_workspace always succeed | David Sterba |
2016-05-10 | btrfs: preallocate compression workspaces | David Sterba |
2016-05-10 | btrfs: rename and document compression workspace members | David Sterba |
2016-05-10 | btrfs: GFP_NOFS does not GFP_HIGHMEM | David Sterba |
2016-05-10 | btrfs: switch to common message helpers in open_ctree, adjust messages | David Sterba |
2016-05-09 | btrfs: switch to ->iterate_shared() | Al Viro |
2016-05-09 | btrfs: fix int32 overflow in shrink_delalloc(). | Adam Borowski |
2016-05-06 | btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s... | Zygo Blaxell |
2016-05-06 | btrfs: ioctl: reorder exclusive op check in RM_DEV | David Sterba |
2016-05-06 | btrfs: add write protection to SET_FEATURES ioctl | David Sterba |
2016-05-06 | btrfs: fix lock dep warning move scratch super outside of chunk_mutex | Anand Jain |
2016-05-06 | btrfs: Fix BUG_ON condition in scrub_setup_recheck_block() | Ashish Samant |
2016-05-06 | Btrfs: remove BUG_ON()'s in btrfs_map_block | Josef Bacik |
2016-05-06 | Btrfs: fix divide error upon chunk's stripe_len | Liu Bo |
2016-05-06 | btrfs: sysfs: protect reading label by lock | David Sterba |
2016-05-06 | btrfs: add check to sysfs handler of label | David Sterba |
2016-05-06 | btrfs: add read-only check to sysfs handler of features | David Sterba |
2016-05-06 | btrfs: reuse existing variable in scrub_stripe, reduce stack usage | David Sterba |