index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
...
|
*
|
Btrfs: fix the amount of space reserved for unlink
Josef Bacik
2011-10-19
1
-1
/
+10
|
*
|
Btrfs: inline checksums into the disk free space cache
Josef Bacik
2011-10-19
1
-5
/
+5
|
*
|
Btrfs: break out of orphan cleanup if we can't make progress
Josef Bacik
2011-10-19
1
-0
/
+11
|
*
|
Btrfs: use the global reserve as a backup for deleting inodes
Josef Bacik
2011-10-19
1
-1
/
+11
|
*
|
Btrfs: fix orphan cleanup regression
Josef Bacik
2011-10-19
1
-19
/
+17
|
*
|
Btrfs: use the inode's mapping mask for allocating pages
Josef Bacik
2011-10-19
1
-1
/
+2
|
*
|
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
2011-10-19
1
-2
/
+2
|
*
|
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
2011-10-19
1
-1
/
+1
|
*
|
Btrfs: set truncate block rsv's size
Josef Bacik
2011-10-19
1
-0
/
+2
|
*
|
Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
Josef Bacik
2011-10-19
1
-3
/
+3
|
*
|
Btrfs: reduce the amount of space needed for truncates
Josef Bacik
2011-10-19
1
-4
/
+4
|
*
|
Btrfs: optimize how we account for space in truncate
Josef Bacik
2011-10-19
1
-29
/
+29
|
*
|
Btrfs: fix how we reserve space for deleting inodes
Josef Bacik
2011-10-19
1
-11
/
+38
|
*
|
Btrfs: kill the durable block rsv stuff
Josef Bacik
2011-10-19
1
-4
/
+0
|
*
|
Btrfs: kill the orphan space calculation for snapshots
Josef Bacik
2011-10-19
1
-83
/
+0
|
*
|
Btrfs: calculate checksum space correctly
Josef Bacik
2011-10-19
1
-0
/
+3
|
*
|
Btrfs: kill reserved_bytes in inode
Josef Bacik
2011-10-19
1
-1
/
+0
|
|
/
*
|
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
1
-2
/
+2
|
/
*
Btrfs: only clear the need lookup flag after the dentry is setup
Josef Bacik
2011-09-18
1
-2
/
+11
*
Merge branch 'btrfs-3.0' into for-linus
Chris Mason
2011-09-18
1
-2
/
+3
|
\
|
*
btrfs: fix d_off in the first dirent
Hidetoshi Seto
2011-09-18
1
-2
/
+3
*
|
Merge branch 'for-linus' of git://github.com/chrismason/linux
Linus Torvalds
2011-09-12
1
-11
/
+11
|
\
\
|
|
/
|
*
Btrfs: fix wrong nbytes information of the inode
Miao Xie
2011-09-11
1
-2
/
+2
|
*
Btrfs: fix unclosed transaction handle in btrfs_cont_expand
Miao Xie
2011-09-11
1
-2
/
+6
|
*
btrfs: fix warning in iput for bad-inode
Sergei Trofimovich
2011-09-11
1
-7
/
+3
*
|
btrfs: btrfs_permission's RO check shouldn't apply to device nodes
Jeff Mahoney
2011-08-18
1
-4
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-08-02
1
-45
/
+53
|
\
\
|
|
/
|
*
btrfs: Make extent-io callbacks that never fail return void
Jeff Mahoney
2011-08-01
1
-15
/
+11
|
*
Btrfs: fix readahead in file defrag
Li Zefan
2011-08-01
1
-13
/
+0
|
*
Btrfs: return error to caller when btrfs_unlink() failes
Tsutomu Itoh
2011-08-01
1
-3
/
+7
|
*
Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...
Chris Mason
2011-08-01
1
-14
/
+35
|
|
\
|
|
*
btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inode
Mark Fasheh
2011-07-14
1
-5
/
+17
|
|
*
btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_items
Mark Fasheh
2011-07-14
1
-4
/
+5
|
|
*
btrfs: don't BUG_ON btrfs_alloc_path() errors
Mark Fasheh
2011-07-14
1
-5
/
+13
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-08-01
1
-2
/
+45
|
\
\
\
|
*
|
|
Btrfs: load the key from the dir item in readdir into a fake dentry
Josef Bacik
2011-08-01
1
-2
/
+45
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-07-27
1
-56
/
+34
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Merge branch 'integration' into for-linus
Chris Mason
2011-07-27
1
-56
/
+34
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Btrfs: use the commit_root for reading free_space_inode crcs
Chris Mason
2011-07-27
1
-19
/
+10
|
|
*
Btrfs: stop using highmem for extent_buffers
Chris Mason
2011-07-27
1
-24
/
+0
|
|
*
Btrfs: fix enospc problems with delalloc
Josef Bacik
2011-07-27
1
-12
/
+23
|
|
*
Btrfs: use find_or_create_page instead of grab_cache_page
Josef Bacik
2011-07-27
1
-1
/
+1
*
|
|
btrfs: S_ISREG(mode) is not mode & S_IFREG...
Al Viro
2011-07-26
1
-2
/
+2
*
|
|
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-25
1
-5
/
+5
*
|
|
get rid of useless dget_parent() in btrfs rename() and link()
Al Viro
2011-07-20
1
-4
/
+2
*
|
|
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
Al Viro
2011-07-20
1
-7
/
+1
*
|
|
btrfs: kill magical embedded struct superblock
Al Viro
2011-07-20
1
-1
/
+1
*
|
|
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
1
-1
/
+1
*
|
|
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
2011-07-20
1
-1
/
+1
*
|
|
kill check_acl callback of generic_permission()
Al Viro
2011-07-20
1
-1
/
+6
|
/
/
[prev]
[next]