summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Fix csum error for compressed dataYan Zheng2008-11-101-0/+3
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-143/+500
* Btrfs: Add ordered async work queuesChris Mason2008-11-061-2/+17
* Btrfs: Compression corner fixesChris Mason2008-10-311-2/+6
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-71/+252
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-89/+124
* Btrfs: Fix bookend extent race v2Yan Zheng2008-10-301-10/+0
* Btrfs: update hole handling v2Yan Zheng2008-10-301-89/+100
* Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compressChris Mason2008-10-301-10/+11
* Btrfs: walk compressed pages based on the nr_pages count instead of bytesChris Mason2008-10-301-1/+1
* Btrfs: Add zlib compression supportChris Mason2008-10-291-45/+539
* Btrfs: Fix subvolume creation locking rulesChristoph Hellwig2008-10-091-2/+8
* Btrfs: Fix leaf reference cache missYan Zheng2008-10-091-3/+23
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-4/+2
* Btrfs: Count space allocated to file in bytesYan Zheng2008-10-091-11/+12
* Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason2008-10-031-1/+1
* Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason2008-10-011-0/+152
* Btrfs: add and improve commentsChris Mason2008-09-291-67/+122
* Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason2008-09-291-1/+12
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-15/+37
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-133/+2
* Btrfs: Fix race against disk_i_size updatesChris Mason2008-09-251-0/+2
* Btrfs: Full back reference supportZheng Yan2008-09-251-18/+39
* Btrfs: free space accounting redoJosef Bacik2008-09-251-2/+1
* Btrfs: Dir fsync optimizationsChris Mason2008-09-251-1/+4
* Btrfs: Fix releasepage to properly keep dirty and writeback pagesChris Mason2008-09-251-0/+2
OpenPOWER on IntegriCloud