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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
introduce cloning of fs_context
Al Viro
1
-0
/
+67
2019-02-28
convenience helpers: vfs_get_super() and sget_fc()
Al Viro
1
-0
/
+171
2019-02-28
vfs: Implement a filesystem superblock creation/configuration context
David Howells
3
-17
/
+312
2019-02-28
vfs: Add configuration parser helpers
David Howells
5
-3
/
+459
2019-02-28
locking/percpu-rwsem: Remove preempt_disable variants
Peter Zijlstra
1
-16
/
+16
2019-02-27
btrfs: zstd: ensure reclaim timer is properly cleaned up
Dennis Zhou
1
-2
/
+4
2019-02-27
btrfs: move ulist allocation out of transaction in quota enable
David Sterba
1
-7
/
+6
2019-02-27
btrfs: save drop_progress if we drop refs at all
Josef Bacik
1
-5
/
+19
2019-02-27
btrfs: check for refs on snapshot delete resume
Josef Bacik
3
-3
/
+55
2019-02-27
Btrfs: fix deadlock between clone/dedupe and rename
Filipe Manana
1
-18
/
+3
2019-02-27
Btrfs: fix corruption reading shared and compressed extents after hole punching
Filipe Manana
1
-2
/
+2
2019-02-25
afs: Fix manually set volume location server list
David Howells
1
-0
/
+1
2019-02-25
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
1
-1
/
+1
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
2
-2
/
+2
2019-02-25
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
1
-5
/
+7
2019-02-25
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
1
-2
/
+0
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
3
-9
/
+10
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Trond Myklebust
12
-695
/
+406
2019-02-25
btrfs: Remove unnecessary casts in btrfs_read_root_item
YueHaibing
1
-2
/
+2
2019-02-25
Btrfs: remove assertion when searching for a key in a node/leaf
Filipe Manana
1
-21
/
+0
2019-02-25
Btrfs: add missing error handling after doing leaf/node binary search
Filipe Manana
3
-0
/
+18
2019-02-25
btrfs: drop the lock on error in btrfs_dev_replace_cancel
Dan Carpenter
1
-0
/
+1
2019-02-25
btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
Johannes Thumshirn
1
-2
/
+2
2019-02-25
btrfs: init csum_list before possible free
Dan Robertson
1
-1
/
+1
2019-02-25
Btrfs: remove no longer needed range length checks for deduplication
Filipe Manana
1
-17
/
+2
2019-02-25
Btrfs: fix fsync after succession of renames and unlink/rmdir
Filipe Manana
1
-12
/
+37
2019-02-25
Btrfs: fix fsync after succession of renames of different files
Filipe Manana
1
-44
/
+197
2019-02-25
btrfs: honor path->skip_locking in backref code
Josef Bacik
1
-7
/
+13
2019-02-25
btrfs: qgroup: Make qgroup async transaction commit more aggressive
Qu Wenruo
1
-14
/
+14
2019-02-25
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_record
Qu Wenruo
5
-38
/
+30
2019-02-25
btrfs: scrub: remove unused nocow worker pointer
David Sterba
1
-1
/
+0
2019-02-25
btrfs: scrub: add assertions for worker pointers
David Sterba
2
-0
/
+11
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
3
-5
/
+8
2019-02-25
btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get
Anand Jain
1
-0
/
+2
2019-02-25
btrfs: scrub: fix circular locking dependency warning
Anand Jain
1
-11
/
+11
2019-02-25
btrfs: fix comment its device list mutex not volume lock
Anand Jain
1
-1
/
+0
2019-02-25
btrfs: extent_io: Kill the forward declaration of flush_write_bio
Qu Wenruo
1
-34
/
+32
2019-02-25
btrfs: Fix grossly misleading argument names in extent io search
Nikolay Borisov
1
-8
/
+8
2019-02-25
btrfs: Remove EXTENT_FIRST_DELALLOC bit
Nikolay Borisov
2
-10
/
+7
2019-02-25
btrfs: use WARN_ON in a canonical form btrfs_remove_block_group
Nikolay Borisov
1
-6
/
+3
2019-02-25
btrfs: reserve extra space during evict
Josef Bacik
1
-2
/
+23
2019-02-25
btrfs: be more explicit about allowed flush states
Josef Bacik
1
-11
/
+11
2019-02-25
btrfs: loop in inode_rsv_refill
Josef Bacik
1
-16
/
+47
2019-02-25
btrfs: don't enospc all tickets on flush failure
Josef Bacik
1
-20
/
+25
2019-02-25
btrfs: don't use global reserve for chunk allocation
Josef Bacik
2
-11
/
+18
2019-02-25
btrfs: dump block_rsv details when dumping space info
Josef Bacik
1
-0
/
+15
2019-02-25
btrfs: check if there are free block groups for commit
Josef Bacik
1
-12
/
+19
2019-02-25
btrfs: add zstd compression level support
Dennis Zhou
2
-9
/
+245
2019-02-25
btrfs: make zstd memory requirements monotonic
Dennis Zhou
1
-5
/
+33
2019-02-25
btrfs: zstd use the passed through level instead of default
Dennis Zhou
1
-6
/
+13
[prev]
[next]