]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs
Btrfs: avoid waiting for delayed refs when we must not
[karo-tx-linux.git] / fs /
2012-06-27 Jan SchmidtBtrfs: avoid waiting for delayed refs when we must not
2012-06-21 Josef BacikBtrfs: delay iput with async extents
2012-06-21 Josef BacikBtrfs: add a missing spin_lock
2012-06-21 Alexander BlockBtrfs: don't assume to be on the correct extent in...
2012-06-21 Alexander BlockBtrfs: introduce btrfs_next_old_item
2012-06-16 Chris MasonBtrfs: cast devid to unsigned long long for printk...
2012-06-16 Chris MasonBtrfs: init old_generation in get_old_root
2012-06-15 Miao XieBtrfs: destroy the items of the delayed inodes in error...
2012-06-15 Liu BoBtrfs: make sure that we've made everything in pinned...
2012-06-15 Liu BoBtrfs: avoid memory leak of extent state in error handl...
2012-06-15 Liu BoBtrfs: do not resize a seeding device
2012-06-15 Liu BoBtrfs: fix missing inherited flag in rename
2012-06-15 Chris MasonMerge branch 'for-chris' of git://git.jan-o-sch.net...
2012-06-15 Li ZefanBtrfs: fix incompat flags setting
2012-06-15 Li ZefanBtrfs: fix defrag regression
2012-06-15 Josef BacikBtrfs: call filemap_fdatawrite twice for compression
2012-06-15 Josef BacikBtrfs: keep inode pinned when compressing writes
2012-06-15 Josef BacikBtrfs: implement ->show_devname
2012-06-15 Josef BacikBtrfs: use rcu to protect device->name
2012-06-15 Josef BacikBtrfs: unlock everything properly in the error case...
2012-06-15 Josef BacikBtrfs: fix btrfs_destroy_marked_extents
2012-06-15 Josef BacikBtrfs: abort the transaction if the commit fails
2012-06-15 Josef BacikBtrfs: wake up transaction waiters when aborting a...
2012-06-15 Josef BacikBtrfs: fix locking in btrfs_destroy_delayed_refs
2012-06-15 Josef BacikBtrfs: pass locked_page into extent_clear_unlock_delall...
2012-06-14 Jan SchmidtBtrfs: fix race in tree mod log addition
2012-06-14 Jan SchmidtBtrfs: add btrfs_next_old_leaf
2012-06-14 Jan SchmidtBtrfs: fix return value for __tree_mod_log_oldest_root
2012-06-14 Jan SchmidtBtrfs: use btrfs_read_lock_root_node in get_old_root
2012-06-14 Jan SchmidtBtrfs: remove obsolete btrfs_next_leaf call from __reso...
2012-06-04 Jan SchmidtBtrfs: remove call to btrfs_header_nritems with no...
2012-05-31 Chris MasonMerge branch 'for-chris' of git://git.jan-o-sch.net...
2012-05-31 Jan SchmidtBtrfs: fix tree mod log rewinded level and rewinding...
2012-05-31 Jan SchmidtBtrfs: fix tree mod log del_ptr
2012-05-31 Jan SchmidtBtrfs: add tree_mod_dont_log helper
2012-05-31 Jan SchmidtBtrfs: add missing spin_lock for insertion into tree...
2012-05-31 Jan SchmidtBtrfs: add inodes before dropping the extent lock in...
2012-05-30 Jan SchmidtBtrfs: use delayed ref sequence numbers for all fs...
2012-05-30 Chris MasonMerge branch 'for-chris' of git://git.kernel.org/pub...
2012-05-30 Stefan BehrensBtrfs: fix false positive in check-integrity on unmount
2012-05-30 Stefan BehrensBtrfs: fix runtime warning in check-integrity check...
2012-05-30 Stefan BehrensBtrfs: set ioprio of scrub readahead to idle
2012-05-30 Josef BacikBtrfs: fix return code in drop_objectid_items
2012-05-30 Josef BacikBtrfs: check to see if the inode is in the log before...
2012-05-30 Tsutomu ItohBtrfs: return value of btrfs_read_buffer is checked...
2012-05-30 Stefan BehrensBtrfs: read device stats on mount, write modified ones...
2012-05-30 Stefan BehrensBtrfs: add ioctl to get and reset the device stats
2012-05-30 Stefan BehrensBtrfs: add device counters for detected IO and checksum...
2012-05-30 Asias Hebtrfs: Drop unused function btrfs_abort_devices()
2012-05-30 Miao XieBtrfs: fix the same inode id problem when doing auto...
2012-05-30 Josef BacikBtrfs: fall back to non-inline if we don't have enough...
2012-05-30 Josef BacikBtrfs: fix how we deal with the orphan block rsv
2012-05-30 Josef BacikBtrfs: convert the inode bit field to use the actual...
2012-05-30 Josef BacikBtrfs: merge contigous regions when loading free space...
2012-05-30 Liu BoBtrfs: do not do balance in readonly mode
2012-05-30 Liu BoBtrfs: use fastpath in extent state ops as much as...
2012-05-30 Liu BoBtrfs: fix wrong error returned by adding a device
2012-05-30 Josef BacikBtrfs: finish ordered extents in their own thread
2012-05-30 Josef BacikBtrfs: do not check delalloc when updating disk_i_size
2012-05-30 Jim MeyeringBtrfs: avoid buffer overrun in mount option handling
2012-05-30 Jim MeyeringBtrfs: NUL-terminate path buffer in DEV_INFO ioctl...
2012-05-30 Jim MeyeringBtrfs: avoid buffer overrun in btrfs_printk
2012-05-30 Daniel J BluemanFix minor type issues
2012-05-30 Sergei Trofimovichbtrfs: allow changing 'thread_pool' size at remount...
2012-05-30 Josef BacikBtrfs: do not do filemap_write_and_wait_range in fsync
2012-05-30 Josef BacikBtrfs: remove useless waiting and extra filemap work
2012-05-30 Josef BacikBtrfs: fix compile warnings in extent_io.c
2012-05-30 Josef BacikBtrfs: cache no acl on new inodes
2012-05-30 Josef BacikBtrfs: use i_version instead of our own sequence
2012-05-30 Jan SchmidtBtrfs: tree mod log sanity checks in join_transaction
2012-05-30 Jan SchmidtBtrfs: fs_info variable for join_transaction
2012-05-30 Jan SchmidtBtrfs: use the tree modification log for backref resolving
2012-05-30 Jan SchmidtBtrfs: add btrfs_search_old_slot
2012-05-30 Jan SchmidtBtrfs: add del_ptr and insert_ptr modifications to...
2012-05-30 Jan SchmidtBtrfs: put all block modifications into the tree mod log
2012-05-30 Jan SchmidtBtrfs: add tree modification log functions
2012-05-26 Jan SchmidtBtrfs: add tree mod log to fs_info
2012-05-26 Jan SchmidtBtrfs: dummy extent buffers for tree mod log
2012-05-26 Jan SchmidtBtrfs: move struct seq_list to ctree.h
2012-05-26 Jan SchmidtBtrfs: don't set for_cow parameter for tree block functions
2012-05-26 Jan SchmidtBtrfs: look into the extent during find_all_leafs
2012-05-26 Jan SchmidtBtrfs: bugfix: ignore the wrong key for indirect tree...
2012-05-26 Jan SchmidtBtrfs: bugfix in btrfs_find_parent_nodes
2012-05-26 Jan SchmidtBtrfs: ulist realloc bugfix
2012-05-19 Linus TorvaldsMerge tag 'parisc-fixes' of git://git.kernel.org/pub...
2012-05-19 Linus TorvaldsMerge branch 'x86/ld-fix' of git://git.kernel.org/pub...
2012-05-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2012-05-19 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-05-19 Linus TorvaldsMerge tag 'dm-3.4-fixes-2' of git://git.kernel.org...
2012-05-18 Linus TorvaldsMerge tag 'md-3.4-fixes' of git://neil.brown.name/md
2012-05-18 Linus TorvaldsMerge branch 'stable' of git://git.kernel.org/pub/scm...
2012-05-18 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-05-18 Linus Torvaldsproc: move fd symlink i_mode calculations into tid_fd_r...
2012-05-18 Linus TorvaldsMerge tag 'linus-mce-fix' of git://git.kernel.org/pub...
2012-05-18 Cyrill Gorcunovfs, proc: fix ABBA deadlock in case of execution attemp...
2012-05-17 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-05-17 Linus TorvaldsMerge branch '3.4-urgent' of git://git.kernel.org/pub...
2012-05-17 Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2012-05-17 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-05-17 Linus TorvaldsMerge tag 'md-3.4-fixes' of git://neil.brown.name/md
next