index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
7
-37
/
+115
2014-11-21
Btrfs: ensure ordered extent errors aren't missed on fsync
Filipe Manana
3
-0
/
+37
2014-11-21
Btrfs: collect only the necessary ordered extents on ranged fsync
Filipe Manana
3
-5
/
+17
2014-11-21
Btrfs: don't ignore log btree writeback errors
Filipe Manana
1
-6
/
+15
2014-11-21
Btrfs: do not move em to modified list when unpinning
Josef Bacik
1
-2
/
+0
2014-11-21
Btrfs: make sure logged extents complete in the current transaction V3
Josef Bacik
6
-6
/
+72
2014-11-21
Btrfs: make sure we wait on logged extents when fsycning two subvols
Josef Bacik
1
-1
/
+1
2014-11-21
btrfs: fix wrong accounting of raid1 data profile in statfs
David Sterba
1
-1
/
+1
2014-11-21
btrfs: fix dead lock while running replace and defrag concurrently
Gui Hecheng
1
-30
/
+60
2014-11-21
Btrfs: make xattr replace operations atomic
Filipe Manana
4
-65
/
+102
2014-11-21
Btrfs: avoid premature -ENOMEM in clear_extent_bit()
Filipe Manana
1
-2
/
+7
2014-11-21
Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2
Josef Bacik
1
-25
/
+47
2014-11-21
Btrfs: move read only block groups onto their own list V2
Josef Bacik
2
-23
/
+17
2014-11-21
btrfs: fix typos in btrfs_check_super_valid
David Sterba
1
-4
/
+4
2014-11-21
Btrfs: check-int: don't complain about balanced blocks
Stefan Behrens
1
-38
/
+42
2014-11-21
Btrfs: check_int: use the known block location
Stefan Behrens
1
-55
/
+11
2014-11-21
Btrfs: avoid returning -ENOMEM in convert_extent_bit() too early
Filipe Manana
1
-1
/
+10
2014-11-21
Btrfs: make find_first_extent_bit be able to cache any state
Filipe Manana
2
-4
/
+15
2014-11-21
Btrfs: deal with convert_extent_bit errors to avoid fs corruption
Filipe Manana
2
-18
/
+76
2014-11-21
Btrfs: return failure if btrfs_dev_replace_finishing() failed
Eryu Guan
1
-3
/
+9
2014-11-21
Btrfs: fix allocationg memory failure for btrfsic_state structure
Shilong Wang
1
-5
/
+11
2014-11-21
Btrfs: report error after failure inlining extent in compressed write path
Filipe Manana
1
-0
/
+4
2014-11-21
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
4
-39
/
+34
2014-11-21
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
2
-4
/
+24
2014-11-21
Btrfs: make inode.c:compress_file_range() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: fix incorrect compression ratio detection
Shilong Wang
1
-8
/
+8
2014-11-21
Btrfs: don't ignore compressed bio write errors
Filipe Manana
1
-6
/
+12
2014-11-21
Btrfs: make inode.c:submit_compressed_extents() return void
Filipe Manana
1
-5
/
+2
2014-11-21
Btrfs: process all async extents on compressed write failure
Filipe Manana
1
-5
/
+1
2014-11-21
Btrfs: don't leak pages and memory on compressed write error
Filipe Manana
1
-9
/
+19
2014-11-21
Btrfs: fix hang on compressed write error
Filipe Manana
1
-0
/
+14
2014-11-21
Btrfs: set page and mapping error on compressed write failure
Filipe Manana
3
-1
/
+8
2014-11-16
Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-64
/
+83
2014-11-14
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
5
-25
/
+67
2014-11-14
fanotify: fix notification of groups with inode & mount marks
Jan Kara
5
-25
/
+67
2014-11-13
ceph: fix flush tid comparision
Yan, Zheng
1
-1
/
+1
2014-11-13
NFS: Don't try to reclaim delegation open state if recovery failed
Trond Myklebust
1
-0
/
+2
2014-11-13
NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked
Trond Myklebust
2
-11
/
+0
2014-11-13
NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return
Trond Myklebust
3
-3
/
+23
2014-11-13
NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATE
Trond Myklebust
1
-25
/
+17
2014-11-13
NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
Trond Myklebust
1
-1
/
+23
2014-11-12
NFS: SEEK is an NFS v4.2 feature
Anna Schumaker
1
-3
/
+3
2014-11-12
nfs: Fix use of uninitialized variable in nfs_getattr()
Jan Kara
1
-1
/
+1
2014-11-12
nfs: Remove bogus assignment
Jan Kara
1
-1
/
+1
2014-11-12
nfs: remove spurious WARN_ON_ONCE in write path
Weston Andros Adamson
1
-2
/
+0
2014-11-12
pnfs/blocklayout: serialize GETDEVICEINFO calls
Christoph Hellwig
2
-5
/
+10
2014-11-12
nfs: fix pnfs direct write memory leak
Peng Tao
1
-0
/
+1
2014-11-12
btrfs: move commit out of sysfs when changing label
David Sterba
1
-13
/
+8
2014-11-12
btrfs: move commit out of sysfs when changing features
David Sterba
1
-8
/
+5
2014-11-12
btrfs: introduce pending action: commit
David Sterba
2
-0
/
+6
[next]