Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f716abd55d1e141772fd44a99c07c89f4aff1978
f716abd
Btrfs: fix out of bounds array access while reading extent buffer
by Liu Bo
· 7 years ago
c59efa7
btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2
by Nikolay Borisov
· 7 years ago
e6961ca
btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_dio_bio
by Nikolay Borisov
· 7 years ago
6399fb5
Btrfs: fix assertion failure during fsync in no-holes mode
by Filipe Manana
· 7 years ago
4a4b964
Btrfs: avoid unnecessarily locking inode when clearing a range
by Filipe Manana
· 7 years ago
938e1c7
btrfs: remove redundant check on ret being non-zero
by Colin Ian King
· 7 years ago
2d77ab3
btrfs: expose internal free space tree routine only if sanity tests are enabled
by Nikolay Borisov
· 7 years ago
db7c942
btrfs: Remove unused sectorsize variable from struct map_lookup
by Nikolay Borisov
· 7 years ago
92ac58e
btrfs: Remove never-reached WARN_ON
by Nikolay Borisov
· 7 years ago
dc2f292
btrfs: remove unused BTRFS_COMPRESS_LAST
by Anand Jain
· 7 years ago
b94417e
btrfs: use BTRFS_FSID_SIZE for fsid
by Anand Jain
· 7 years ago
44880fd
btrfs: use appropriate define for the fsid
by Anand Jain
· 7 years ago
42e9cc4
btrfs: increase ctx->pos for delayed dir index
by Josef Bacik
· 7 years ago
23b5ec7
btrfs: fix readdir deadlock with pagefault
by Josef Bacik
· 7 years ago
8d8aafe
btrfs: Simplify math in should_alloc chunk
by Nikolay Borisov
· 8 years ago
f44d228
btrfs: account for pinned bytes in should_alloc_chunk
by Jeff Mahoney
· 8 years ago
a7164fa
btrfs: prepare for extensions in compression options
by David Sterba
· 7 years ago
1e20d1c
btrfs: allow defrag compress to override NOCOMPRESS attribute
by David Sterba
· 7 years ago
1e2ef46
btrfs: defrag: cleanup checking for compression status
by David Sterba
· 7 years ago
eec63c6
btrfs: separate defrag and property compression
by David Sterba
· 7 years ago
b52aa8c
btrfs: rename variable holding per-inode compression type
by David Sterba
· 7 years ago
c2fcdcd
Btrfs: add skeleton code for compression heuristic
by Timofey Titovets
· 7 years ago
131ce43
btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
by David Sterba
· 7 years ago
9c17f6c
btrfs: account that we're waiting for DIO read
by David Sterba
· 7 years ago
4958aa68
btrfs: drop chunk locks at the end of close_ctree
by David Sterba
· 8 years ago
d3c0bab
btrfs: remove trivial wrapper btrfs_force_ra
by David Sterba
· 8 years ago
35dc313
btrfs: drop ancient page flag mappings
by David Sterba
· 8 years ago
ea14b57f
btrfs: fix spelling of snapshotting
by David Sterba
· 8 years ago
e38ae7a
btrfs: Make flush_space return void
by Nikolay Borisov
· 7 years ago
3558d4f
btrfs: Deprecate userspace transaction ioctls
by Nikolay Borisov
· 7 years ago
9f6d251
btrfs: use named constant for bdev blocksize
by David Sterba
· 8 years ago
abbb3b8
btrfs: split write_dev_supers to two functions
by David Sterba
· 8 years ago
35c7010
btrfs: refactor find_device helper
by David Sterba
· 8 years ago
2dfeca9
btrfs: merge alloc_device helpers
by David Sterba
· 8 years ago
4b81ba4
btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page
by David Sterba
· 8 years ago
f1c77c5
btrfs: cleanup types storing REQ_*
by David Sterba
· 8 years ago
abe60ba
btrfs: get fs_info from eb in btrfs_print_tree, remove argument
by David Sterba
· 8 years ago
a4f7875
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
by David Sterba
· 8 years ago
f1b8a1e
btrfs: simplify btrfs_dev_replace_kthread
by David Sterba
· 8 years ago
74b595f
btrfs: factor reading progress out of btrfs_dev_replace_status
by David Sterba
· 8 years ago
0a52d10
btrfs: defrag: make readahead state allocation failure non-fatal
by David Sterba
· 8 years ago
63e727e
btrfs: use GFP_KERNEL in btrfs_defrag_file
by David Sterba
· 8 years ago
3ec8362
btrfs: use GFP_KERNEL in mount and remount
by David Sterba
· 8 years ago
e3f3ad1
btrfs: Remove never reached error handling code in __add_reloc_root
by Nikolay Borisov
· 7 years ago
e4ff5fb
btrfs: Remove unused parameters from volume.c functions
by Nikolay Borisov
· 7 years ago
110840b
btrfs: Remove unused variables
by Nikolay Borisov
· 7 years ago
500ceed
btrfs: Remove find_raid56_stripe_len
by Nikolay Borisov
· 7 years ago
47f08b9
btrfs: Use explicit round_down macro in btrfs resize ioctl handler
by Nikolay Borisov
· 7 years ago
19aee8d
btrfs: btrfs_inherit_iflags() can be static
by Anand Jain
· 7 years ago
26b28dc
btrfs: Keep one more workspace around
by Nick Terrell
· 8 years ago
913e153
btrfs: drop newlines from strings when using btrfs_* helpers
by David Sterba
· 7 years ago
b6e6bca
btrfs: qgroups: Fix BUG_ON condition in tree level check
by Nikolay Borisov
· 7 years ago
c550245
btrfs: Enhance message when a device is missing during mount
by Qu Wenruo
· 8 years ago
bc3cce2
btrfs: Cleanup num_tolerated_disk_barrier_failures
by Qu Wenruo
· 8 years ago
d10b82f
btrfs: Allow barrier_all_devices to do chunk level device check
by Qu Wenruo
· 8 years ago
b382cfe
btrfs: Do chunk level check for degraded remount
by Qu Wenruo
· 8 years ago
4330e18
btrfs: Do chunk level check for degraded rw mount
by Qu Wenruo
· 8 years ago
21634a1
btrfs: Introduce a function to check if all chunks a OK for degraded rw mount
by Qu Wenruo
· 8 years ago
0d1e0be
Btrfs: report errors when checksum is not found
by Liu Bo
· 8 years ago
69f03f1
btrfs: Prevent possible ERR_PTR() dereference
by Nikolay Borisov
· 8 years ago
1174cad
btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand
by Nikolay Borisov
· 8 years ago
7bdd627
btrfs: Remove redundant argument of flush_space
by Nikolay Borisov
· 8 years ago
6c6b5a3
btrfs: resume qgroup rescan on rw remount
by Aleksa Sarai
· 8 years ago
01747e9
btrfs: clean up extraneous computations in add_delayed_refs
by Edmund Nadolski
· 7 years ago
3ec4d32
btrfs: allow backref search checks for shared extents
by Edmund Nadolski
· 7 years ago
9dd14fd
btrfs: add cond_resched() calls when resolving backrefs
by Edmund Nadolski
· 7 years ago
0014275
btrfs: backref, add tracepoints for prelim_ref insertion and merging
by Jeff Mahoney
· 7 years ago
6c336b2
btrfs: add a node counter to each of the rbtrees
by Jeff Mahoney
· 7 years ago
86d5f99
btrfs: convert prelimary reference tracking to use rbtrees
by Edmund Nadolski
· 7 years ago
f695424
btrfs: remove ref_tree implementation from backref.c
by Edmund Nadolski
· 8 years ago
bb739cf
btrfs: btrfs_check_shared should manage its own transaction
by Edmund Nadolski
· 8 years ago
e0c476b
btrfs: backref, cleanup __ namespace abuse
by Jeff Mahoney
· 8 years ago
4dae077
btrfs: backref, add unode_aux_to_inode_list helper
by Jeff Mahoney
· 8 years ago
73980be
btrfs: backref, constify some arguments
by Jeff Mahoney
· 8 years ago
9a35b63
btrfs: constify tracepoint arguments
by Jeff Mahoney
· 8 years ago
1cbb1f4
btrfs: struct-funcs, constify readers
by Jeff Mahoney
· 8 years ago
23d1f73
btrfs: remove unused sectorsize member
by Nikolay Borisov
· 8 years ago
f148ef4
btrfs: Be explicit about usage of min()
by Nikolay Borisov
· 8 years ago
e5600fd
btrfs: Use explicit round_down call rather than open-coding it
by Nikolay Borisov
· 8 years ago
ebcc930
btrfs: convert while loop to list_for_each_entry
by Nikolay Borisov
· 8 years ago
ef95484
Linux 4.13-rc5
by Linus Torvalds
· 7 years ago
b2298fc
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 7 years ago
c9dc281
Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
ce7ba95
Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
438630e
Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 7 years ago
dd95f18
Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
10cec91
Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
89a5527
Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
9a51544
mtd: blkdevs: Fix mtd block write failure
by Abhishek Sahu
· 7 years ago
a99bcdc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 7 years ago
043cd07
Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
216e4a1
Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
e0d0e04
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
0993133
Merge tag 'mmc-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
7eb97ba
Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
2bfc37c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 7 years ago
7d7a827
Merge tag 'iommu-fixes-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 7 years ago
8a9d6e9
pnfs/blocklayout: require 64-bit sector_t
by Christoph Hellwig
· 7 years ago
8001a97
Merge tag 'powerpc-4.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
a7990c6
iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_device
by Artem Savkov
· 7 years ago
Next »