Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ece7d20e8be6730fbb29f4550de6b19b1a3a9387
ece7d20
Btrfs: Don't error on resizing FS to same size
by Mike Fleetwood
· 13 years ago
aa38a71
Btrfs: fix deadlock on metadata reservation when evicting a inode
by Miao Xie
· 13 years ago
b52f75a
Fix URL of btrfs-progs git repository in docs
by Arnd Hannemann
· 13 years ago
26bdef5
btrfs scrub: handle -ENOMEM from init_ipath()
by Dan Carpenter
· 13 years ago
24a7031
Btrfs: remove free-space-cache.c WARN during log replay
by Chris Mason
· 13 years ago
4d479cf
Btrfs: sectorsize align offsets in fiemap
by Josef Bacik
· 13 years ago
f7d61dc
Btrfs: clear pages dirty for io and set them extent mapped
by Josef Bacik
· 13 years ago
291c7d2
Btrfs: wait on caching if we're loading the free space cache
by Josef Bacik
· 13 years ago
5bb1468
Btrfs: prefix resize related printks with btrfs:
by Arnd Hannemann
· 13 years ago
fadc0d8
btrfs: fix stat blocks accounting
by David Sterba
· 13 years ago
52621cb
Btrfs: avoid unnecessary bitmap search for cluster setup
by Li Zefan
· 13 years ago
0f0fbf1
Btrfs: fix to search one more bitmap for cluster setup
by Li Zefan
· 13 years ago
32240a9
btrfs: mirror_num should be int, not u64
by Jan Schmidt
· 13 years ago
745c4d8
btrfs: Fix up 32/64-bit compatibility for new ioctls
by Jeff Mahoney
· 13 years ago
387125f
Btrfs: fix barrier flushes
by Chris Mason
· 13 years ago
f1ebcc7
Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush
by Liu Bo
· 13 years ago
8965593
btrfs: rename the option to nospace_cache
by David Sterba
· 13 years ago
69f4cb5
Btrfs: handle bio_add_page failure gracefully in scrub
by Arne Jansen
· 13 years ago
62f30c5
Btrfs: fix deadlock caused by the race between relocation
by Miao Xie
· 13 years ago
2f120c0
Btrfs: only map pages if we know we need them when reading the space cache
by Josef Bacik
· 13 years ago
76b9e23
Btrfs: fix orphan backref nodes
by Miao Xie
· 13 years ago
61b520a
Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
by Miao Xie
· 13 years ago
3254c87
Btrfs: fix unreleased path in btrfs_orphan_cleanup()
by Miao Xie
· 13 years ago
ba38eb4
Btrfs: fix no reserved space for writing out inode cache
by Miao Xie
· 13 years ago
924cd8f
Btrfs: fix nocow when deleting the item
by Miao Xie
· 13 years ago
f7d5721
Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into integration
by Chris Mason
· 13 years ago
2115133
Btrfs: tweak the delayed inode reservations again
by Chris Mason
· 13 years ago
04d21a2
Btrfs: rework error handling in btrfs_mount()
by Ilya Dryomov
· 13 years ago
586e46e
Btrfs: close devices on all error paths in open_ctree()
by Ilya Dryomov
· 13 years ago
4d34b27
Btrfs: avoid null dereference and leaks when bailing from open_ctree()
by Ilya Dryomov
· 13 years ago
f23c8af
Btrfs: fix subvol_name leak on error in btrfs_mount()
by Ilya Dryomov
· 13 years ago
a90e8b6
Btrfs: fix memory leak in btrfs_parse_early_options()
by Ilya Dryomov
· 13 years ago
7fd2ae2
Btrfs: fix our reservations for updating an inode when completing io
by Josef Bacik
· 13 years ago
917c16b
Btrfs: fix oops on NULL trans handle in btrfs_truncate
by Chris Mason
· 13 years ago
45ea609
btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
by slyich@gmail.com
· 13 years ago
7c7e82a
Btrfs: check for a null fs root when writing to the backup root log
by Chris Mason
· 13 years ago
d43317d
Btrfs: fix race during transaction joins
by Chris Mason
· 13 years ago
56d2a48
Btrfs: fix a potential btrfs_bio leak on scrub fixups
by Ilya Dryomov
· 13 years ago
21ca543
Btrfs: rename btrfs_bio multi -> bbio for consistency
by Ilya Dryomov
· 13 years ago
9510dc4
Btrfs: stop leaking btrfs_bios on readahead
by Ilya Dryomov
· 13 years ago
306c8b6
Btrfs: stop the readahead threads on failed mount
by Chris Mason
· 13 years ago
c674e04
Btrfs: fix extent_buffer leak in the metadata IO error handling
by Chris Mason
· 13 years ago
740c3d2
Btrfs: fix the new inspection ioctls for 32 bit compat
by Chris Mason
· 13 years ago
806468f
Merge git://git.jan-o-sch.net/btrfs-unstable into integration
by Chris Mason
· 13 years ago
531f4b1
Merge branch 'for-chris' of git://github.com/sensille/linux into integration
by Chris Mason
· 13 years ago
c06a0e1
Btrfs: fix delayed insertion reservation
by Josef Bacik
· 13 years ago
bf0da8c
Btrfs: ClearPageError during writepage and clean_tree_block
by Chris Mason
· 13 years ago
663350a
Btrfs: be smarter about committing the transaction in reserve_metadata_bytes
by Josef Bacik
· 13 years ago
6d668dd
Btrfs: make a delayed_block_rsv for the delayed item insertion
by Josef Bacik
· 13 years ago
af31f5e
Btrfs: add a log of past tree roots
by Chris Mason
· 13 years ago
6c41761
btrfs: separate superblock items out of fs_info
by David Sterba
· 14 years ago
c817431
Btrfs: use the global reserve when truncating the free space cache inode
by Josef Bacik
· 13 years ago
5a77d76
Btrfs: release metadata from global reserve if we have to fallback for unlink
by Josef Bacik
· 13 years ago
01d658f
Btrfs: make sure to flush queued bios if write_cache_pages waits
by Chris Mason
· 13 years ago
e688b72
Btrfs: fix extent pinning bugs in the tree log
by Chris Mason
· 13 years ago
1eae31e
Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
by Chris Mason
· 13 years ago
cd354ad
Btrfs: don't wait as long for more batches during SSD log commit
by Chris Mason
· 13 years ago
dff51cd
btrfs: ratelimit WARN_ON in use_block_rsv
by David Sterba
· 13 years ago
a81d3b1
Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stable
by David Sterba
· 13 years ago
afd582a
Merge remote-tracking branch 'remotes/josef/for-chris' into btrfs-next-stable
by David Sterba
· 13 years ago
f9d9ef6
btrfs: do not allow mounting non-subvolumes via subvol option
by David Sterba
· 13 years ago
c3b92c8
Linux 3.1
by Linus Torvalds
· 13 years ago
6a05965
Merge git://git.infradead.org/iommu-2.6
by Linus Torvalds
· 13 years ago
15cc910
Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm
by Linus Torvalds
· 13 years ago
8548c84
x86: Fix S4 regression
by Takashi Iwai
· 13 years ago
d136f2e
dm kcopyd: fix job_pool leak
by Alasdair G Kergon
· 13 years ago
1bf1aac
Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsung
by Linus Torvalds
· 13 years ago
5117cc2
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 13 years ago
fb630b9
ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PM
by Domenico Andreoli
· 13 years ago
2efd7c0
Merge git://github.com/herbertx/crypto
by Linus Torvalds
· 13 years ago
62ddc00
Merge branch 'fix/hda' of git://github.com/tiwai/sound
by Linus Torvalds
· 13 years ago
7ed47b7
crypto: ghash - Avoid null pointer dereference if no key is set
by Nick Bowler
· 13 years ago
1052cff
ARM: S5P: fix offset calculation on gpio-interrupt
by Marek Szyprowski
· 13 years ago
fd11e15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 13 years ago
505f48b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
20bcd64
Btrfs: close all bdevs on mount failure
by Ilya Dryomov
· 13 years ago
5f52444
Btrfs: fix a bug when opening seed devices
by Ilya Dryomov
· 13 years ago
068132b
btrfs: fix oops on failure path
by Daniel J Blueman
· 13 years ago
60d2adb
Btrfs: fix race between multi-task space allocation and caching space
by Miao Xie
· 13 years ago
cfbffc3
Btrfs: fix return value of btrfs_get_acl()
by Tsutomu Itoh
· 13 years ago
10b2f34
Btrfs: pass the correct root to lookup_free_space_inode()
by Ilya Dryomov
· 13 years ago
fee187d
Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
by Liu Bo
· 13 years ago
f0dd959
Btrfs: fix direct-io vs nodatacow
by Li Zefan
· 13 years ago
560f7d7
Btrfs: remove BUG_ON() in compress_file_range()
by Li Zefan
· 13 years ago
a05a9bb
Btrfs: fix array bound checking
by Li Zefan
· 13 years ago
f4c697e
btrfs: return EINVAL if start > total_bytes in fitrim ioctl
by Lukas Czerner
· 13 years ago
008873e
Btrfs: honor extent thresh during defragmentation
by Li Zefan
· 13 years ago
83c8c9b
btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()
by Jeff Liu
· 13 years ago
5ca4966
Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
by Li Zefan
· 13 years ago
151a31b
Btrfs: use i_size_read() in btrfs_defrag_file()
by Li Zefan
· 13 years ago
cbcc832
Btrfs: fix defragmentation regression
by Li Zefan
· 13 years ago
60ccf82
btrfs: fix memory leak in btrfs_defrag_file
by Diego Calleja
· 13 years ago
84850e8
btrfs: check file extent backref offset underflow
by Yan, Zheng
· 13 years ago
133d324
hwmon: (w83627ehf) Fix negative 8-bit temperature values
by Jean Delvare
· 13 years ago
486cf46
mm: fix race between mremap and removing migration entry
by Hugh Dickins
· 13 years ago
aad4564
sparc: Add alignment flag to PCI expansion resources
by Kjetil Oftedal
· 13 years ago
afaef73
fib_rules: fix unresolved_rules counting
by Yan, Zheng
· 13 years ago
1b23a3e
r8169: fix wrong eee setting for rlt8111evl
by hayeswang
· 13 years ago
649b3b8
r8169: fix driver shutdown WoL regression.
by françois romieu
· 13 years ago
34b1901
ehea: Change maintainer to me
by Thadeu Lima de Souza Cascardo
· 13 years ago
Next »