]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs
Btrfs: introduce the delayed inode ref deletion for the single link inode
[karo-tx-linux.git] / fs /
2014-01-28 Miao XieBtrfs: introduce the delayed inode ref deletion for...
2014-01-28 Miao XieBtrfs: use flags instead of the bool variants in delaye...
2014-01-28 Miao XieBtrfs: remove btrfs_end_transaction_dmeta()
2014-01-28 Miao XieBtrfs: cleanup code of btrfs_balance_delayed_items()
2014-01-28 Miao XieBtrfs: don't run delayed nodes again after all nodes...
2014-01-28 Miao XieBtrfs: remove residual code in delayed inode async...
2014-01-28 Frank HoltonBtrfs: convert printk to btrfs_ and fix BTRFS prefix
2014-01-28 Filipe David Borba... Btrfs: fix tree mod logging
2014-01-28 David Sterbabtrfs: check balance of send_in_progress
2014-01-28 Wang ShilongBtrfs: remove transaction from btrfs send
2014-01-28 Miao XieBtrfs: fix double initialization of the raid kobject
2014-01-28 Wang ShilongBtrfs: fix a warning when iput a file
2014-01-28 David Sterbabtrfs: Check read-only status of roots during send
2014-01-28 David Sterbabtrfs: remove unused mnt from send_ctx
2014-01-28 David Sterbabtrfs: send: clean up dead code
2014-01-28 Filipe David Borba... Btrfs: fix deadlock when iterating inode refs and runni...
2014-01-28 Wang ShilongBtrfs: remove dead comments for read_csums()
2014-01-28 Filipe David Borba... Btrfs: remove field tree_mod_seq_elem from btrfs_fs_inf...
2014-01-28 Filipe David Borba... Btrfs: fix use of uninitialized err variable
2014-01-28 Wang ShilongBtrfs: remove unnecessary filemap writting and waiting...
2014-01-28 Tsutomu ItohBtrfs: fix error check of btrfs_lookup_dentry()
2014-01-28 Filipe David Borba... Btrfs: return immediately if tree log mod is not necessary
2014-01-28 Josef BacikBtrfs: move the extent buffer radix tree into the fs_info
2014-01-28 Josef BacikBtrfs: use a bit to track if we're in the radix tree
2014-01-28 Josef BacikBtrfs: deal with io_tree->mapping being NULL
2014-01-28 Filipe David Borba... Btrfs: more efficient push_leaf_right
2014-01-28 Wang ShilongBtrfs: wrap repeated code into scrub_blocked_if_needed()
2014-01-28 Wang ShilongBtrfs: fix wrong super generation mismatch when scrubbi...
2014-01-28 Filipe David Borba... Btrfs: fix pass of transid with wrong endianness in...
2014-01-28 Filipe David Borba... Btrfs: fix extent_map block_len after merging
2014-01-28 Michal Nazarewiczbtrfs: remove dead code
2014-01-28 Filipe David Borba... Btrfs: fix max dir item size calculation
2014-01-28 Filipe David Borba... Btrfs: more efficient extent state insertions
2014-01-28 Filipe David Borba... Btrfs: add missing extent state caching calls
2014-01-28 Filipe David Borba... Btrfs: faster and more efficient extent map insertion
2014-01-28 Filipe David Borba... Btrfs: fix extent boundary check in bio_readpage_error
2014-01-28 Filipe David Borba... Btrfs: try harder to avoid btree node splits
2014-01-28 Filipe David Borba... Btrfs: avoid unnecessary ordered extent cache resets
2014-01-28 Jeff Mahoneybtrfs: fix leaks during sysfs teardown
2014-01-28 Jeff Mahoneybtrfs: fix static checker warnings
2014-01-28 Filipe David Borba... Btrfs: fix very slow inode eviction and fs unmount
2014-01-28 Wang ShilongBtrfs: improve forever loop when doing balance relocation
2014-01-28 Filipe David Borba... Btrfs: fix ordered extent check in btrfs_punch_hole
2014-01-28 Miao XieBtrfs: fix the reserved space leak caused by the race...
2014-01-28 Miao XieBtrfs: cleanup unnecessary parameter and variant of...
2014-01-28 David Sterbabtrfs: replace BUG in can_modify_feature
2014-01-28 David Sterbabtrfs: reserve no transaction units in btrfs_feature_at...
2014-01-28 Frank HoltonBtrfs: make btrfs_debug match pr_debug handling related...
2014-01-28 Sergei Trofimovichbtrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'
2014-01-28 Kelley Nielsenbtrfs: expand btrfs_find_item() to include find_orphan_...
2014-01-28 Kelley Nielsenbtrfs: expand btrfs_find_item() to include find_root_re...
2014-01-28 Kelley Nielsenbtrfs: bootstrap generic btrfs_find_item interface
2014-01-28 Valentina Giustibtrfs: fix unused variables in qgroup.c
2014-01-28 Valentina Giustibtrfs: replace path->slots[0] with otherwise unused...
2014-01-28 Valentina Giustibtrfs: remove unused variable from scrub_fixup_nodatasum
2014-01-28 Valentina Giustibtrfs: remove unused variable from setup_cluster_no_bitmap
2014-01-28 Valentina Giustibtrfs: remove unused variables from extent_io.c
2014-01-28 Valentina Giustibtrfs: remove unused variable from find_free_extent
2014-01-28 Valentina Giustibtrfs: remove unused variables from disk-io.c
2014-01-28 Valentina Giustibtrfs: remove unused variable from btrfs_new_inode
2014-01-28 Jeff Mahoneybtrfs: publish fs label in sysfs
2014-01-28 Jeff Mahoneybtrfs: publish device membership in sysfs
2014-01-28 Jeff Mahoneybtrfs: publish allocation data in sysfs
2014-01-28 Jeff Mahoneybtrfs: add ioctl to export size of global metadata...
2014-01-28 Jeff Mahoneybtrfs: use feature attribute names to print better...
2014-01-28 Jeff Mahoneybtrfs: add ability to change features via sysfs
2014-01-28 Jeff Mahoneybtrfs: publish unknown feature bits in sysfs
2014-01-28 Jeff Mahoneybtrfs: publish per-super features in sysfs
2014-01-28 Jeff Mahoneybtrfs: publish per-super attributes in sysfs
2014-01-28 Jeff Mahoneybtrfs: publish supported featured in sysfs
2014-01-28 Jeff Mahoneybtrfs: add ioctls to query/change feature bits online
2014-01-28 Liu BoBtrfs: skip merge part for delayed data refs
2014-01-28 Liu BoBtrfs: introduce a head ref rbtree
2014-01-28 Josef BacikBtrfs: fix check-integrity to look at the referenced...
2014-01-28 Josef BacikBtrfs: incompatible format change to remove hole extents
2014-01-20 Linus TorvaldsMerge tag 'acpi-3.13-fixup' of git://git.kernel.org...
2014-01-19 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2014-01-18 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2014-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-01-18 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2014-01-17 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2014-01-16 Linus TorvaldsMerge branches 'sched-urgent-for-linus' and 'timers...
2014-01-16 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2014-01-16 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2014-01-16 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-01-16 Linus TorvaldsMerge tag 'writeback-fixes' of git://git.kernel.org...
2014-01-16 Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2014-01-15 Linus TorvaldsMerge branch 'akpm' (incoming from Andrew)
2014-01-15 Linus TorvaldsMerge tag 'md/3.13-fixes' of git://neil.brown.name/md
2014-01-15 Andreas Rohnernilfs2: fix segctor bug that causes file system corruption
2014-01-15 Ingo MolnarMerge branch 'clockevents/3.13-fixes' of git://git...
2014-01-15 Dave AirlieMerge branch 'drm-nouveau-next' of git://git.freedeskto...
2014-01-14 Dave AirlieMerge tag 'drm-intel-fixes-2014-01-13' of git://people...
2014-01-13 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2014-01-13 Linus TorvaldsMerge branch 'x86/urgent' of git://git.kernel.org/pub...
2014-01-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2014-01-10 Linus TorvaldsMerge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi...
2014-01-10 Linus TorvaldsMerge branch 'leds-fixes-for-3.13' of git://git.kernel...
2014-01-10 Linus TorvaldsMerge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org...
2014-01-10 Linus TorvaldsMerge tag 'mfd-fixes-3.13-2' of git://git.kernel.org...
next