aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh1-2/+6
2011-07-25btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2-2/+8
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-24/+8
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-16/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-11/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-12/+7
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro1-12/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-7/+16
2011-07-20Btrfs: implement our own ->llseekJosef Bacik2-1/+150
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-7/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro3-13/+6
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-2/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+6
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_balance()Mark Fasheh1-2/+4
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh1-5/+17
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh1-4/+5
2011-07-14btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()Mark Fasheh1-3/+9
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh4-11/+29
2011-07-11Btrfs: fix how we merge extent states and deal with cached statesJosef Bacik1-12/+11
2011-07-11Btrfs: use the normal checksumming infrastructure for free space cacheJosef Bacik1-110/+59
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik2-21/+51
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik3-42/+17
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik2-33/+42
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-2/+0
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds4-6/+20
2011-07-06btrfs: fix oops when doing space balanceMiao Xie1-5/+7
2011-07-06Btrfs: don't panic if we get an error while balancing V2Josef Bacik1-1/+2
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba2-0/+11
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-31/+100
2011-06-27btrfs: fix inconsonant inode informationMiao Xie3-26/+91
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik1-3/+6
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov1-2/+2
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason1-0/+1
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl1-1/+0
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-189/+174
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason3-10/+28
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2-6/+20
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst3-148/+0
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba1-1/+1
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linusChris Mason3-3/+14
2011-06-17Btrfs: fix relocation racesChris Mason4-13/+105
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik1-3/+11
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik1-0/+2
2011-06-15Btrfs: fix path leakage on subvol deletionJosef Bacik1-0/+1
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason1-4/+0