]> git.hungrycats.org Git - linux/shortlog
linux
2015-01-23 Filipe MananaBtrfs: add helper btrfs_fdatawrite_range
2015-01-23 Filipe MananaBtrfs: report error after failure inlining extent in...
2015-01-23 Shilong WangBtrfs: fix allocationg memory failure for btrfsic_state...
2015-01-23 Eryu GuanBtrfs: return failure if btrfs_dev_replace_finishing...
2015-01-23 Shilong WangBtrfs: fix incorrect compression ratio detection
2015-01-23 Filipe MananaBtrfs: make inode.c:compress_file_range() return void
2015-01-23 Filipe MananaBtrfs: correctly flush compressed data before/after...
2015-01-23 Filipe MananaBtrfs: don't leak pages and memory on compressed write...
2015-01-23 Filipe MananaBtrfs: process all async extents on compressed write...
2015-01-23 Filipe MananaBtrfs: don't ignore compressed bio write errors
2015-01-23 Filipe MananaBtrfs: set page and mapping error on compressed write...
2015-01-23 Filipe MananaBtrfs: fix hang on compressed write error
2015-01-23 Al Virobtrfs: get rid of f_dentry use
2015-01-23 David Sterbabtrfs: move commit out of sysfs when changing label
2015-01-23 David Sterbabtrfs: introduce pending action: commit
2015-01-23 David Sterbabtrfs: move commit out of sysfs when changing features
2015-01-23 David Sterbabtrfs: do commit in sync_fs if there are pending changes
2015-01-23 David Sterbabtrfs: switch inode_cache option handling to pending...
2015-01-23 David Sterbabtrfs: add support for processing pending changes
2015-01-23 Filipe MananaBtrfs: fix race that makes btrfs_lookup_extent_info...
2015-01-23 Josef BacikBtrfs: properly clean up btrfs_end_io_wq_cache
2015-01-23 David Sterbabtrfs: use macro accessors in superblock validation...
2015-01-23 Filipe MananaBtrfs: fix invalid leaf slot access in btrfs_lookup_ext...
2015-01-23 Miklos Szeredivfs: export check_sticky()
2015-01-23 Vinícius Tintibtrfs: LLVMLinux: Remove VLAIS
2015-01-23 Qu Wenruobtrfs: Fix compile error when CONFIG_SECURITY is not...
2015-01-23 Chris MasonBtrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TES...
2015-01-23 Qu Wenruobtrfs: Make btrfs handle security mount options interna...
2015-01-23 Fabian Frederickbtrfs: fix shadow warning on cmp
2015-01-23 Fabian FrederickBtrfs: remove redundant btrfs_verify_qgroup_counts...
2015-01-23 Filipe MananaBtrfs: be aware of btree inode write errors to avoid...
2015-01-23 David Sterbabtrfs: add more superblock checks
2015-01-23 Filipe MananaBtrfs: send, don't delay dir move if there's a new...
2015-01-23 Filipe MananaBtrfs: add missing end_page_writeback on submit_extent_...
2015-01-23 Fabian FrederickBtrfs: fix compilation errors under DEBUG
2015-01-23 David Sterbabtrfs: new define for the inline extent data start
2015-01-23 David Sterbabtrfs: move checks for DUMMY_ROOT into a helper
2015-01-23 David Sterbabtrfs: drop constant param from btrfs_release_extent_bu...
2015-01-23 David Sterbabtrfs: kill extent_buffer_page helper
2015-01-23 David Sterbabtrfs: let merge_reloc_roots return void
2015-01-23 David Sterbabtrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
2015-01-23 David Sterbabtrfs: remove unused members from struct scrub_warning
2015-01-23 David Sterbabtrfs: fix error labels in init_btrfs_fs
2015-01-23 David Sterbabtrfs: use slab for end_io_wq structures
2015-01-23 David Sterbabtrfs: use enum for wq endio metadata type
2015-01-23 David Sterbabtrfs: remove unused extent state bits
2015-01-23 Filipe David... Btrfs: set default max_inline to 8KiB instead of 8MiB
2015-01-23 David Sterbabtrfs: remove blocksize from btrfs_alloc_free_block...
2015-01-23 David Sterbabtrfs: remove unused parameter blocksize from btrfs_fin...
2015-01-23 David Sterbabtrfs: remove parameter blocksize from read_tree_block
2015-01-23 David Sterbabtrfs: inline code of reada_tree_block and remove it
2015-01-23 David Sterbabtrfs: return void from readahead_tree_block
2015-01-23 David Sterbabtrfs: remove unused parameter from readahead_tree_block
2015-01-23 David Sterbabtrfs: remove unlikely from data-dependent branches...
2015-01-23 David Sterbabtrfs: remove unlikely from NULL checks
2015-01-23 David Sterbabtrfs: remove unused variable from btrfs_parse_options
2015-01-23 David Sterbabtrfs: defrag, use unsigned type for extent thresh
2015-01-23 Josef BacikBtrfs: remove empty block groups automatically
2015-01-23 Filipe MananaBtrfs: fix fsync race leading to invalid data after...
2015-01-23 Miao XieBtrfs: cleanup the read failure record after write...
2015-01-23 Miao XieBtrfs: implement repair function when direct read fails
2015-01-23 Miao XieBtrfs: Set real mirror number for read operation on...
2015-01-23 Miao XieBtrfs: modify clean_io_failure and make it suit direct io
2015-01-23 Miao XieBtrfs: modify repair_io_failure and make it suit direct io
2015-01-23 Miao XieBtrfs: split bio_readpage_error into several functions
2015-01-23 Miao XieBtrfs: Cleanup unused variant and argument of IO failur...
2015-01-23 Miao XieBtrfs: fix missing error handler if submiting re-read...
2015-01-23 Miao XieBtrfs: do file data check by sub-bio's self
2015-01-23 Miao XieBtrfs: cleanup similar code of the buffered data data...
2015-01-23 Miao XieBtrfs: load checksum data once when submitting a direct...
2015-01-23 Miao XieBtrfs: modify rw_devices counter under chunk_mutex...
2015-01-23 Miao XieBtrfs: move the missing device to its own fs device...
2015-01-23 Miao XieBtrfs: stop mounting the fs if the non-ENOENT errors...
2015-01-23 Miao XieBtrfs: make the logic of source device removing more...
2015-01-23 Miao XieBtrfs: fix use-after-free problem of the device during...
2015-01-23 Miao XieBtrfs: fix unprotected device list access when cloning...
2015-01-23 Miao XieBtrfs: Fix misuse of chunk mutex
2015-01-23 Miao XieBtrfs: fix unprotected device list access when getting...
2015-01-23 Miao XieBtrfs: fix unprotected system chunk array insertion
2015-01-23 Miao XieBtrfs: fix unprotected device's variants on 32bits...
2015-01-23 Miao XieBtrfs: update free_chunk_space during allocting a new...
2015-01-23 Miao XieBtrfs: fix unprotected device->bytes_used update
2015-01-23 Miao XieBtrfs: Fix wrong free_chunk_space assignment during...
2015-01-23 Miao XieBtrfs: fix wrong device bytes_used in the super block
2015-01-23 Miao XieBtrfs: fix wrong disk size when writing super blocks
2015-01-23 Miao XieBtrfs: fix unprotected assignment of the target device
2015-01-23 Miao XieBtrfs: cleanup double assignment of device->bytes_used...
2015-01-23 Miao XieBtrfs: cleanup unused num_can_discard in fs_devices
2015-01-23 Li RongQingbtrfs: remove the wrong comments
2015-01-23 Filipe MananaBtrfs: fix directory recovery from fsync log
2015-01-23 Josef BacikBtrfs: make fiemap not blow when you have lots of snapshots
2015-01-23 Liu BoBtrfs: cleanup the same name in end_bio_extent_readpage
2015-01-23 Filipe MananaBtrfs: shrink further sizeof(struct extent_buffer)
2015-01-23 Filipe MananaBtrfs: send, lower mem requirements for processing...
2015-01-23 David Sterbabtrfs: remove stale define after removing ordered opera...
2015-01-23 Filipe MananaBtrfs: improve free space cache management and space...
2015-01-23 Anand Jainbtrfs: rename total_bytes to avoid confusion
2015-01-23 Anand Jainbtrfs: fix typo in the log message
2015-01-23 Anand Jainbtrfs: rw_devices shouldn't be incremented for seed...
2015-01-23 Anand Jainbtrfs: fix memory leak when there is no more seed device
next