index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
Btrfs: Fix compile on kernel without ACLs enabled
Yan
2
-3
/
+8
2008-09-25
Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels
Chris Mason
3
-21
/
+27
2008-09-25
Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout
Chris Mason
5
-10
/
+37
2008-09-25
Btrfs: Disable delalloc accounting for now
Chris Mason
1
-0
/
+2
2008-09-25
Rework btrfs_drop_inode to avoid scheduling
Chris Mason
6
-10
/
+44
2008-09-25
Btrfs: Add drop inode func to avoid data=ordered deadlock
Chris Mason
3
-0
/
+21
2008-09-25
Btrfs: Delete any remaining extent_maps before freeing the inode
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Only delete roots from sysfs when they were added to sysfs
Chris Mason
1
-1
/
+2
2008-09-25
Btrfs: Change magic string to reflect new format
Chris Mason
2
-2
/
+3
2008-09-25
Btrfs: Add readonly inode flag
Yan
2
-7
/
+15
2008-09-25
Btrfs: Implement ACLs setting and getting
Yan
3
-41
/
+51
2008-09-25
Btrfs: Remove verbose WARN_ON
Chris Mason
1
-2
/
+0
2008-09-25
Btrfs: Fix extent_buffer usage when nodesize != leafsize
Chris Mason
3
-15
/
+54
2008-09-25
Btrfs: Add flush barriers on commit
Chris Mason
3
-3
/
+16
2008-09-25
Btrfs: Remove extent_map debugging message
Chris Mason
1
-1
/
+0
2008-09-25
Btrfs: Add inode flags support
Yan
3
-14
/
+24
2008-09-25
Btrfs: online shrinking fixes
Chris Mason
2
-11
/
+36
2008-09-25
Btrfs: Disable btree reada during extent backref lookups.
Chris Mason
1
-0
/
+4
2008-09-25
Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion
Chris Mason
6
-0
/
+26
2008-09-25
Btrfs: Move snapshot creation to commit time
Chris Mason
3
-67
/
+100
2008-09-25
Btrfs: Add data=ordered support
Chris Mason
13
-28
/
+387
2008-09-25
Btrfs: Change tree block csum tagging to avoid false error messages
Chris Mason
1
-10
/
+36
2008-09-25
Btrfs: resizer: don't hold the fs_mutex for long periods of time
Chris Mason
1
-1
/
+21
2008-09-25
Properly call btrfs_search_slot while shrinking
Chris Mason
1
-1
/
+9
2008-09-25
Btrfs: Lower the max inline size to 8k
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Change st_blocksize to 4k
Chris Mason
2
-2
/
+9
2008-09-25
Btrfs: Properly handle overlapping extent in shrink_extent_tree
Yan
1
-84
/
+56
2008-09-25
Btrfs: Add a helper that finds previous extent item
Yan
1
-44
/
+36
2008-09-25
Btrfs: Fix lock ordering of the snapshot semaphore against the page lock
Chris Mason
1
-2
/
+4
2008-09-25
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
Chris Mason
2
-3
/
+3
2008-09-25
Btrfs: Force inlining off in a few places to save stack usage
Chris Mason
3
-49
/
+54
2008-09-25
Btrfs: 32 bit compile fixes for the resizer and enospc checks
Chris Mason
2
-4
/
+10
2008-09-25
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
Chris Mason
5
-43
/
+63
2008-09-25
Btrfs: Explicitly send a root objectid to count_snapshots_in_path
Chris Mason
2
-44
/
+11
2008-09-25
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...
Chris Mason
5
-9
/
+28
2008-09-25
Btrfs: Fix NULL block groups on reading the inode
Chris Mason
2
-2
/
+6
2008-09-25
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
8
-14
/
+629
2008-09-25
Btrfs: Fix an off by one in the extent_map prepare write code
Chris Mason
2
-3
/
+3
2008-09-25
Btrfs: Implement basic support for -ENOSPC
Chris Mason
6
-28
/
+193
2008-09-25
Btrfs: Less aggressive readahead on deletes
Chris Mason
1
-9
/
+11
2008-09-25
Btrfs: Fix nodatacow extent lookup
Chris Mason
1
-1
/
+0
2008-09-25
Btrfs: Fix delayed allocation to avoid missing delalloc extents
Chris Mason
2
-2
/
+8
2008-09-25
kmalloc a few large stack objects in the btrfs_ioctl path
Chris Mason
2
-24
/
+56
2008-09-25
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
9
-20
/
+239
2008-09-25
Btrfs: Add mount option to enforce a max extent size
Chris Mason
4
-11
/
+65
2008-09-25
Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmount
Chris Mason
1
-0
/
+10
2008-09-25
Btrfs: Add mount option to turn off data cow
Chris Mason
5
-25
/
+293
2008-09-25
Btrfs: Add mount -o nodatasum to turn of file data checksumming
Chris Mason
4
-9
/
+34
2008-09-25
Fixes for loopback files in btrfs
Chris Mason
2
-2
/
+14
2008-09-25
Off by one fix for btrfs_drop_extents
Yan
1
-1
/
+2
[next]