index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
Btrfs: fix up read_tree_block to return proper error
Liu Bo
5
-29
/
+54
2015-06-03
Btrfs: add missing free_extent_buffer
Liu Bo
1
-0
/
+1
2015-06-03
Btrfs: remove csum_bytes_left
Liu Bo
3
-16
/
+0
2015-06-03
Btrfs: fix -ENOSPC on block group removal
Filipe Manana
3
-8
/
+30
2015-06-03
Btrfs: fix -ENOSPC when finishing block group creation
Filipe Manana
4
-2
/
+50
2015-06-03
Btrfs: set UNWRITTEN for prealloc'ed extents in fiemap
Josef Bacik
1
-0
/
+2
2015-06-03
Btrfs: show subvol= and subvolid= in /proc/mounts
Omar Sandoval
2
-0
/
+5
2015-06-03
Btrfs: unify subvol= and subvolid= mounting
Omar Sandoval
1
-67
/
+171
2015-06-03
Btrfs: fail on mismatched subvol and subvolid mount options
Omar Sandoval
1
-8
/
+25
2015-06-03
Btrfs: clean up error handling in mount_subvol()
Omar Sandoval
1
-28
/
+33
2015-06-03
Btrfs: remove all subvol options before mounting top-level
Omar Sandoval
1
-36
/
+20
2015-06-03
Btrfs: lock superblock before remounting for rw subvol
Omar Sandoval
1
-0
/
+2
2015-06-03
Btrfs: wake up extent state waiters on unlock through clear_extent_bits
Filipe Manana
1
-1
/
+6
2015-06-03
Btrfs: fix chunk allocation regression leading to transaction abort
Filipe Manana
1
-3
/
+19
2015-06-02
btrfs: use after free when closing devices
Sasha Levin
1
-2
/
+2
2015-06-02
btrfs: make root id query unprivileged
David Sterba
1
-4
/
+16
2015-06-02
Btrfs: fix block group ->space_info null pointer dereference
Filipe Manana
1
-2
/
+23
2015-06-02
Btrfs: check error before reporting missing device and add uuid
Anand Jain
1
-1
/
+2
2015-06-02
btrfs: Fix superblock csum type check.
Qu Wenruo
1
-1
/
+1
2015-06-02
Btrfs: incremental send, fix clone operations for compressed extents
Filipe Manana
1
-1
/
+17
2015-06-02
btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()
Christian Engelmayer
1
-4
/
+4
2015-06-02
Btrfs: fix mutex unlock without prior lock on space cache truncation
Filipe Manana
1
-8
/
+6
2015-06-02
Btrfs: log when missing device is created
Anand Jain
1
-0
/
+2
2015-06-02
btrfs: fix warnings after changes in btrfs_abort_transaction
David Sterba
2
-4
/
+4
2015-06-02
btrfs: add 'cold' compiler annotations to all error handling functions
David Sterba
2
-0
/
+7
2015-06-02
btrfs: report exact callsite where transaction abort occurs
David Sterba
2
-11
/
+9
2015-06-02
btrfs: let tree defrag work in SSD mode
David Sterba
1
-3
/
+0
2015-06-02
Btrfs: check pending chunks when shrinking fs to avoid corruption
Filipe Manana
1
-9
/
+40
2015-06-02
Btrfs: don't invalidate root dentry when subvolume deletion fails
Omar Sandoval
1
-3
/
+1
2015-05-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2015-05-29
Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-79
/
+112
2015-05-28
d_walk() might skip too much
Al Viro
1
-4
/
+4
2015-05-28
omfs: fix potential integer overflow in allocator
Bob Copeland
1
-1
/
+1
2015-05-28
omfs: fix sign confusion for bitmap loop counter
Bob Copeland
1
-1
/
+2
2015-05-28
omfs: set error return when d_make_root() fails
Bob Copeland
1
-1
/
+3
2015-05-28
fs, omfs: add NULL terminator in the end up the token list
Sasha Levin
1
-1
/
+2
2015-05-28
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
Andrew Morton
1
-1
/
+1
2015-05-29
xfs: fix broken i_nlink accounting for whiteout tmpfile inode
Brian Foster
1
-2
/
+8
2015-05-29
xfs: xfs_iozero can return positive errno
Dave Chinner
1
-1
/
+1
2015-05-29
xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
Dave Chinner
4
-47
/
+58
2015-05-29
xfs: extent size hints can round up extents past MAXEXTLEN
Dave Chinner
1
-12
/
+19
2015-05-29
xfs: inode and free block counters need to use __percpu_counter_compare
Dave Chinner
1
-14
/
+20
2015-05-29
xfs: use percpu_counter_read_positive for mp->m_icount
George Wang
1
-3
/
+6
2015-05-27
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+194
2015-05-27
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-10
/
+36
2015-05-23
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+38
2015-05-20
CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE
Federico Sauter
1
-1
/
+2
2015-05-20
Fix to convert SURROGATE PAIR
Nakajima Akira
1
-46
/
+136
2015-05-20
cifs: potential missing check for posix_lock_file_wait
Chengyu Song
1
-2
/
+2
2015-05-20
Fix to check Unique id and FileType when client refer file directly.
Nakajima Akira
1
-0
/
+25
[next]