]> rtime.felk.cvut.cz Git - linux-imx.git/shortlog
linux-imx.git
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
2012-12-17 Stefan BehrensBtrfs: add support for device replace ioctls
2012-12-12 Stefan BehrensBtrfs: allow repair code to include target disk when...
2012-12-12 Stefan BehrensBtrfs: increase BTRFS_MAX_MIRRORS by one for dev replace
2012-12-12 Stefan BehrensBtrfs: optionally avoid reads from device replace sourc...
2012-12-12 Stefan BehrensBtrfs: changes to live filesystem are also written...
2012-12-12 Stefan BehrensBtrfs: introduce GET_READ_MIRRORS functionality for...
2012-12-12 Stefan BehrensBtrfs: change core code of btrfs to support the device...
2012-12-12 Stefan BehrensBtrfs: add new sources for device replace code
2012-12-12 Stefan BehrensBtrfs: add code to scrub to copy read data to another...
2012-12-12 Stefan BehrensBtrfs: handle errors from btrfs_map_bio() everywhere
2012-12-12 Stefan BehrensBtrfs: disallow some operations on the device replace...
2012-12-12 Stefan BehrensBtrfs: disallow mutually exclusive admin operations...
2012-12-12 Stefan BehrensBtrfs: introduce a btrfs_dev_replace_item type
2012-12-12 Stefan BehrensBtrfs: enhance btrfs structures for device replace...
2012-12-12 Stefan BehrensBtrfs: avoid risk of a deadlock in btrfs_handle_error
2012-12-12 Stefan BehrensBtrfs: pass fs_info instead of root
2012-12-12 Stefan BehrensBtrfs: add btrfs_scratch_superblock() function
2012-12-12 Stefan BehrensBtrfs: pass fs_info to btrfs_map_block() instead of...
2012-12-12 Stefan BehrensBtrfs: Pass fs_info to btrfs_num_copies() instead of...
2012-12-12 Stefan BehrensBtrfs: add two more find_device() methods
2012-12-12 Stefan BehrensBtrfs: move some common code into a subfunction
2012-12-12 Stefan BehrensBtrfs: cleanup scrub bio and worker wait code
2012-12-12 Stefan BehrensBtrfs: in scrub repair code, simplify alloc error handling
2012-12-12 Stefan BehrensBtrfs: in scrub repair code, optimize the reading of...
2012-12-12 Stefan BehrensBtrfs: make the scrub page array dynamically allocated
2012-12-12 Stefan BehrensBtrfs: remove the block device pointer from the scrub...
2012-12-12 Stefan BehrensBtrfs: rename the scrub context structure
2012-12-12 Liu BoBtrfs: protect devices list with its mutex
2012-12-12 Liu BoBtrfs: cleanup for btrfs_btree_balance_dirty
2012-12-12 Alexander BlockBtrfs: merge inode_list in __merge_refs
2012-12-12 Tsutomu ItohBtrfs: set hole punching time properly
2012-12-12 Stefan BehrensBtrfs: Don't trust the superblock label and simply...
2012-12-12 Liu BoBtrfs: fix a double free on pending snapshots in error...
2012-12-12 Liu BoBtrfs: fix a deadlock in aborting transaction due to...
2012-12-12 Julia Lawallfs/btrfs: drop if around WARN_ON
2012-12-12 Julia Lawallfs/btrfs: use WARN
2012-12-12 Miao XieBtrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC...
2012-12-12 Miao XieBtrfs: fix unprotected extent map operation when loggin...
2012-12-12 Miao XieBtrfs: fix wrong file extent length
2012-12-12 Miao XieBtrfs: fix missing flush when committing a transaction
2012-12-12 Miao XieBtrfs: fix joining the same transaction handler more...
2012-12-12 Liu BoBtrfs: cleanup for btrfs_wait_order_range
2012-12-12 Liu BoBtrfs: get right arguments for btrfs_wait_ordered_range
2012-12-12 Liu BoBtrfs: do not log extents when we only log new names
2012-12-12 Stefan BehrensBtrfs: don't allow degraded mount if too many devices...
2012-12-12 Masanari IidaBtrfs: Fix typo in fs/btrfs
2012-12-12 jeff.liuBtrfs: Remove the invalid shrink size check up from...
2012-12-11 Miao XieBtrfs: make ordered extent be flushed by multi-task
2012-12-11 Miao XieBtrfs: make ordered operations be handled by multi...
2012-12-11 Miao XieBtrfs: make delalloc inodes be flushed by multi-task
2012-12-11 Josef BacikBtrfs: fill the global reserve when unpinning space
2012-12-11 Liu BoBtrfs: cleanup unused arguments
2012-12-11 Liu BoBtrfs: kill unnecessary arguments in del_ptr
2012-12-11 Liu BoBtrfs: reorder tree mod log operations in deleting...
2012-12-11 Liu BoBtrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change...
next