Age | Commit message (Expand) | Author |
2011-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2011-01-17 | Btrfs: forced readonly mounts on errors | liubo |
2011-01-17 | fallocate should be a file operation | Christoph Hellwig |
2011-01-17 | make the feature checks in ->fallocate future proof | Christoph Hellwig |
2011-01-16 | fs/btrfs: Fix build of ctree | Stefan Schmidt |
2011-01-16 | btrfs: Require CAP_SYS_ADMIN for filesystem rebalance | Ben Hutchings |
2011-01-16 | Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check | Josef Bacik |
2011-01-16 | btrfs: Fix memory leak in btrfs_read_fs_root_no_radix() | Tsutomu Itoh |
2011-01-16 | btrfs: check NULL or not | Tsutomu Itoh |
2011-01-16 | btrfs: Don't pass NULL ptr to func that may deref it. | Jesper Juhl |
2011-01-16 | btrfs: mount failure return value fix | Dave Young |
2011-01-16 | btrfs: Mem leak in btrfs_get_acl() | Jesper Juhl |
2011-01-16 | btrfs: fix wrong free space information of btrfs | Miao Xie |
2011-01-16 | btrfs: make the chunk allocator utilize the devices better | Miao Xie |
2011-01-16 | btrfs: restructure find_free_dev_extent() | Miao Xie |
2011-01-16 | btrfs: fix wrong calculation of stripe size | Miao Xie |
2011-01-16 | btrfs: try to reclaim some space when chunk allocation fails | Miao Xie |
2011-01-16 | btrfs: fix wrong data space statistics | Miao Xie |
2011-01-16 | fs/btrfs: Fix build of ctree | Stefan Schmidt |
2011-01-16 | Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 | Chris Mason |
2011-01-16 | Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into ... | Chris Mason |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2011-01-12 | Btrfs: fail if we try to use hole punch | Josef Bacik |
2011-01-12 | switch btrfs, close races | Al Viro |
2011-01-07 | btrfs: provide simple rcu-walk ACL implementation | Nick Piggin |
2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin |
2011-01-07 | fs: change d_delete semantics | Nick Piggin |
2011-01-04 | Btrfs: fix off by one while setting block groups readonly | Chris Mason |
2010-12-23 | Btrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls | Li Zefan |
2010-12-23 | Btrfs: Add readonly snapshots support | Li Zefan |
2010-12-23 | Btrfs: Refactor btrfs_ioctl_snap_create() | Li Zefan |
2010-12-22 | btrfs: Extract duplicate decompress code | Li Zefan |
2010-12-22 | btrfs: Allow to specify compress method when defrag | Li Zefan |
2010-12-22 | btrfs: Add lzo compression support | Li Zefan |
2010-12-22 | btrfs: Allow to add new compression algorithm | Li Zefan |
2010-12-22 | btrfs: Fix error handling in zlib | Li Zefan |
2010-12-22 | btrfs: Fix bugs in zlib workspace | Li Zefan |
2010-12-20 | Fix btrfs b0rkage | Al Viro |
2010-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds |
2010-12-13 | Btrfs: prevent RAID level downgrades when space is low | Chris Mason |
2010-12-13 | Btrfs: account for missing devices in RAID allocation profiles | Chris Mason |
2010-12-13 | Btrfs: EIO when we fail to read tree roots | Chris Mason |
2010-12-10 | Btrfs: fix compiler warnings | Jan Beulich |
2010-12-10 | Btrfs: Make async snapshot ioctl more generic | Li Zefan |
2010-12-10 | Btrfs: pwrite blocked when writing from the mmaped buffer of the same page | Xin Zhong |
2010-12-10 | Btrfs: Fix a crash when mounting a subvolume | Li Zefan |
2010-12-10 | Btrfs: fix sync subvol/snapshot creation | Sage Weil |
2010-12-10 | Btrfs: Fix page leak in compressed writeback path | Yan, Zheng |