summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Btrfs: fix space leak when we fail to make an allocationJosef Bacik2011-10-191-6/+14
| | * | | Btrfs: fix call to btrfs_search_slot in free space cacheJosef Bacik2011-10-191-1/+1
| | * | | Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-196-10/+10
| | * | | Btrfs: reduce the amount of space needed for truncatesJosef Bacik2011-10-192-4/+15
| | * | | Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik2011-10-191-6/+16
| | * | | Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-192-34/+0
| | * | | Btrfs: optimize how we account for space in truncateJosef Bacik2011-10-191-29/+29
| | * | | Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-191-25/+4
| | * | | Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-193-22/+6
| | * | | Btrfs: ratelimit the generation printk for the free space cacheJosef Bacik2011-10-191-5/+7
| | * | | Btrfs: fix how we reserve space for deleting inodesJosef Bacik2011-10-191-11/+38
| | * | | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-195-101/+17
| | * | | Btrfs: kill the orphan space calculation for snapshotsJosef Bacik2011-10-193-90/+0
| | * | | Btrfs: calculate checksum space correctlyJosef Bacik2011-10-193-8/+118
| | * | | Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik2011-10-191-1/+5
| | * | | Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-193-82/+112
| | * | | Btrfs: fix how we mount subvol=<whatever>Josef Bacik2011-10-191-64/+135
| | * | | Btrfs: use d_obtain_alias when mounting subvol/subvolidJosef Bacik2011-10-191-24/+1
| | * | | Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-193-8/+0
| | * | | Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik2011-10-191-3/+3
* | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+2
|\ \ \ \ \
| * | | | | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-1/+2
| | |_|/ / | |/| | |
* | | | | filesystems: add set_nlink()Miklos Szeredi2011-11-024-5/+5
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+1
|\ \ \ \ \
| * | | | | vfs: do (nearly) lockless generic_file_llseekAndi Kleen2011-10-281-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-251-25/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-25/+25
| |\ \ \ \
| | * | | | security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-25/+25
* | | | | | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-131-1/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Btrfs: make sure not to defrag extents past i_sizeChris Mason2011-10-111-1/+3
| * | | | | Btrfs: fix recursive auto-defragLi Zefan2011-10-101-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-031-8/+16
|\| | | | | |_|_|/ |/| | |
| * | | Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik2011-09-301-8/+16
* | | | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-201-1/+6
|\| | |
| * | | Btrfs: reserve sufficient space for ioctl cloneSage Weil2011-09-201-1/+6
* | | | Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-181-2/+11
* | | | BTRFS: Fix lseek return value for errorJeff Liu2011-09-181-2/+7
* | | | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-182-7/+12
|\| | |
| * | | Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-181-1/+0
| * | | Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-181-0/+5
| * | | Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-181-4/+4
| * | | 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-128-22/+62
|\| | |
| * | | Btrfs: add dummy extent if dst offset excceeds file end inLi Zefan2011-09-111-0/+6
| * | | Btrfs: calc file extent num_bytes correctly in file cloneLi Zefan2011-09-111-3/+10
| * | | btrfs: xattr: fix attribute removalDavid Sterba2011-09-111-0/+9
| * | | Btrfs: fix wrong nbytes information of the inodeMiao Xie2011-09-111-2/+2
| * | | Btrfs: fix the file extent gap when doing direct IOMiao Xie2011-09-111-6/+10
| * | | Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie2011-09-111-2/+6
| * | | Btrfs: fix misuse of trans block rsvLiu Bo2011-09-111-0/+4