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
/
dir-item.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
1
-0
/
+1
*
btrfs: return void in functions without error conditions
Jeff Mahoney
2012-03-22
1
-5
/
+4
*
Btrfs: remove redundant code for dir item lookup
Li Zefan
2011-08-01
1
-28
/
+2
*
Btrfs: try to only do one btrfs_search_slot in do_setxattr
Josef Bacik
2011-07-11
1
-7
/
+2
*
Merge branch 'cleanups_and_fixes' into inode_numbers
Chris Mason
2011-05-23
1
-2
/
+1
|
\
|
*
Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...
Tsutomu Itoh
2011-05-23
1
-1
/
+0
|
*
btrfs: typo: 'btrfS' -> 'btrfs'
Sergei Trofimovich
2011-05-23
1
-1
/
+1
*
|
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
2011-05-22
1
-1
/
+1
|
\
\
|
*
|
btrfs: drop unused parameter from btrfs_release_path
David Sterba
2011-05-02
1
-1
/
+1
|
|
/
*
|
Btrfs: update the delayed inode code to use the btrfs_ino helper.
Chris Mason
2011-05-22
1
-1
/
+1
*
|
btrfs: implement delayed inode items operation
Miao Xie
2011-05-21
1
-24
/
+10
|
/
*
Btrfs: check return value of btrfs_alloc_path()
Tsutomu Itoh
2011-03-28
1
-4
/
+6
*
Btrfs: add checks to verify dir items are correct
Josef Bacik
2011-03-17
1
-0
/
+35
*
Btrfs: Fix variables set but not read (bugs found by gcc 4.6)
Andi Kleen
2010-10-29
1
-1
/
+1
*
Btrfs: Pass transaction handle to security and ACL initialization functions
Yan, Zheng
2009-12-17
1
-12
/
+7
*
Btrfs: change how subvolumes are organized
Yan, Zheng
2009-09-21
1
-0
/
+47
*
Btrfs: leave btree locks spinning more often
Chris Mason
2009-03-24
1
-0
/
+3
*
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2009-01-05
1
-1
/
+1
*
Btrfs: add and improve comments
Chris Mason
2008-09-29
1
-0
/
+41
*
Btrfs: Add a write ahead tree log to optimize synchronous operations
Chris Mason
2008-09-25
1
-0
/
+3
*
Btrfs: implement memory reclaim for leaf reference cache
Yan
2008-09-25
1
-1
/
+0
*
Btrfs: Implement new dir index format
Josef Bacik
2008-09-25
1
-2
/
+2
*
Btrfs: unaligned access fixes
David Miller
2008-09-25
1
-8
/
+4
*
Btrfs: Implement ACLs setting and getting
Yan
2008-09-25
1
-0
/
+3
*
xattr support for btrfs
Josef Bacik
2008-09-25
1
-6
/
+94
*
Btrfs: Fix a number of inline extent problems that Yan Zheng reported.
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
1
-46
/
+56
*
Btrfs: trivial include fixups
Zach Brown
2007-07-11
1
-1
/
+0
*
Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack
Chris Mason
2007-06-22
1
-3
/
+3
*
btrfs: Code cleanup
Aneesh
2007-06-13
1
-1
/
+0
*
Btrfs: add GPLv2
Chris Mason
2007-06-12
1
-0
/
+18
*
Btrfs: rename
Chris Mason
2007-05-23
1
-6
/
+21
*
Btrfs: fix page cache memory leak
Chris Mason
2007-05-02
1
-5
/
+6
*
Btrfs: directory inode index is back
Chris Mason
2007-04-19
1
-60
/
+144
*
Btrfs: working file_write, reorganized key flags
Chris Mason
2007-04-18
1
-70
/
+0
*
Btrfs: rework csums and extent item ordering
Chris Mason
2007-04-17
1
-9
/
+19
*
Btrfs: snapshot progress
Chris Mason
2007-04-10
1
-2
/
+4
*
Btrfs: start of support for many FS volumes
Chris Mason
2007-04-06
1
-5
/
+9
*
Btrfs: dirindex optimizations
Chris Mason
2007-04-05
1
-1
/
+4
*
Btrfs: finish off inode indexing in dirs, add overflows
Chris Mason
2007-04-05
1
-5
/
+69
*
Btrfs: more inode indexed directory work
Chris Mason
2007-04-05
1
-0
/
+18
*
Btrfs: add dir inode index
Chris Mason
2007-04-04
1
-0
/
+19
*
Btrfs: dynamic allocation of path struct
Chris Mason
2007-04-02
1
-8
/
+10
*
Btrfs: corruption hunt continues
Chris Mason
2007-03-30
1
-4
/
+2
*
Btrfs: hunting slab corruption
Chris Mason
2007-03-30
1
-0
/
+2
*
Add generation number to btrfs_header, readdir fixes, hash collision fixes
Chris Mason
2007-03-23
1
-2
/
+2
*
btrfs_create, btrfs_write_super, btrfs_sync_fs
Chris Mason
2007-03-23
1
-1
/
+2
*
Mountable btrfs, with readdir
Chris Mason
2007-03-22
1
-10
/
+7
*
Btrfs: initial move to kernel module land
Chris Mason
2007-03-21
1
-5
/
+7
*
Btrfs: transaction handles everywhere
Chris Mason
2007-03-16
1
-8
/
+12
[next]