aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler
2011-12-15btrfs: keep orphans for subvolume deletionArne Jansen
2011-12-15Btrfs: fix wrong disk space information of the filesMiao Xie
2011-12-15Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-20btrfs: fix stat blocks accountingDavid Sterba
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik
2011-10-19Btrfs: set truncate block rsv's sizeJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik
2011-10-19Btrfs: optimize how we account for space in truncateJosef Bacik
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik