deliverable/linux.git
2013-02-15  Arne JansenBtrfs: fix crash in log replay with qgroups enabled
2013-02-06  Chris MasonBtrfs: move d_instantiate outside the transaction durin...
2013-02-06  Jan SchmidtBtrfs: fix EDQUOT handling in btrfs_delalloc_reserve_me...
2013-02-06  Chris MasonMerge git://git./linux/kernel/git/josef/btrfs-next...
2013-02-05  Josef BacikBtrfs: fix possible stale data exposure
2013-02-05  Josef BacikBtrfs: fix missing i_size update
2013-02-05  Liu BoBtrfs: fix race between snapshot deletion and getting...
2013-02-05  Miao XieBtrfs: fix missing release of the space/qgroup reservat...
2013-02-05  Miao XieBtrfs: fix wrong sync_writers decrement in btrfs_file_a...
2013-02-05  Josef BacikBtrfs: do not merge logged extents if we've removed...
2013-02-01  Eric Sandeenbtrfs: don't try to notify udev about missing devices
2013-01-24  Miao XieBtrfs: fix repeated delalloc work allocation
2013-01-24  Miao XieBtrfs: fix wrong max device number for single profile
2013-01-24  Miao XieBtrfs: fix missed transaction->aborted check
2013-01-24  Miao XieBtrfs: Add ACCESS_ONCE() to transaction->abort accesses
2013-01-24  Josef BacikBtrfs: put csums on the right ordered extent
2013-01-24  Liu BoBtrfs: use right range to find checksum for compressed...
2013-01-24  Josef BacikBtrfs: fix panic when recovering tree log
2013-01-24  Josef BacikBtrfs: do not allow logged extents to be merged or...
2013-01-22  Ilya DryomovBtrfs: fix a regression in balance usage filter
2013-01-22  Chris MasonMerge branch 'mutex-ops@next-for-chris' of git://github...
2013-01-22  Chris MasonMerge branch 'for-chris' of git://git./linux/kernel...
2013-01-22  Arne JansenBtrfs: prevent qgroup destroy when there are still...
2013-01-22  Arne JansenBtrfs: ignore orphan qgroup relations
2013-01-20  Ilya DryomovBtrfs: reorder locks and sanity checks in btrfs_ioctl_d...
2013-01-20  Ilya DryomovBtrfs: fix unlock order in btrfs_ioctl_rm_dev
2013-01-20  Ilya DryomovBtrfs: fix unlock order in btrfs_ioctl_resize
2013-01-20  Ilya DryomovBtrfs: fix "mutually exclusive op is running" error...
2013-01-20  Ilya DryomovBtrfs: bring back balance pause/resume logic
2013-01-14  Eric Sandeenbtrfs: update timestamps on truncate()
2013-01-14  Zach Brownbtrfs: fix btrfs_cont_expand() freeing IS_ERR em
2013-01-14  Liu BoBtrfs: fix a bug when llseek for delalloc bytes behind...
2013-01-14  Liu BoBtrfs: fix off-by-one in lseek
2013-01-14  Liu BoBtrfs: reset path lock state to zero
2013-01-14  Liu BoBtrfs: let allocation start from the right raid type
2013-01-14  Josef BacikBtrfs: add orphan before truncating pagecache
2013-01-14  Josef BacikBtrfs: set flushing if we're limited flushing
2013-01-14  Miao XieBtrfs: fix missing write access release in btrfs_ioctl_...
2013-01-14  Miao XieBtrfs: fix resize a readonly device
2013-01-14  Miao XieBtrfs: do not delete a subvolume which is in a R/O...
2013-01-14  Miao XieBtrfs: disable qgroup id 0
2013-01-14  Lukas Czernerbtrfs: get the device in write mode when deleting it
2013-01-14  Tsutomu ItohBtrfs: fix memory leak in name_cache_insert()
2012-12-19  Chris MasonRevert "Btrfs: reorder tree mod log operations in delet...
2012-12-18  Chris MasonRevert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never...
2012-12-17  Liu BoBtrfs: fix a bug of per-file nocow
2012-12-17  Chris MasonBtrfs: fix hash overflow handling
2012-12-17  Josef BacikBtrfs: don't take inode delalloc mutex if we're a free...
2012-12-17  Josef BacikBtrfs: fix autodefrag and umount lockup
2012-12-17  Filipe BrandenburgerBtrfs: fix permissions of empty files not affected...
2012-12-17  Liu BoBtrfs: put raid properties into global table
2012-12-17  Stefan BehrensBtrfs: fix BUG() in scrub when first superblock reading...
2012-12-17  Josef BacikBtrfs: do not call file_update_time in aio_write
2012-12-17  Josef BacikBtrfs: only unlock and relock if we have to
2012-12-17  Josef BacikBtrfs: use tokens where we can in the tree log
2012-12-17  Josef BacikBtrfs: optimize leaf_space_used
2012-12-17  Josef BacikBtrfs: don't memset new tokens
2012-12-17  Josef BacikBtrfs: only clear dirty on the buffer if it is marked...
2012-12-17  Josef BacikBtrfs: move checks in set_page_dirty under DEBUG
2012-12-17  Josef BacikBtrfs: log changed inodes based on the extent map tree
2012-12-17  Josef BacikBtrfs: add path->really_keep_locks
2012-12-17  Josef BacikBtrfs: do not mark ems as prealloc if we are writing...
2012-12-17  Josef BacikBtrfs: keep track of the extents original block length
2012-12-17  Josef BacikBtrfs: inline csums if we're fsyncing
2012-12-17  Josef BacikBtrfs: don't bother copying if we're only logging the...
2012-12-17  Josef BacikBtrfs: only log the inode item if we can get away with it
2012-12-17  Anand JainBtrfs: rename root_times_lock to root_item_lock
2012-12-17  Lukas Czernerbtrfs: Notify udev when removing device
2012-12-17  Miao XieBtrfs: fix wrong return value of btrfs_truncate_page()
2012-12-17  Miao XieBtrfs: punch hole past the end of the file
2012-12-17  Miao XieBtrfs: fix the page that is beyond EOF
2012-12-17  Miao XieBtrfs: fix off-by-one error of the same page check...
2012-12-17  Miao XieBtrfs: fix missing reserved space release in error...
2012-12-17  Miao XieBtrfs: don't auto defrag a file when doing directIO
2012-12-17  Liu BoBtrfs: parse parent 0 into correct value in tracepoint
2012-12-17  Wang Sheng-HuiBtrfs: use ctl->unit for free space calculation instead...
2012-12-17  Filipe BrandenburgerBtrfs: refactor error handling to drop inode in btrfs_c...
2012-12-17  Filipe BrandenburgerBtrfs: fix permissions of empty files not affected...
2012-12-17  Tsutomu ItohBtrfs: add fiemap's flag check
2012-12-17  Liu BoBtrfs: don't add a NULL extended attribute
2012-12-17  Liu BoBtrfs: skip adding an acl attribute if we don't have to
2012-12-17  Miao XieBtrfs: fix off-by-one error of the reserved size of...
2012-12-17  Miao XieBtrfs: use existing align macros in btrfs_allocate()
2012-12-17  Stefan BehrensBtrfs: fix a scrub regression in case of write errors
2012-12-17  Stefan BehrensBtrfs: fix a build warning for an unused label
2012-12-17  Stefan BehrensBtrfs: fix race in check-integrity caused by usage...
2012-12-17  Miao XieBtrfs: fix freeze vs auto defrag
2012-12-17  Miao XieBtrfs: restructure btrfs_run_defrag_inodes()
2012-12-17  Miao XieBtrfs: fix unprotected defragable inode insertion
2012-12-17  Miao XieBtrfs: use slabs for auto defrag allocation
2012-12-17  Miao XieBtrfs: get write access for qgroup operations
2012-12-17  Miao XieBtrfs: get write access for scrub
2012-12-17  Miao XieBtrfs: get write access when removing a device
2012-12-17  Miao XieBtrfs: get write access when doing resize fs
2012-12-17  Miao XieBtrfs: get write access when setting the default subvolume
2012-12-17  Miao XieBtrfs: fix wrong return value of btrfs_wait_for_commit()
2012-12-17  Miao XieBtrfs: don't start a new transaction when starting...
2012-12-17  Miao XieBtrfs: pass root object into btrfs_ioctl_{start, wait...
2012-12-17  Liu BoBtrfs: fix an while-loop of listxattr
2012-12-17  Wang Sheng-HuiBtrfs: do not warn_on io_ctl->cur in io_ctl_map_page
next
This page took 0.043428 seconds and 5 git commands to generate.