index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2015-04-24
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-32
/
+33
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-1
/
+1
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-2
/
+2
2015-04-13
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
1
-9
/
+1
2015-04-11
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
1
-1
/
+1
2015-04-11
switch generic_write_checks() to iocb and iter
Al Viro
1
-15
/
+9
2015-04-11
generic_write_checks(): drop isblk argument
Al Viro
1
-1
/
+1
2015-04-11
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-11
Merge branch 'iocb' into for-next
Al Viro
1
-1
/
+1
2015-03-26
Btrfs: fix metadata inconsistencies after directory fsync
Filipe Manana
1
-0
/
+2
2015-03-26
Btrfs: add missing inode item update in fallocate()
Filipe Manana
1
-9
/
+20
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
Chris Mason
1
-4
/
+4
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
Chris Mason
1
-8
/
+4
2015-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-31
/
+56
2015-03-05
Btrfs: fix data loss in the fast fsync path
Filipe Manana
1
-28
/
+28
2015-03-03
btrfs: remove shadowing variables in __btrfs_buffered_write
David Sterba
1
-2
/
+2
2015-03-03
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
David Sterba
1
-1
/
+1
2015-03-03
btrfs: use cond_resched_lock where possible
David Sterba
1
-5
/
+1
2015-03-02
Btrfs: add missing inode update when punching hole
Filipe Manana
1
-3
/
+28
2015-02-16
Btrfs: ctree: reduce args where only fs_info used
Daniel Dressler
1
-4
/
+4
2015-02-12
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-02-10
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
1
-1
/
+0
2015-01-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+1
2014-11-25
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
1
-5
/
+5
2014-11-20
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
1
-9
/
+30
2014-11-20
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
1
-1
/
+11
2014-10-02
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
1
-2
/
+2
2014-09-19
Btrfs: fix data corruption after fast fsync and writeback error
Filipe Manana
1
-0
/
+19
2014-09-19
Btrfs: fix fsync race leading to invalid data after log replay
Filipe Manana
1
-15
/
+63
2014-09-17
Btrfs: fix up bounds checking in lseek
Liu Bo
1
-10
/
+15
2014-09-17
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
1
-11
/
+8
2014-09-17
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-1
/
+1
2014-09-17
btrfs: kill the key type accessor helpers
David Sterba
1
-2
/
+2
2014-09-08
Btrfs: fix fsync data loss after a ranged fsync
Filipe Manana
1
-1
/
+1
2014-08-21
Btrfs: fix filemap_flush call in btrfs_file_release
Chris Mason
1
-1
/
+9
2014-08-21
btrfs: Use right extent length when inserting overlap extent map.
Qu Wenruo
1
-2
/
+2
2014-08-19
Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.
chandan
1
-2
/
+1
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-25
/
+1
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-33
/
+18
2014-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-23
/
+129
2014-06-09
Btrfs: fix transaction leak during fsync call
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
1
-14
/
+98
2014-06-09
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
1
-3
/
+1
2014-06-09
Btrfs: rework qgroup accounting
Josef Bacik
1
-2
/
+3
2014-06-09
Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root
Miao Xie
1
-1
/
+3
2014-06-09
Btrfs: fix leaf corruption caused by ENOSPC while hole punching
Filipe Manana
1
-1
/
+19
2014-06-09
Btrfs: read inode size after acquiring the mutex when punching a hole
Filipe Manana
1
-1
/
+2
2014-06-04
mm: non-atomically mark page accessed during page cache allocation where possible
Mel Gorman
1
-2
/
+3
[next]