aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Btrfs: don't rename file into dummy directoryYan, Zheng1-0/+3
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng1-24/+29
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-10/+10
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-4/+4
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-7/+127
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-106/+262
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-3/+0
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason1-1/+9
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen1-0/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-38/+74
2009-09-11Btrfs: zero page past end of inline file itemsChris Mason1-0/+5
2009-09-11Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason1-0/+3
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-5/+20
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-17/+30
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-3/+3
2009-09-11Btrfs: cache values for locking extentsChris Mason1-3/+3
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-12/+12
2009-08-21btrfs: fix inode rbtree corruptionFrom: Nick Piggin1-7/+14
2009-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+1
2009-08-07Btrfs: remove superfluous NULL pointer check in btrfs_rename()Bartlomiej Zolnierkiewicz1-2/+1
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2009-07-22Btrfs: adjust NULL testJulia Lawall1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+18
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesChris Mason1-6/+7
2009-07-02Btrfs: account for space we may use in fallocateJosef Bacik1-1/+11
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro1-4/+2
2009-06-24switch btrfs to inode->i_aclAl Viro1-14/+2
2009-06-11btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-7/+0
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-11/+16
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-59/+73
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason1-1/+0
2009-05-14Btrfs: init inode ordered_data_close flag properlyChris Mason1-0/+1
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason1-0/+62
2009-04-27Btrfs: fix acl cachingChris Mason1-2/+2
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason1-8/+0
2009-04-27Btrfs: ratelimit IO error printksChris Mason1-4/+6
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-9/+18
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig1-23/+19
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason1-8/+28
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+4
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng1-1/+4
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-23/+171
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+7
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-7/+74
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-3/+25
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason1-2/+33
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-3/+14
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason1-8/+7