index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-07-05
1
-6
/
+51
|
\
|
*
Btrfs: fix wrong check during log recovery
Liu Bo
2012-07-02
1
-1
/
+1
|
*
Btrfs: fix dio write vs buffered read race
Josef Bacik
2012-07-02
1
-5
/
+50
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-06-21
1
-2
/
+2
|
\
\
|
|
/
|
*
Btrfs: delay iput with async extents
Josef Bacik
2012-06-21
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-06-15
1
-15
/
+58
|
\
\
|
|
/
|
*
Btrfs: fix missing inherited flag in rename
Liu Bo
2012-06-15
1
-3
/
+6
|
*
Btrfs: call filemap_fdatawrite twice for compression
Josef Bacik
2012-06-14
1
-6
/
+9
|
*
Btrfs: keep inode pinned when compressing writes
Josef Bacik
2012-06-14
1
-2
/
+6
|
*
Btrfs: unlock everything properly in the error case for nocow
Josef Bacik
2012-06-14
1
-2
/
+35
|
*
Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an error
Josef Bacik
2012-06-14
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-06-01
1
-39
/
+14
|
\
\
|
*
|
Btrfs: move over to use ->update_time
Josef Bacik
2012-06-01
1
-39
/
+14
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-06-01
1
-138
/
+126
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Btrfs: fall back to non-inline if we don't have enough space
Josef Bacik
2012-05-30
1
-1
/
+4
|
*
Btrfs: fix how we deal with the orphan block rsv
Josef Bacik
2012-05-30
1
-17
/
+21
|
*
Btrfs: convert the inode bit field to use the actual bit operations
Josef Bacik
2012-05-30
1
-16
/
+12
|
*
Btrfs: finish ordered extents in their own thread
Josef Bacik
2012-05-30
1
-101
/
+76
|
*
Btrfs: use i_version instead of our own sequence
Josef Bacik
2012-05-30
1
-3
/
+13
*
|
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Linus Torvalds
2012-05-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-05-06
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-04-28
1
-36
/
+18
|
\
\
|
|
/
|
/
|
|
*
Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir
Chris Mason
2012-04-27
1
-29
/
+1
|
*
Btrfs: always store the mirror we read the eb from
Josef Bacik
2012-04-18
1
-1
/
+1
|
*
btrfs: fix race in reada
Arne Jansen
2012-04-18
1
-1
/
+7
|
*
Btrfs: avoid setting ->d_op twice
Li Zefan
2012-04-18
1
-5
/
+9
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-03-30
1
-139
/
+318
|
\
\
|
|
/
|
*
Btrfs: fix recursive defragment with autodefrag option
Liu Bo
2012-03-29
1
-3
/
+5
|
*
Merge branch 'error-handling' into for-linus
Chris Mason
2012-03-28
1
-131
/
+307
|
|
\
|
|
*
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
1
-99
/
+279
|
|
*
btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()
Mark Fasheh
2012-03-22
1
-2
/
+1
|
|
*
btrfs: split extent_state ops
Jeff Mahoney
2012-03-22
1
-1
/
+1
|
|
*
btrfs: drop gfp_t from lock_extent
Jeff Mahoney
2012-03-22
1
-19
/
+14
|
|
*
btrfs: return void in functions without error conditions
Jeff Mahoney
2012-03-22
1
-4
/
+3
|
|
*
btrfs: ->submit_bio_hook error push-up
Jeff Mahoney
2012-03-22
1
-1
/
+2
|
|
*
btrfs: Factor out tree->ops->merge_bio_hook call
Jeff Mahoney
2012-03-22
1
-2
/
+3
|
|
*
btrfs: Simplify btrfs_submit_bio_hook
Jeff Mahoney
2012-03-22
1
-3
/
+4
|
*
|
Btrfs: ensure an entire eb is written at once
Josef Bacik
2012-03-26
1
-0
/
+2
|
*
|
Btrfs: remove search_start and search_end from find_free_extent and callers
Josef Bacik
2012-03-26
1
-5
/
+4
|
|
/
*
|
btrfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-13
/
+13
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-02-24
1
-5
/
+35
|
\
|
*
Btrfs: improve error handling for btrfs_insert_dir_item callers
Chris Mason
2012-02-23
1
-1
/
+19
|
*
btrfs: honor umask when creating subvol root
Florian Albrechtskirchinger
2012-02-16
1
-2
/
+4
|
*
btrfs: delalloc for page dirtied out-of-band in fixup worker
Jeff Mahoney
2012-02-15
1
-2
/
+12
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-01-28
1
-2
/
+8
|
\
\
|
|
/
|
*
Btrfs: fix reservations in btrfs_page_mkwrite
Chris Mason
2012-01-27
1
-2
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-01-17
1
-33
/
+33
|
\
\
|
|
/
|
*
Btrfs: add a delalloc mutex to inodes for delalloc reservations
Josef Bacik
2012-01-16
1
-10
/
+1
|
*
Btrfs: protect orphan block rsv with spin_lock
Josef Bacik
2012-01-16
1
-4
/
+19
|
*
Btrfs: release space on error in page_mkwrite
Josef Bacik
2012-01-16
1
-1
/
+1
[next]