Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5378e60734f5b7bfe1b43dc191aaf6131c1befe7
/
fs
/
btrfs
5378e60
Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes
by Li Dongyang
· 14 years ago
fce3bb9
Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP
by Li Dongyang
· 14 years ago
b4d00d5
Btrfs: make update_reserved_bytes() public
by Li Dongyang
· 14 years ago
3ab3564
btrfs: return EXDEV when linking from different subvolumes
by Mark Fasheh
· 14 years ago
75e7cb7
Btrfs: Per file/directory controls for COW and compression
by Liu Bo
· 14 years ago
fc0e4a3
btrfs: use GFP_NOFS instead of GFP_KERNEL
by Miao Xie
· 14 years ago
97d9a8a
Btrfs: check return value of read_tree_block()
by Tsutomu Itoh
· 14 years ago
7e75bf3
btrfs: properly access unaligned checksum buffer
by David Sterba
· 14 years ago
db5b493
Btrfs: cleanup some BUG_ON()
by Tsutomu Itoh
· 14 years ago
1abe9b8
Btrfs: add initial tracepoint support for btrfs
by liubo
· 14 years ago
240f62c
Btrfs: use RCU instead of a spinlock to protect the root node
by Chris Mason
· 14 years ago
c0da7aa
Btrfs: mark the bio with an error if we have a failure in dio
by Josef Bacik
· 14 years ago
98bc314
Btrfs: don't allocate dip->csums when doing writes
by Josef Bacik
· 14 years ago
4e69b59
Btrfs: cleanup how we setup free space clusters
by Josef Bacik
· 14 years ago
32cb084
Btrfs: don't be as aggressive about using bitmaps
by Josef Bacik
· 14 years ago
d0a365e
Btrfs: deal with min_bytes appropriately when looking for a cluster
by Josef Bacik
· 14 years ago
7d0d2e8
Btrfs: check free space in block group before searching for a cluster
by Josef Bacik
· 14 years ago
22a94d4
Btrfs: add checks to verify dir items are correct
by Josef Bacik
· 14 years ago
4141573
Btrfs: check return value of btrfs_search_slot properly
by Josef Bacik
· 14 years ago
a826d6d
Btrfs: check items for correctness as we search
by Josef Bacik
· 14 years ago
85026533
Btrfs: return error if the range we want to map is bogus
by Josef Bacik
· 14 years ago
695a0d0
Btrfs: add a comment explaining what btrfs_cont_expand does
by Josef Bacik
· 14 years ago
930f028
Btrfs: use mark_inode_dirty when expanding the file
by Josef Bacik
· 14 years ago
f0cd846
Btrfs: only add orphan items when truncating
by Josef Bacik
· 14 years ago
ded5db9
Btrfs: make sure to remove the orphan item from the in-memory list
by Josef Bacik
· 14 years ago
66b4ffd
Btrfs: handle errors in btrfs_orphan_cleanup
by Josef Bacik
· 14 years ago
3893e33
Btrfs: cleanup error handling in the truncate path
by Josef Bacik
· 14 years ago
a41ad39
Btrfs: convert to the new truncate sequence
by Josef Bacik
· 14 years ago
dc89e98
Btrfs: use a slab for the free space entries
by Josef Bacik
· 14 years ago
57a45ced
Btrfs: change reserved_extents to an atomic_t
by Josef Bacik
· 14 years ago
4a64001
Btrfs: fix how we deal with the pages array in the write path
by Josef Bacik
· 14 years ago
d0215f3
Btrfs: simplify our write path
by Josef Bacik
· 14 years ago
9f570b8
Btrfs: fix formatting in file.c
by Josef Bacik
· 14 years ago
0e5b88c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
36e39c4
Btrfs: break out of shrink_delalloc earlier
by Chris Mason
· 14 years ago
7e6b646
btrfs: fix not enough reserved space
by Miao Xie
· 14 years ago
b4966b7
btrfs: fix dip leak
by Daniel J Blueman
· 14 years ago
ea8efc7
Btrfs: make sure not to return overlapping extents to fiemap
by Chris Mason
· 14 years ago
31339ac
Btrfs: deal with short returns from copy_from_user
by Chris Mason
· 14 years ago
b1bf862
Btrfs: fix regressions in copy_from_user handling
by Chris Mason
· 14 years ago
4660ba6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
ec29ed5
Btrfs: fix fiemap bugs with delalloc
by Chris Mason
· 14 years ago
fb01aa8
Btrfs: set FMODE_EXCL in btrfs_device->mode
by Ilya Dryomov
· 14 years ago
9b3517e
Btrfs: make btrfs_rm_device() fail gracefully
by Ilya Dryomov
· 14 years ago
ca9b688
Btrfs: Avoid accessing unmapped kernel address
by Li Zefan
· 14 years ago
b4dc2b8
Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl
by Li Zefan
· 14 years ago
c87f08c
Btrfs: allow balance to explicitly allocate chunks as it relocates
by Chris Mason
· 14 years ago
9143565
Btrfs: put ENOSPC debugging under a mount option
by Chris Mason
· 14 years ago
007a14a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
c26a920
Btrfs: check return value of alloc_extent_map()
by Tsutomu Itoh
· 14 years ago
67100f2
Btrfs - Fix memory leak in btrfs_init_new_device()
by Ilya Dryomov
· 14 years ago
51788b1
btrfs: prevent heap corruption in btrfs_ioctl_space_info()
by Dan Rosenberg
· 14 years ago
6848ad6
Btrfs: Fix balance panic
by Yan, Zheng
· 14 years ago
e3f24cc
Btrfs: don't release pages when we can't clear the uptodate bits
by Chris Mason
· 14 years ago
eb14ab8
Btrfs: fix page->private races
by Chris Mason
· 14 years ago
cb5520f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
3a90983
Btrfs: Fix page count calculation
by Yan, Zheng
· 14 years ago
8e4eef7
btrfs: Drop __exit attribute on btrfs_exit_compress
by Alexey Charkov
· 14 years ago
554233a
btrfs: cleanup error handling in btrfs_unlink_inode()
by Tsutomu Itoh
· 14 years ago
3c14874
Btrfs: exclude super blocks when we read in block groups
by Josef Bacik
· 14 years ago
13dbc08
Btrfs: make sure search_bitmap finds something in remove_from_bitmap
by Josef Bacik
· 14 years ago
98d5dc1
btrfs: fix return value check of btrfs_start_transaction()
by Tsutomu Itoh
· 14 years ago
5df6708
btrfs: checking NULL or not in some functions
by Tsutomu Itoh
· 14 years ago
c87fb6f
Btrfs: avoid uninit variable warnings in ordered-data.c
by Chris Mason
· 14 years ago
b31eabd
Btrfs: catch errors from btrfs_sync_log
by Chris Mason
· 14 years ago
b1953bc
Btrfs: make shrink_delalloc a little friendlier
by Josef Bacik
· 14 years ago
7adf5df
Btrfs: handle no memory properly in prepare_pages
by Josef Bacik
· 14 years ago
ad0397a
Btrfs: do error checking in btrfs_del_csums
by Josef Bacik
· 14 years ago
68a8227
Btrfs: use the global block reserve if we cannot reserve space
by Josef Bacik
· 14 years ago
e9e2289
Btrfs: do not release more reserved bytes to the global_block_rsv than we need
by Josef Bacik
· 14 years ago
dedefd7
Btrfs: fix check_path_shared so it returns the right value
by Josef Bacik
· 14 years ago
abd30bb
btrfs: check return value of btrfs_start_ioctl_transaction() properly
by Tsutomu Itoh
· 14 years ago
3612b49
btrfs: fix return value check of btrfs_join_transaction()
by Tsutomu Itoh
· 14 years ago
34d19ba
fs/btrfs/inode.c: Add missing IS_ERR test
by Julia Lawall
· 14 years ago
333e810
btrfs: fix missing break in switch phrase
by liubo
· 14 years ago
2a29edc
btrfs: fix several uncheck memory allocations
by liubo
· 14 years ago
6b82ce8
btrfs: fix uncheck memory allocation in btrfs_submit_compressed_read
by liubo
· 14 years ago
eab49be
Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38
by Chris Mason
· 14 years ago
4d728ec
Btrfs: Fix file clone when source offset is not 0
by Li Zefan
· 14 years ago
b897abe
Btrfs: Fix memory leak in writepage fixup work
by Miao Xie
· 14 years ago
d0f6968
Btrfs: Don't return acl info when mounting with noacl option
by Miao Xie
· 14 years ago
3f3d0bc
Btrfs: Free correct pointer after using strsep
by Tero Roponen
· 14 years ago
bdc924b
Btrfs: Fix memory leak on finding existing super
by Ian Kent
· 14 years ago
83a4d54
Btrfs: Fix memory leak at umount
by Li Zefan
· 14 years ago
f333adb
btrfs: Check mergeable free space when removing a cluster
by Li Zefan
· 14 years ago
120d66e
btrfs: Add a helper try_merge_free_space()
by Li Zefan
· 14 years ago
5e71b5d
btrfs: Update stats when allocating from a cluster
by Li Zefan
· 14 years ago
70b7da3
btrfs: Free fully occupied bitmap in cluster
by Li Zefan
· 14 years ago
edf6e2d
btrfs: Add helper function free_bitmap()
by Li Zefan
· 14 years ago
8eb2d82
btrfs: Fix threshold calculation for block groups smaller than 1GB
by Li Zefan
· 14 years ago
eee2a81
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
acce952
Btrfs: forced readonly mounts on errors
by liubo
· 14 years ago
2fe17c1
fallocate should be a file operation
by Christoph Hellwig
· 14 years ago
64c23e8
make the feature checks in ->fallocate future proof
by Christoph Hellwig
· 14 years ago
f8b1808
fs/btrfs: Fix build of ctree
by Stefan Schmidt
· 14 years ago
6f88a44
btrfs: Require CAP_SYS_ADMIN for filesystem rebalance
by Ben Hutchings
· 14 years ago
f690efb
Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check
by Josef Bacik
· 14 years ago
5e540f7
btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()
by Tsutomu Itoh
· 14 years ago
91ca338
btrfs: check NULL or not
by Tsutomu Itoh
· 14 years ago
ff175d5
btrfs: Don't pass NULL ptr to func that may deref it.
by Jesper Juhl
· 14 years ago
Next »