summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-21get rid of useless dget_parent() in btrfs rename() and link()Al Viro
2011-07-21get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-21Btrfs: implement our own ->llseekJosef Bacik
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_balance()Mark Fasheh
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh
2011-07-11Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheJosef Bacik
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik
2011-07-10writeback: make writeback_control.nr_to_write straightWu Fengguang
2011-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-06btrfs: fix oops when doing space balanceMiao Xie
2011-07-06Btrfs: don't panic if we get an error while balancing V2Josef Bacik
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-27btrfs: fix inconsonant inode informationMiao Xie
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason
2011-06-17btrfs: fix uninitialized return valueDavid Sterba
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik
2011-06-15Btrfs: fix path leakage on subvol deletionJosef Bacik
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason
2011-06-13Btrfs: check the return value from set_anon_superChris Mason
2011-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-11Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan