]> rtime.felk.cvut.cz Git - linux-imx.git/shortlog
linux-imx.git
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...
2012-12-11 Miao XieBtrfs: fix unnecessary while loop when search the free...
2012-12-11 Josef BacikBtrfs: recheck bio against block device when we map...
2012-12-11 Miao XieBtrfs: improve the noflush reservation
2012-12-11 Miao XieBtrfs: fix wrong comment in can_overcommit()
2012-12-11 Miao XieBtrfs: cleanup duplicated division functions
2012-12-11 Linus TorvaldsLinux 3.7
2012-12-11 Florian FainelliInput: matrix-keymap - provide proper module license
2012-12-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-12-10 Linus TorvaldsRevert "revert "Revert "mm: remove __GFP_NO_KSWAPD...
2012-12-10 Johannes Bergipv4: ip_check_defrag must not modify skb before unsharing
2012-12-10 Linus TorvaldsRevert "mm: avoid waking kswapd for THP allocations...
2012-12-10 Neal Cardwellinet_diag: validate port comparison byte code to preven...
2012-12-09 Neal Cardwellinet_diag: avoid unsafe and nonsensical prefix matches...
2012-12-09 Neal Cardwellinet_diag: validate byte code to prevent oops in inet_d...
2012-12-09 Neal Cardwellinet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV...
2012-12-08 Johannes Weinermm: vmscan: fix inappropriate zone congestion clearing
2012-12-08 Linus Torvaldsvfs: fix O_DIRECT read past end of block device
2012-12-08 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-12-07 Eric Dumazetnet: gro: fix possible panic in skb_gro_receive()
2012-12-07 Yuchung Chengtcp: bug fix Fast Open client retransmission
2012-12-07 Linus TorvaldsMerge tag 'mmc-fixes-for-3.7' of git://git.kernel.org...
next