summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Btrfs: fix the amount of space reserved for unlinkJosef Bacik2011-10-191-1/+10
| * | Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-191-5/+5
| * | Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik2011-10-191-0/+11
| * | Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik2011-10-191-1/+11
| * | Btrfs: fix orphan cleanup regressionJosef Bacik2011-10-191-19/+17
| * | Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-191-1/+2
| * | Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-2/+2
| * | Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-191-1/+1
| * | Btrfs: set truncate block rsv's sizeJosef Bacik2011-10-191-0/+2
| * | Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-191-3/+3
| * | Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-191-4/+4
| * | Btrfs: optimize how we account for space in truncateJosef Bacik2011-10-191-29/+29
| * | Btrfs: fix how we reserve space for deleting inodesJosef Bacik2011-10-191-11/+38
| * | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-191-4/+0
| * | Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-191-83/+0
| * | Btrfs: calculate checksum space correctlyJosef Bacik2011-10-191-0/+3
| * | Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-191-1/+0
| |/
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
|/
* Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-181-2/+11
* Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-181-2/+3
|\
| * btrfs: fix d_off in the first direntHidetoshi Seto2011-09-181-2/+3
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-121-11/+11
|\ \ | |/
| * Btrfs: fix wrong nbytes information of the inodeMiao Xie2011-09-111-2/+2
| * Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie2011-09-111-2/+6
| * btrfs: fix warning in iput for bad-inodeSergei Trofimovich2011-09-111-7/+3
* | btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney2011-08-181-4/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-021-45/+53
|\ \ | |/
| * btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-011-15/+11
| * Btrfs: fix readahead in file defragLi Zefan2011-08-011-13/+0
| * Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-011-3/+7
| * Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-14/+35
| |\
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh2011-07-141-5/+17
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh2011-07-141-4/+5
| | * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-141-5/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-011-2/+45
|\ \ \
| * | | Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-011-2/+45
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-271-56/+34
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'integration' into for-linusChris Mason2011-07-271-56/+34
| |\ \ | | |/ | |/|
| | * Btrfs: use the commit_root for reading free_space_inode crcsChris Mason2011-07-271-19/+10
| | * Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-24/+0
| | * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-12/+23
| | * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-271-1/+1
* | | btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro2011-07-261-2/+2
* | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-5/+5
* | | get rid of useless dget_parent() in btrfs rename() and link()Al Viro2011-07-201-4/+2
* | | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-7/+1
* | | btrfs: kill magical embedded struct superblockAl Viro2011-07-201-1/+1
* | | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* | | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | | kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+6
|/ /
OpenPOWER on IntegriCloud