index
:
blackbird-op-linux
master
Blackbird™ 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 possible empty list access when flushing the delalloc inodes
Miao Xie
2014-03-10
1
-0
/
+4
*
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
2014-03-10
1
-15
/
+19
*
Btrfs: just do dirty page flush for the inode with compression before direct IO
Miao Xie
2014-03-10
1
-7
/
+7
*
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
2014-03-10
1
-9
/
+9
*
btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-4
/
+4
*
btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-11
/
+9
*
btrfs: Replace fs_info->flush_workers with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-4
/
+4
*
btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue
Qu Wenruo
2014-03-10
1
-10
/
+8
*
Btrfs: fix preallocate vs double nocow write
Miao Xie
2014-03-10
1
-1
/
+15
*
Btrfs: avoid warning bomb of btrfs_invalidate_inodes
Liu Bo
2014-03-10
1
-1
/
+2
*
Btrfs: skip readonly root for snapshot-aware defragment
Wang Shilong
2014-03-10
1
-0
/
+5
*
Btrfs: unlock extent and pages on error in cow_file_range
Josef Bacik
2014-03-10
1
-1
/
+2
*
Btrfs: balance delayed inode updates
Josef Bacik
2014-03-10
1
-0
/
+4
*
Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
Josef Bacik
2014-02-14
1
-1
/
+1
*
Btrfs: disable snapshot aware defrag for now
Josef Bacik
2014-02-03
1
-1
/
+1
*
Btrfs: setup inode location during btrfs_init_inode_locked
Chris Mason
2014-01-29
1
-9
/
+9
*
Btrfs: don't use ram_bytes for uncompressed inline items
Chris Mason
2014-01-29
1
-4
/
+11
*
btrfs: fix warning while merging two adjacent extents
Gui Hecheng
2014-01-29
1
-1
/
+1
*
Btrfs: fix transaction abortion when remounting btrfs from RW to RO
Wang Shilong
2014-01-28
1
-2
/
+2
*
Btrfs: add support for inode properties
Filipe David Borba Manana
2014-01-28
1
-6
/
+36
*
Btrfs: faster file extent item replace operations
Filipe David Borba Manana
2014-01-28
1
-32
/
+55
*
Btrfs: fix the wrong nocow range check
Miao Xie
2014-01-28
1
-2
/
+5
*
Btrfs: reduce btree node locking duration on item update
Filipe David Borba Manana
2014-01-28
1
-1
/
+0
*
Btrfs: introduce the delayed inode ref deletion for the single link inode
Miao Xie
2014-01-28
1
-2
/
+53
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-2
/
+2
*
Btrfs: fix a warning when iput a file
Wang Shilong
2014-01-28
1
-0
/
+2
*
Btrfs: remove dead comments for read_csums()
Wang Shilong
2014-01-28
1
-6
/
+0
*
Btrfs: fix error check of btrfs_lookup_dentry()
Tsutomu Itoh
2014-01-28
1
-4
/
+11
*
Btrfs: fix very slow inode eviction and fs unmount
Filipe David Borba Manana
2014-01-28
1
-14
/
+84
*
btrfs: expand btrfs_find_item() to include find_root_ref functionality
Kelley Nielsen
2014-01-28
1
-3
/
+3
*
btrfs: remove unused variable from btrfs_new_inode
Valentina Giusti
2014-01-28
1
-6
/
+0
*
Btrfs: incompatible format change to remove hole extents
Josef Bacik
2014-01-28
1
-30
/
+48
*
btrfs: Use trace condition for get_extent tracepoint
Steven Rostedt
2013-11-20
1
-2
/
+1
*
Btrfs: don't BUG_ON() if we get an error walking backrefs
Josef Bacik
2013-11-20
1
-1
/
+2
*
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
2013-11-11
1
-2
/
+1
*
btrfs: Fix checkpatch.pl warning of spacing issues
Dulshani Gunawardhana
2013-11-11
1
-3
/
+3
*
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
2013-11-11
1
-7
/
+3
*
Btrfs: do not run snapshot-aware defragment on error
Liu Bo
2013-11-11
1
-19
/
+28
*
Btrfs: make sure the delalloc workers actually flush compressed writes
Josef Bacik
2013-11-11
1
-6
/
+12
*
Btrfs: don't abort transaction in run_delalloc_nocow
Josef Bacik
2013-11-11
1
-15
/
+5
*
Btrfs: do not bug_on if we try to cow a free space cache inode
Josef Bacik
2013-11-11
1
-1
/
+4
*
Btrfs: return an error from btrfs_wait_ordered_range
Josef Bacik
2013-11-11
1
-2
/
+7
*
btrfs: remove fs/btrfs/compat.h
Zach Brown
2013-11-11
1
-3
/
+2
*
Btrfs: handle a missing extent for the first file extent
Josef Bacik
2013-11-11
1
-2
/
+9
*
Btrfs: add tests for btrfs_get_extent
Josef Bacik
2013-11-11
1
-0
/
+8
*
Btrfs: free reserved space on error in a few places
Josef Bacik
2013-11-11
1
-0
/
+2
*
Btrfs: improve inode hash function/inode lookup
Filipe David Borba Manana
2013-11-11
1
-2
/
+4
*
Btrfs: improve jitter performance of the sequential buffered write
Miao Xie
2013-11-11
1
-3
/
+4
*
Btrfs: do not release metadata for space cache inodes
Josef Bacik
2013-11-11
1
-1
/
+7
*
Btrfs: fix tracking of orphan inode count
Filipe David Borba Manana
2013-11-11
1
-5
/
+8
[next]