const: constify remaining file_operations
[safe/jmp/linux-2.6] / fs / btrfs / inode.c
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-24 Yan, ZhengBtrfs: don't rename file into dummy directory
2009-09-24 Yan, ZhengBtrfs: check size of inode backref before adding hardlink
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-09-21 Yan, ZhengBtrfs: change how subvolumes are organized
2009-09-21 Yan, ZhengBtrfs: do not reuse objectid of deleted snapshot/subvol
2009-09-18 Chris MasonBtrfs: search for an allocation hint while filling...
2009-09-16 Andi KleenHWPOISON: Enable error_remove_page on btrfs
2009-09-11 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-11 Chris MasonBtrfs: zero page past end of inline file items
2009-09-11 Chris MasonBtrfs: fix btrfs page_mkwrite to return locked page
2009-09-11 Chris MasonBtrfs: Fix extent replacment race
2009-09-11 Chris MasonBtrfs: Use PagePrivate2 to track pages in the data...
2009-09-11 Chris MasonBtrfs: use a cached state for extent state operations...
2009-09-11 Chris MasonBtrfs: cache values for locking extents
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-08-21 From: Nick Pigginbtrfs: fix inode rbtree corruption
2009-08-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-08-07 Bartlomiej Zolnier... Btrfs: remove superfluous NULL pointer check in btrfs_r...
2009-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-22 Julia LawallBtrfs: adjust NULL test
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-02 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-02 Chris MasonBtrfs: honor nodatacow/sum mount options for new files
2009-07-02 Josef BacikBtrfs: account for space we may use in fallocate
2009-06-24 Al ViroGet "no acls for this inode" right, fix shmem breakage
2009-06-24 Al Viroswitch btrfs to inode->i_acl
2009-06-12 Christoph Hellwigbtrfs: remove ->write_super and stop maintaining -...
2009-06-10 Christoph HellwigBtrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
2009-06-10 Yan ZhengBtrfs: Mixed back reference (FORWARD ROLLING FORMAT...
2009-05-14 Chris MasonBtrfs: remove some WARN_ONs in the IO failure path
2009-05-14 Chris MasonBtrfs: init inode ordered_data_close flag properly
2009-04-27 Chris MasonBtrfs: look for acls during btrfs_read_locked_inode
2009-04-27 Chris MasonBtrfs: fix acl caching
2009-04-27 Chris MasonBtrfs: remove unused btrfs_bit_radix slab
2009-04-27 Chris MasonBtrfs: ratelimit IO error printks
2009-04-24 Chris MasonBtrfs: fix fallocate deadlock on inode extent lock
2009-04-24 Christoph HellwigBtrfs: kill btrfs_cache_create
2009-04-21 Chris MasonBtrfs: fix btrfs fallocate oops and deadlock
2009-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-02 Shen FengBtrfs: free inode struct when btrfs_new_inode fails
2009-04-01 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-04-01 Nick Pigginfs: fix page_mkwrite error cases in core code and btrfs
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-31 Chris MasonBtrfs: add extra flushing for renames and truncates
2009-03-24 Chris MasonBtrfs: tree logging unlink/rename fixes
2009-03-24 Chris MasonBtrfs: readahead checksums during btrfs_finish_ordered_io
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-03-24 Chris MasonBtrfs: reduce stack in cow_file_range
2009-03-24 Chris MasonBtrfs: reduce stalls during transaction commit
2009-02-20 Josef BacikBtrfs: add better -ENOSPC handling
2009-02-12 Jeff MahoneyBtrfs: remove btrfs_init_path
2009-02-12 Yan ZhengBtrfs: Avoid using __GFP_HIGHMEM with slab allocator
2009-02-06 Chris MasonBtrfs: Make sure dir is non-null before doing S_ISGID...
2009-02-04 Chris MasonBtrfs: Change btrfs_truncate_inode_items to stop when...
2009-02-04 Chris MasonBtrfs: Don't try to compress pages past i_size
2009-02-04 Chris BallBtrfs: Handle SGID bit when creating inodes
2009-02-04 Chris MasonBtrfs: Make btrfs_drop_snapshot work in larger and...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Jim OwensBtrfs: selinux support
2009-01-28 Chris MasonBtrfs: fix readdir on 32 bit machines
2009-01-21 Yehuda SadehBtrfs: fiemap support
2009-01-21 Chris MasonBtrfs: stop providing a bmap operation to avoid swapfil...
2009-01-21 Qinghuang FengBtrfs: simplify iteration codes
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-07 Chris MasonBtrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage...
2009-01-06 Chris MasonBtrfs: Don't use kmap_atomic(..., KM_IRQ0) during check...
2009-01-06 Yan ZhengBtrfs: tree logging checksum fixes
2009-01-06 Yan ZhengBtrfs: Use btrfs_join_transaction to avoid deadlocks...
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-15 Chris MasonBtrfs: Don't use spin*lock_irq for the delalloc lock
2008-12-15 Chris MasonBtrfs: Fix compressed writes on truncated pages
2008-12-12 Yan ZhengBtrfs: fix nodatasum handling in balancing code
2008-12-11 Yan ZhengBtrfs: fix leaking block group on balance
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Chris MasonBtrfs: delete unused function: btrfs_invalidate_dcache_root
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-12-02 Liu HuiBtrfs: Fix cow semantic in run_delalloc_nocow()
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Use current_fsuid/gid
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
2008-11-18 Chris MasonBtrfs: Add backrefs and forward refs for subvols and...
2008-11-18 Chris MasonBtrfs: Give each subvol and snapshot their own anonymou...
2008-11-18 Chris MasonBtrfs: Allow subvolumes and snapshots anywhere in the...
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-11 Chris MasonBtrfs: Fix compile warnings on 32 bit machines
2008-11-10 Chris MasonBtrfs: Fix usage of struct extent_map->orig_start
2008-11-10 Yan ZhengBtrfs: Fix csum error for compressed data
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-11-07 Chris MasonBtrfs: Add ordered async work queues
2008-10-31 Chris MasonBtrfs: Compression corner fixes
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: update nodatacow code v2
next