Commit Graph

127 Commits (cd9d6f10d07f26dd8a70e519c22b6b4f8a9e3e7a)

Author SHA1 Message Date
Liu Bo f6175efab1 Btrfs: do not count in readonly bytes 13 years ago
Josef Bacik bdb7d303b3 Btrfs: fix tree log remove space corner case 13 years ago
Josef Bacik cd023e7b17 Btrfs: merge contigous regions when loading free space cache 13 years ago
Josef Bacik 5fd0204355 Btrfs: finish ordered extents in their own thread 13 years ago
Al Viro 528c032764 btrfs: trivial endianness annotations 13 years ago
Josef Bacik d53ba47484 Btrfs: use commit root when loading free space cache 13 years ago
Jeff Mahoney 79787eaab4 btrfs: replace many BUG_ONs with proper error handling 13 years ago
Jeff Mahoney d0082371cf btrfs: drop gfp_t from lock_extent 13 years ago
Tsutomu Itoh a7e221e900 Btrfs: fix memory leak in load_free_space_cache() 13 years ago
Masanari Iida 934e7d44b8 btrfs: Fix typo in free-space-cache.c 13 years ago
Josef Bacik 9b23062840 Btrfs: advance window_start if we're using a bitmap 13 years ago
Josef Bacik 0b4a9d248f Btrfs: use cluster->window_start when allocating from a cluster bitmap 13 years ago
Josef Bacik 357b9784b7 Btrfs: make sure a bitmap has enough bytes 13 years ago
Josef Bacik 3f7de037fb Btrfs: add allocator tracepoints 13 years ago
Li Zefan 7fe1e64150 Btrfs: rewrite btrfs_trim_block_group() 13 years ago
Li Zefan 706efc6630 Btrfs: check the return value of io_ctl_init() 13 years ago
Li Zefan a1ee5a4581 Btrfs: avoid possible NULL deref in io_ctl_drop_pages() 13 years ago
Li Zefan db804f23a7 Btrfs: add pinned extents to on-disk free space cache correctly 13 years ago
Alexandre Oliva 1bb91902dc Btrfs: revamp clustered allocation logic 13 years ago
Justin P. Mattock cb54f2571f btrfs: free-space-cache.c: remove extra semicolon. 13 years ago
Alexandre Oliva b78d09bceb Btrfs: reset cluster's max_size when creating bitmap 13 years ago
Alexandre Oliva f2d0f6765d Btrfs: initialize new bitmaps' list 13 years ago
Chris Mason 24a7031396 Btrfs: remove free-space-cache.c WARN during log replay 13 years ago
Josef Bacik f7d61dcd68 Btrfs: clear pages dirty for io and set them extent mapped 13 years ago
Li Zefan 52621cb6ed Btrfs: avoid unnecessary bitmap search for cluster setup 13 years ago
Li Zefan 0f0fbf1d0e Btrfs: fix to search one more bitmap for cluster setup 13 years ago
Josef Bacik 2f120c05e6 Btrfs: only map pages if we know we need them when reading the space cache 13 years ago
Josef Bacik c8174313a8 Btrfs: use the global reserve when truncating the free space cache inode 13 years ago
Chris Mason 1eae31e918 Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN 13 years ago
Josef Bacik 016fc6a63e Btrfs: don't flush the cache inode before writing it 14 years ago
Josef Bacik 36ba022ac0 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions 14 years ago
Josef Bacik 5b0e95bf60 Btrfs: inline checksums into the disk free space cache 14 years ago
Josef Bacik 549b4fdb8f Btrfs: check the return value of filemap_write_and_wait in the space cache 14 years ago
Josef Bacik a67509c300 Btrfs: add a io_ctl struct and helpers for dealing with the space cache 14 years ago
Josef Bacik f75b130e9b Btrfs: don't skip writing out a empty block groups cache 14 years ago
Josef Bacik 3b16a4e3c3 Btrfs: use the inode's mapping mask for allocating pages 14 years ago
Josef Bacik 4a92b1b8d2 Btrfs: stop passing a trans handle all around the reservation code 14 years ago
Josef Bacik c09544e07f Btrfs: handle enospc accounting for free space inodes 14 years ago
Josef Bacik 300e4f8a56 Btrfs: put the block group cache after we commit the super 14 years ago
Josef Bacik a9b5fcddce Btrfs: fix call to btrfs_search_slot in free space cache 14 years ago
Josef Bacik 482e6dc526 Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check 14 years ago
Josef Bacik 6ab60601d5 Btrfs: ratelimit the generation printk for the free space cache 14 years ago
Josef Bacik fb25e9141a Btrfs: use bytes_may_use for all ENOSPC reservations 14 years ago
Liu Bo 65450aa645 Btrfs: reset to appropriate block rsv after orphan operations 14 years ago
Miao Xie bb3ac5a4df Btrfs: fix wrong free space information 14 years ago
Josef Bacik a94733d0bc Btrfs: use find_or_create_page instead of grab_cache_page 14 years ago
Josef Bacik 2f356126c5 Btrfs: use the normal checksumming infrastructure for free space cache 14 years ago
Josef Bacik 9b90f51353 Btrfs: make sure to update total_bitmaps when freeing cache V3 14 years ago
Chris Mason 38e8788066 Btrfs: make sure to recheck for bitmaps in clusters 14 years ago
Josef Bacik f6a398298d Btrfs: fix duplicate checking logic 14 years ago