aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAge
* btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-06
* Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik2011-11-06
* Btrfs: fix direct-io vs nodatacowLi Zefan2011-10-20
* Btrfs: remove BUG_ON() in compress_file_range()Li Zefan2011-10-20
* Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-19
* Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik2011-10-19
* Btrfs: fix the amount of space reserved for unlinkJosef Bacik2011-10-19
* Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-19
* Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik2011-10-19
* Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik2011-10-19
* Btrfs: fix orphan cleanup regressionJosef Bacik2011-10-19
* Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-19
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-19
* Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-19
* Btrfs: set truncate block rsv's sizeJosef Bacik2011-10-19
* Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-19
* Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-19
* Btrfs: optimize how we account for space in truncateJosef Bacik2011-10-19
* Btrfs: fix how we reserve space for deleting inodesJosef Bacik2011-10-19
* Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-19
* Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-19
* Btrfs: calculate checksum space correctlyJosef Bacik2011-10-19
* Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-19
* Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-18
* Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-18
|\
| * btrfs: fix d_off in the first direntHidetoshi Seto2011-09-18
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-12
|\|
| * Btrfs: fix wrong nbytes information of the inodeMiao Xie2011-09-11
| * Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie2011-09-11
| * btrfs: fix warning in iput for bad-inodeSergei Trofimovich2011-09-11
* | btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney2011-08-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-03
|\|
| * btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-01
| * Btrfs: fix readahead in file defragLi Zefan2011-08-01
| * Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-01
| * Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-01
| |\
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh2011-07-14
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh2011-07-14
| | * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-01
|\ \ \
| * | | Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-01
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-27
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'integration' into for-linusChris Mason2011-07-27
| |\ \ | | |/ | |/|
| | * Btrfs: use the commit_root for reading free_space_inode crcsChris Mason2011-07-27
| | * Btrfs: stop using highmem for extent_buffersChris Mason2011-07-27
| | * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-27
| | * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-27
* | | btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro2011-07-26
* | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* | | get rid of useless dget_parent() in btrfs rename() and link()Al Viro2011-07-20