]> git.karo-electronics.de Git - mv-sheeva.git/shortlog
mv-sheeva.git
2011-03-10 Miao Xiebtrfs: fix not enough reserved space
2011-03-10 Daniel J Bluemanbtrfs: fix dip leak
2011-03-08 Chris MasonBtrfs: make sure not to return overlapping extents...
2011-03-07 Chris MasonBtrfs: deal with short returns from copy_from_user
2011-03-07 Chris MasonBtrfs: fix regressions in copy_from_user handling
2011-02-23 Chris MasonBtrfs: fix fiemap bugs with delalloc
2011-02-16 Ilya DryomovBtrfs: set FMODE_EXCL in btrfs_device->mode
2011-02-16 Ilya DryomovBtrfs: make btrfs_rm_device() fail gracefully
2011-02-16 Li ZefanBtrfs: Avoid accessing unmapped kernel address
2011-02-16 Li ZefanBtrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl
2011-02-16 Chris MasonBtrfs: allow balance to explicitly allocate chunks...
2011-02-16 Chris MasonBtrfs: put ENOSPC debugging under a mount option
2011-02-14 Tsutomu ItohBtrfs: check return value of alloc_extent_map()
2011-02-14 Ilya DryomovBtrfs - Fix memory leak in btrfs_init_new_device()
2011-02-14 Dan Rosenbergbtrfs: prevent heap corruption in btrfs_ioctl_space_info()
2011-02-14 Yan, ZhengBtrfs: Fix balance panic
2011-02-14 Chris MasonBtrfs: don't release pages when we can't clear the...
2011-02-14 Chris MasonBtrfs: fix page->private races
2011-02-07 Yan, ZhengBtrfs: Fix page count calculation
2011-02-06 Alexey Charkovbtrfs: Drop __exit attribute on btrfs_exit_compress
2011-02-06 Tsutomu Itohbtrfs: cleanup error handling in btrfs_unlink_inode()
2011-02-06 Josef BacikBtrfs: exclude super blocks when we read in block groups
2011-02-06 Josef BacikBtrfs: make sure search_bitmap finds something in remov...
2011-02-01 Tsutomu Itohbtrfs: fix return value check of btrfs_start_transaction()
2011-02-01 Tsutomu Itohbtrfs: checking NULL or not in some functions
2011-02-01 Chris MasonBtrfs: avoid uninit variable warnings in ordered-data.c
2011-01-31 Chris MasonBtrfs: catch errors from btrfs_sync_log
2011-01-31 Josef BacikBtrfs: make shrink_delalloc a little friendlier
2011-01-28 Josef BacikBtrfs: handle no memory properly in prepare_pages
2011-01-28 Josef BacikBtrfs: do error checking in btrfs_del_csums
2011-01-28 Josef BacikBtrfs: use the global block reserve if we cannot reserv...
2011-01-28 Josef BacikBtrfs: do not release more reserved bytes to the global...
2011-01-28 Josef BacikBtrfs: fix check_path_shared so it returns the right...
2011-01-28 Tsutomu Itohbtrfs: check return value of btrfs_start_ioctl_transact...
2011-01-28 Tsutomu Itohbtrfs: fix return value check of btrfs_join_transaction()
2011-01-28 Julia Lawallfs/btrfs/inode.c: Add missing IS_ERR test
2011-01-28 liubobtrfs: fix missing break in switch phrase
2011-01-28 liubobtrfs: fix several uncheck memory allocations
2011-01-28 liubobtrfs: fix uncheck memory allocation in btrfs_submit_co...
2011-01-28 Chris MasonMerge branch 'bug-fixes' of git://repo.or.cz/linux...
2011-01-26 Li ZefanBtrfs: Fix file clone when source offset is not 0
2011-01-26 Miao XieBtrfs: Fix memory leak in writepage fixup work
2011-01-26 Miao XieBtrfs: Don't return acl info when mounting with noacl...
2011-01-26 Tero RoponenBtrfs: Free correct pointer after using strsep
2011-01-26 Ian KentBtrfs: Fix memory leak on finding existing super
2011-01-26 Li ZefanBtrfs: Fix memory leak at umount
2011-01-26 Li Zefanbtrfs: Check mergeable free space when removing a cluster
2011-01-26 Li Zefanbtrfs: Add a helper try_merge_free_space()
2011-01-26 Li Zefanbtrfs: Update stats when allocating from a cluster
2011-01-26 Li Zefanbtrfs: Free fully occupied bitmap in cluster
2011-01-26 Li Zefanbtrfs: Add helper function free_bitmap()
2011-01-26 Li Zefanbtrfs: Fix threshold calculation for block groups small...
2011-01-17 liuboBtrfs: forced readonly mounts on errors
2011-01-16 Ben Hutchingsbtrfs: Require CAP_SYS_ADMIN for filesystem rebalance
2011-01-16 Josef BacikBtrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check
2011-01-16 Tsutomu Itohbtrfs: Fix memory leak in btrfs_read_fs_root_no_radix()
2011-01-16 Tsutomu Itohbtrfs: check NULL or not
2011-01-16 Jesper Juhlbtrfs: Don't pass NULL ptr to func that may deref it.
2011-01-16 Dave Youngbtrfs: mount failure return value fix
2011-01-16 Jesper Juhlbtrfs: Mem leak in btrfs_get_acl()
2011-01-16 Miao Xiebtrfs: fix wrong free space information of btrfs
2011-01-16 Miao Xiebtrfs: make the chunk allocator utilize the devices...
2011-01-16 Miao Xiebtrfs: restructure find_free_dev_extent()
2011-01-16 Miao Xiebtrfs: fix wrong calculation of stripe size
2011-01-16 Miao Xiebtrfs: try to reclaim some space when chunk allocation...
2011-01-16 Miao Xiebtrfs: fix wrong data space statistics
2011-01-16 Stefan Schmidtfs/btrfs: Fix build of ctree
2011-01-16 Chris MasonMerge branch 'lzo-support' of git://repo.or.cz/linux...
2011-01-16 Chris MasonMerge branch 'readonly-snapshots' of git://repo.or...
2011-01-04 Chris MasonBtrfs: fix off by one while setting block groups readonly
2010-12-23 Li ZefanBtrfs: Add BTRFS_IOC_SUBVOL_GETFLAGS/SETFLAGS ioctls
2010-12-23 Li ZefanBtrfs: Add readonly snapshots support
2010-12-23 Li ZefanBtrfs: Refactor btrfs_ioctl_snap_create()
2010-12-22 Li Zefanbtrfs: Extract duplicate decompress code
2010-12-22 Li Zefanbtrfs: Allow to specify compress method when defrag
2010-12-22 Li Zefanbtrfs: Add lzo compression support
2010-12-22 Li Zefanbtrfs: Allow to add new compression algorithm
2010-12-22 Li Zefanbtrfs: Fix error handling in zlib
2010-12-22 Li Zefanbtrfs: Fix bugs in zlib workspace
2010-12-14 Chris MasonBtrfs: prevent RAID level downgrades when space is low
2010-12-14 Chris MasonBtrfs: account for missing devices in RAID allocation...
2010-12-13 Chris MasonBtrfs: EIO when we fail to read tree roots
2010-12-10 Jan BeulichBtrfs: fix compiler warnings
2010-12-10 Li ZefanBtrfs: Make async snapshot ioctl more generic
2010-12-10 Xin ZhongBtrfs: pwrite blocked when writing from the mmaped...
2010-12-10 Li ZefanBtrfs: Fix a crash when mounting a subvolume
2010-12-10 Sage WeilBtrfs: fix sync subvol/snapshot creation
2010-12-10 Yan, ZhengBtrfs: Fix page leak in compressed writeback path
2010-12-10 Josef BacikBtrfs: do not BUG if we fail to remove the orphan item...
2010-12-09 Josef BacikBtrfs: fixup return code for btrfs_del_orphan_item
2010-12-09 Josef BacikBtrfs: do not do fast caching if we are allocating...
2010-12-09 Josef BacikBtrfs: deal with space cache errors better
2010-12-09 Josef BacikBtrfs: fix use after free in O_DIRECT
2010-11-29 Chris MasonBtrfs: don't use migrate page without CONFIG_MIGRATION
2010-11-29 Chris MasonBtrfs: deal with DIO bios that span more than one order...
2010-11-27 Josef BacikBtrfs: setup blank root and fs_info for mount time
2010-11-27 Josef BacikBtrfs: fix fiemap
2010-11-27 Ian KentBtrfs - fix race between btrfs_get_sb() and umount
2010-11-27 Josef BacikBtrfs: update inode ctime when using links
2010-11-27 Josef BacikBtrfs: make sure new inode size is ok in fallocate
next