Commit Graph

1609 Commits (5853b4f06f7b9b56f37f457d7923f7b96496074e)

Author SHA1 Message Date
Josef Bacik c9ddec74aa Btrfs: don't warn in btrfs_add_orphan 14 years ago
Josef Bacik 43be21462d Btrfs: fix free space cache when there are pinned extents and clusters V2 14 years ago
Li Zefan 08fe4db170 Btrfs: Fix uninitialized root flags for subvolumes 14 years ago
Miao Xie adae52b94e btrfs: clear __GFP_FS flag in the space cache inode 14 years ago
Yoshinori Sano 6e8df2ae89 Btrfs: fix memory leak in start_transaction() 14 years ago
Tsutomu Itoh 8b2b2d3cbe Btrfs: fix memory leak in btrfs_ioctl_start_sync() 14 years ago
Johann Lombardi b44c59a80d Btrfs: fix subvol_sem leak in btrfs_rename() 14 years ago
Li Zefan fe3f566cd1 Btrfs: Fix oops for defrag with compression turned on 14 years ago
Tsutomu Itoh 200da64e0b Btrfs: fix /proc/mounts info. 14 years ago
Tsutomu Itoh c9149235a4 Btrfs: fix compiler warning in file.c 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Chris Mason d9d0487932 Btrfs: fix __btrfs_map_block on 32 bit machines 14 years ago
Miao Xie 1561deda68 btrfs: fix possible deadlock by clearing __GFP_FS flag 14 years ago
Al Viro c055e99eea btrfs: check link counter overflow in link(2) 14 years ago
Al Viro 92986796d8 btrfs: don't mess with i_nlink of unlocked inode in rename() 14 years ago
Tsutomu Itoh c2db1073fd Btrfs: check return value of btrfs_alloc_path() 14 years ago
liubo c59021f846 Btrfs: fix OOPS of empty filesystem after balance 14 years ago
liubo 9f7c43c967 Btrfs: fix memory leak of empty filesystem after balance 14 years ago
liubo 2d4e6f6ad2 Btrfs: fix return value of setflags ioctl 14 years ago
Yoshinori Sano dac97e516c Btrfs: fix uncheck memory allocations 14 years ago
liubo c622ae6085 btrfs: make inode ref log recovery faster 14 years ago
Li Dongyang f7039b1d5c Btrfs: add btrfs_trim_fs() to handle FITRIM 14 years ago
Li Dongyang 5378e60734 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes 14 years ago
Li Dongyang fce3bb9a1b Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP 14 years ago
Li Dongyang b4d00d569a Btrfs: make update_reserved_bytes() public 14 years ago
Mark Fasheh 3ab3564f01 btrfs: return EXDEV when linking from different subvolumes 14 years ago
Liu Bo 75e7cb7fe0 Btrfs: Per file/directory controls for COW and compression 14 years ago
Miao Xie fc0e4a314e btrfs: use GFP_NOFS instead of GFP_KERNEL 14 years ago
Tsutomu Itoh 97d9a8a420 Btrfs: check return value of read_tree_block() 14 years ago
David Sterba 7e75bf3ff3 btrfs: properly access unaligned checksum buffer 14 years ago
Tsutomu Itoh db5b493ac7 Btrfs: cleanup some BUG_ON() 14 years ago
liubo 1abe9b8a13 Btrfs: add initial tracepoint support for btrfs 14 years ago
Chris Mason 240f62c875 Btrfs: use RCU instead of a spinlock to protect the root node 14 years ago
Josef Bacik c0da7aa1a2 Btrfs: mark the bio with an error if we have a failure in dio 14 years ago
Josef Bacik 98bc3149fa Btrfs: don't allocate dip->csums when doing writes 14 years ago
Josef Bacik 4e69b598f6 Btrfs: cleanup how we setup free space clusters 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Jim Keniston 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 years ago
Josef Bacik 32cb0840ce Btrfs: don't be as aggressive about using bitmaps 14 years ago
Josef Bacik d0a365e84a Btrfs: deal with min_bytes appropriately when looking for a cluster 14 years ago
Josef Bacik 7d0d2e8e6b Btrfs: check free space in block group before searching for a cluster 14 years ago
Josef Bacik 22a94d44bd Btrfs: add checks to verify dir items are correct 14 years ago
Josef Bacik 41415730a1 Btrfs: check return value of btrfs_search_slot properly 14 years ago
Josef Bacik a826d6dcb3 Btrfs: check items for correctness as we search 14 years ago
Josef Bacik 850265335f Btrfs: return error if the range we want to map is bogus 14 years ago
Josef Bacik 695a0d0da0 Btrfs: add a comment explaining what btrfs_cont_expand does 14 years ago
Josef Bacik 930f028abe Btrfs: use mark_inode_dirty when expanding the file 14 years ago
Josef Bacik f0cd846e92 Btrfs: only add orphan items when truncating 14 years ago
Josef Bacik ded5db9de7 Btrfs: make sure to remove the orphan item from the in-memory list 14 years ago
Josef Bacik 66b4ffd110 Btrfs: handle errors in btrfs_orphan_cleanup 14 years ago