Btrfs: don't auto defrag a file when doing directIO
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / btrfs /
2012-12-17 Miao XieBtrfs: don't auto defrag a file when doing directIO
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...
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-07 Linus TorvaldsMerge tag 'mmc-fixes-for-3.7' of git://git./linux/kerne...
2012-12-03 Linus TorvaldsMerge git://git./linux/kernel/git/mchehab/linux-edac
2012-12-03 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2012-12-03 Linus TorvaldsMerge tag 'md-3.7-fixes' of git://neil.brown.name/md
2012-12-01 Linus TorvaldsMerge tag 'rproc-3.7-fix' of git://git./linux/kernel...
2012-11-30 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-11-28 David S. MillerMerge branch 'fixes' of git://git./linux/kernel/git...
2012-11-27 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2012-11-27 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-11-23 Linus TorvaldsMerge tag 'md-3.7-fixes' of git://neil.brown.name/md
2012-11-23 Linus TorvaldsMerge tag 'omapdss-for-3.7-rc' of git://gitorious.org...
2012-11-21 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-11-21 David WoodhouseMerge branch 'for-3.7' of git://git.infradead.org/users...
2012-11-21 Linus TorvaldsMerge tag 'stable/for-linus-3.7-rc6-tag' of git://git...
next