summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-031-1/+4
|\
| * Btrfs: free inode struct when btrfs_new_inode failsShen Feng2009-04-021-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-011-23/+171
|\ \ | |/
| * Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-7/+74
| * Btrfs: tree logging unlink/rename fixesChris Mason2009-03-241-3/+25
| * Btrfs: readahead checksums during btrfs_finish_ordered_ioChris Mason2009-03-241-2/+33
| * Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-3/+14
| * Btrfs: reduce stack in cow_file_rangeChris Mason2009-03-241-8/+7
| * Btrfs: reduce stalls during transaction commitChris Mason2009-03-241-0/+18
* | fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2009-04-011-4/+7
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-1/+4
|/
* Btrfs: add better -ENOSPC handlingJosef Bacik2009-02-201-46/+16
* Btrfs: remove btrfs_init_pathJeff Mahoney2009-02-121-2/+0
* Btrfs: Avoid using __GFP_HIGHMEM with slab allocatorYan Zheng2009-02-121-1/+1
* Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason2009-02-061-1/+1
* Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason2009-02-041-1/+5
* Btrfs: Don't try to compress pages past i_sizeChris Mason2009-02-041-0/+14
* Btrfs: Handle SGID bit when creating inodesChris Ball2009-02-041-1/+8
* Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason2009-02-041-0/+2
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-0/+3
* Btrfs: selinux supportJim Owens2009-02-041-4/+19
* Btrfs: fix readdir on 32 bit machinesChris Mason2009-01-281-1/+1
* Btrfs: fiemap supportYehuda Sadeh2009-01-211-0/+7
* Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason2009-01-211-6/+12
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-3/+2
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage_end_io_hookChris Mason2009-01-071-3/+3
* Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifiesChris Mason2009-01-061-7/+3
* Btrfs: tree logging checksum fixesYan Zheng2009-01-061-3/+2
* Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng2009-01-061-1/+1
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-87/+86
* Btrfs: shift all end_io work to thread poolsChris Mason2008-12-171-6/+6
* Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason2008-12-151-14/+20
* Btrfs: Fix compressed writes on truncated pagesChris Mason2008-12-151-3/+5
* Btrfs: fix nodatasum handling in balancing codeYan Zheng2008-12-121-13/+61
* Btrfs: fix leaking block group on balanceYan Zheng2008-12-111-30/+13
* Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2008-12-081-1/+3
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-21/+24
* Btrfs: delete unused function: btrfs_invalidate_dcache_rootChris Mason2008-12-021-25/+0
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-13/+13
* Btrfs: Fix cow semantic in run_delalloc_nocow()Liu Hui2008-12-011-2/+2
* Btrfs: compat code fixesChris Mason2008-11-201-1/+1
* Btrfs: Use current_fsuid/gidChris Mason2008-11-191-2/+2
* Btrfs: Avoid writeback stallsChris Mason2008-11-191-7/+0
* Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason2008-11-171-0/+6
* Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason2008-11-171-2/+13
* Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason2008-11-171-18/+32
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-10/+5
* Btrfs: Fix compile warnings on 32 bit machinesChris Mason2008-11-111-2/+2
* Btrfs: Fix usage of struct extent_map->orig_startChris Mason2008-11-101-0/+4
OpenPOWER on IntegriCloud