aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-08-21btrfs: fix inode rbtree corruptionFrom: Nick Piggin
2009-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-08-07Btrfs: remove superfluous NULL pointer check in btrfs_rename()Bartlomiej Zolnierkiewicz
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-07-22Btrfs: adjust NULL testJulia Lawall
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesChris Mason
2009-07-02Btrfs: account for space we may use in fallocateJosef Bacik
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro
2009-06-24switch btrfs to inode->i_aclAl Viro
2009-06-11btrfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason
2009-05-14Btrfs: init inode ordered_data_close flag properlyChris Mason
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason
2009-04-27Btrfs: fix acl cachingChris Mason
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason
2009-04-27Btrfs: ratelimit IO error printksChris Mason
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason
2009-04-24Btrfs: kill btrfs_cache_createChristoph Hellwig
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng
2009-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason
2009-03-24Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-03-24Btrfs: reduce stack in cow_file_rangeChris Mason
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney
2009-02-12Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng
2009-02-06Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason
2009-02-04Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason
2009-02-04Btrfs: Don't try to compress pages past i_sizeChris Mason
2009-02-04Btrfs: Handle SGID bit when creating inodesChris Ball
2009-02-04Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason
2009-02-04Btrfs: selinux supportJim Owens
2009-01-28Btrfs: fix readdir on 32 bit machinesChris Mason
2009-01-21Btrfs: fiemap supportYehuda Sadeh
2009-01-21Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason
2009-01-21Btrfs: simplify iteration codesQinghuang Feng