summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | fs: propagate umode_t, misc bitsAl Viro2012-01-031-2/+2
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-231-4/+5
|\ \
| * | Btrfs: call d_instantiate after all ops are setupAl Viro2011-12-231-4/+5
* | | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-33/+147
|\ \ \ | |/ /
| * | Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason2011-12-151-22/+74
| |\ \
| | * | Btrfs: don't panic if orphan item already existsJosef Bacik2011-12-151-1/+1
| | * | Btrfs: fix leaked space in truncateJosef Bacik2011-12-151-2/+3
| | * | Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-151-0/+10
| | * | Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik2011-12-151-19/+61
| * | | BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler2011-12-151-5/+26
| * | | btrfs: keep orphans for subvolume deletionArne Jansen2011-12-151-0/+32
| * | | Btrfs: fix wrong disk space information of the filesMiao Xie2011-12-151-1/+4
| * | | Btrfs: fix wrong i_size when truncating a file to a larger sizeMiao Xie2011-12-151-6/+12
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-011-1/+1
|\ \ \ | |/ /
| * | Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie2011-11-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-221-2/+4
|\ \ \ | |/ / | | / | |/ |/|
| * btrfs: fix stat blocks accountingDavid Sterba2011-11-201-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-111-27/+57
|\ \ | |/
| * Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie2011-11-101-0/+3
| * Btrfs: tweak the delayed inode reservations againChris Mason2011-11-101-20/+44
| * Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-081-0/+1
| * Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason2011-11-081-7/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-061-310/+147
|\ \ | |/
| * Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-153/+4
| |\
| | * btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt2011-09-291-152/+3
| | * btrfs: Do not use bio->bi_bdev after submissionJan Schmidt2011-09-291-1/+1
| | * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-1/+1
| * | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-1/+1
| * | Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik2011-11-061-1/+4
| * | Btrfs: fix direct-io vs nodatacowLi Zefan2011-10-201-2/+1
| * | Btrfs: remove BUG_ON() in compress_file_range()Li Zefan2011-10-201-1/+5
| * | Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-2/+2
| * | Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik2011-10-191-1/+8
| * | 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
OpenPOWER on IntegriCloud