]> rtime.felk.cvut.cz Git - linux-imx.git/shortlog
linux-imx.git
2013-06-14 Josef BacikBtrfs: exclude logged extents before replying when...
2013-06-14 Josef BacikBtrfs: put our inode if orphan cleanup fails
2013-06-14 Josef BacikBtrfs: add some missing iput()'s in btrfs_orphan_cleanup
2013-06-14 Josef BacikBtrfs: do not pin while under spin lock
2013-06-14 Thomas MeyerBtrfs: Cocci spatch "memdup.spatch"
2013-06-14 Thomas MeyerBtrfs: Cocci spatch "ptr_ret.spatch"
2013-06-14 Jan SchmidtBtrfs: fix qgroup rescan resume on mount
2013-06-14 Jan SchmidtBtrfs: avoid double free of fs_info->qgroup_ulist
2013-06-14 Jan SchmidtBtrfs: fix memory patcher through fs_info->qgroup_ulist
2013-06-14 Josef BacikBtrfs: simplify unlink reservations
2013-06-14 Miao XieBtrfs: merge pending IO for tree log write back
2013-06-14 Liu BoBtrfs: allow file data clone within a file
2013-06-14 Liu BoBtrfs: remove unused code in btrfs_del_root
2013-06-14 Liu BoBtrfs: kill replicate code in replay_one_buffer
2013-06-14 Liu BoBtrfs: update new flags for tracepoint
2013-06-14 Liu BoBtrfs: check if leaf's parent exists before pushing...
2013-06-14 Liu BoBtrfs: dont do log_removal in insert_new_root
2013-06-14 Wei YongjunBtrfs: return error code in btrfs_check_trunc_cache_fre...
2013-06-14 Josef BacikBtrfs: fix estale with btrfs send
2013-06-14 Anand Jainbtrfs: device delete to get errors from the kernel
2013-06-14 Josef BacikBtrfs: do delay iput in sync_fs
2013-06-14 Miao XieBtrfs: make the state of the transaction more readable
2013-06-14 Miao XieBtrfs: remove the time check in btrfs_commit_transaction()
2013-06-14 Miao XieBtrfs: remove unnecessary varient ->num_joined in btrfs...
2013-06-14 Miao XieBtrfs: don't flush the delalloc inodes in the while...
2013-06-14 Miao XieBtrfs: don't wait for all the writers circularly during...
2013-06-14 Miao XieBtrfs: remove the code for the impossible case in clean...
2013-06-14 Miao XieBtrfs: cleanup unnecessary assignment when cleaning...
2013-06-14 Miao XieBtrfs: just flush the delalloc inodes in the source...
2013-06-14 Miao XieBtrfs: introduce per-subvolume ordered extent list
2013-06-14 Miao XieBtrfs: introduce per-subvolume delalloc inode list
2013-06-14 Miao XieBtrfs: introduce grab/put functions for the root of...
2013-06-14 Miao XieBtrfs: cleanup the similar code of the fs root read
2013-06-14 Miao XieBtrfs: make the snap/subv deletion end more early when...
2013-06-14 Miao XieBtrfs: move the R/O check out of btrfs_clean_one_delete...
2013-06-14 Miao XieBtrfs: make the cleaner complete early when the fs...
2013-06-14 Miao XieBtrfs: remove unnecessary ->s_umount in cleaner_kthread()
2013-06-14 Stefan BehrensBtrfs: cleanup: don't check the same thing twice
2013-06-14 Stefan BehrensBtrfs: cleanup, btrfs_read_fs_root_no_name() doesn...
2013-06-14 Stefan BehrensBtrfs: delete unused function
2013-06-14 Liu BoBtrfs: remove useless copy in quota_ctl
2013-06-14 Andreas PhilippMinor format cleanup.
2013-06-14 Tsutomu ItohBtrfs: cleanup unused arguments in send.c
2013-06-14 Stefan BehrensBtrfs: fix a comment
2013-06-14 Jan SchmidtBtrfs: add ioctl to wait for qgroup rescan completion
2013-06-14 Wang ShilongBtrfs: introduce qgroup_ulist to avoid frequently alloc...
2013-06-14 David Sterbabtrfs: show compiled-in config features at module load...
2013-06-14 David Sterbabtrfs: move ifdef around sanity checks out of init_btrfs_fs
2013-06-14 David Sterbabtrfs: add prefix to sanity tests messages
2013-06-14 David Sterbabtrfs: add debug check for extent_io range alignment
2013-06-14 Henrik NordvikBtrfs: fix check on same raid type flag twice
2013-06-08 Josef BacikBtrfs: stop all workers before cleaning up roots
2013-06-08 Liu BoBtrfs: fix use-after-free bug during umount
2013-06-08 Josef BacikBtrfs: init relocate extent_io_tree with a mapping
2013-06-08 Naohiro Aotabtrfs: Drop inode if inode root is NULL
2013-06-08 Josef BacikBtrfs: don't delete fs_roots until after we cleanup...
2013-05-18 Chris MasonMerge branch 'for-chris' of git://git.kernel.org/pub...
2013-05-18 Chris MasonBtrfs: use a btrfs bioset instead of abusing bio internals
2013-05-18 Josef BacikBtrfs: make sure roots are assigned before freeing...
2013-05-18 Stefan BehrensBtrfs: explicitly use global_block_rsv for quota_tree
2013-05-18 Alexandre Olivabtrfs: do away with non-whole_page extent I/O
2013-05-18 Miao XieBtrfs: don't invoke btrfs_invalidate_inodes() in the...
2013-05-18 Miao XieBtrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()
2013-05-18 Miao XieBtrfs: pause the space balance when remounting to R/O
2013-05-18 Miao XieBtrfs: fix unprotected root node of the subvolume's...
2013-05-18 Miao XieBtrfs: fix accessing a freed tree root
2013-05-18 Liu BoBtrfs: return errno if possible when we fail to allocat...
2013-05-18 Miao XieBtrfs: update the global reserve if it is empty
2013-05-18 Miao XieBtrfs: don't steal the reserved space from the global...
2013-05-18 Miao XieBtrfs: optimize the error handle of use_block_rsv()
2013-05-18 Miao XieBtrfs: don't use global block reservation for inode...
2013-05-18 Miao XieBtrfs: don't abort the current transaction if there...
2013-05-18 Andreas PhilippCorrect allowed raid levels on balance.
2013-05-18 Stefan BehrensBtrfs: fix possible memory leak in replace_path()
2013-05-18 Wang ShilongBtrfs: fix possible memory leak in the find_parent_nodes()
2013-05-18 Stefan BehrensBtrfs: don't allow device replace on RAID5/RAID6
2013-05-18 Josef BacikBtrfs: handle running extent ops with skinny metadata
2013-05-18 Josef BacikBtrfs: remove warn on in free space cache writeout
2013-05-18 Josef BacikBtrfs: don't null pointer deref on abort
2013-05-18 Gabriel de... btrfs: don't stop searching after encountering the...
2013-05-17 Liu BoBtrfs: fix off-by-one in fiemap
2013-05-17 David Sterbabtrfs: annotate quota tree for lockdep
2013-05-07 Chris MasonBtrfs: allow superblock mismatch from older mkfs
2013-05-07 David Sterbabtrfs: enhance superblock checks
2013-05-06 David Sterbabtrfs: fix misleading variable name for flags
2013-05-06 David Sterbabtrfs: use unsigned long type for extent state bits
2013-05-06 Liu BoBtrfs: improve the loop of scrub_stripe
2013-05-06 David Sterbabtrfs: read entire device info under lock
2013-05-06 David Sterbabtrfs: remove unused gfp mask parameter from release_ex...
2013-05-06 David Sterbabtrfs: handle errors returned from get_tree_block_key
2013-05-06 Eric Sandeenbtrfs: make static code static & remove dead code
2013-05-06 Josef BacikBtrfs: deal with errors in write_dev_supers
2013-05-06 Josef BacikBtrfs: remove almost all of the BUG()'s from tree-log.c
2013-05-06 Josef BacikBtrfs: deal with free space cache errors while replayin...
2013-05-06 Jan SchmidtBtrfs: automatic rescan after "quota enable" command
2013-05-06 Jan SchmidtBtrfs: rescan for qgroups
2013-05-06 Jan SchmidtBtrfs: split btrfs_qgroup_account_ref into four functions
2013-05-06 Miao XieBtrfs: allocate new chunks if the space is not enough...
2013-05-06 Jan SchmidtBtrfs: separate sequence numbers for delayed ref tracki...
2013-05-06 Eric Sandeenbtrfs: move leak debug code to functions
next