summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-23btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-1/+1
2016-02-27btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba1-1/+13
2015-11-27Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-11-27Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-16/+60
2015-11-27Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-4/+11
2015-10-13btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2014-04-02Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason1-9/+9
2013-04-25Btrfs: fix race between mmap writes and compressionChris Mason1-0/+14
2011-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+5
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds1-33/+147
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason1-22/+74
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik1-0/+10
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik1-19/+61
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler1-5/+26
2011-12-15btrfs: keep orphans for subvolume deletionArne Jansen1-0/+32
2011-12-15Btrfs: fix wrong disk space information of the filesMiao Xie1-1/+4
2011-12-15Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie1-6/+12
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie1-1/+1
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+4
2011-11-20btrfs: fix stat blocks accountingDavid Sterba1-2/+4
2011-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-27/+57
2011-11-11Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie1-0/+3
2011-11-11Btrfs: tweak the delayed inode reservations againChris Mason1-20/+44
2011-11-09Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik1-0/+1
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason1-7/+9
2011-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-310/+147
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-153/+4
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-1/+1
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik1-1/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan1-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan1-1/+5
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-2/+2
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik1-1/+8
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik1-1/+10
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik1-5/+5
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik1-0/+11
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik1-1/+11
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik1-19/+17
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-2/+2
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik1-1/+1
2011-10-19Btrfs: set truncate block rsv's sizeJosef Bacik1-0/+2
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-3/+3
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik1-4/+4