index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
hpfs: don't truncate the file when delete fails
Mikulas Patocka
2016-03-03
1
-28
/
+3
*
do_last(): ELOOP failure exit should be done after leaving RCU mode
Al Viro
2016-03-03
1
-5
/
+4
*
should_follow_link(): validate ->d_seq after having decided to follow
Al Viro
2016-03-03
1
-0
/
+5
*
do_last(): don't let a bogus return value from ->open() et.al. to confuse us
Al Viro
2016-03-03
1
-0
/
+4
*
NFSv4: Fix a dentry leak on alias use
Benjamin Coddington
2016-03-03
1
-2
/
+2
*
block: fix use-after-free in dio_bio_complete
Mike Krinkin
2016-03-03
1
-1
/
+1
*
writeback: keep superblock pinned during cgroup writeback association switches
Tejun Heo
2016-03-03
1
-4
/
+11
*
namei: ->d_inode of a pinned dentry is stable only for positives
Al Viro
2016-03-03
1
-2
/
+2
*
locks: fix unlock when fcntl_setlk races with a close
Jeff Layton
2016-03-03
1
-21
/
+30
*
uml: fix hostfs mknod()
Vegard Nossum
2016-03-03
1
-3
/
+1
*
btrfs: initialize the seq counter in struct btrfs_device
Sebastian Andrzej Siewior
2016-03-03
1
-0
/
+1
*
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...
Chandan Rajendra
2016-03-03
4
-8
/
+33
*
Btrfs: fix transaction handle leak on failure to create hard link
Filipe Manana
2016-03-03
1
-2
/
+4
*
Btrfs: fix number of transaction units required to create symlink
Filipe Manana
2016-03-03
1
-1
/
+3
*
Btrfs: send, don't BUG_ON() when an empty symlink is found
Filipe Manana
2016-03-03
1
-1
/
+15
*
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
2016-03-03
1
-0
/
+24
*
Btrfs: igrab inode in writepage
Josef Bacik
2016-03-03
1
-2
/
+15
*
Btrfs: add missing brelse when superblock checksum fails
Anand Jain
2016-03-03
1
-0
/
+1
*
ocfs2: unlock inode if deleting inode from orphan fails
Guozhonghua
2016-03-03
1
-0
/
+1
*
efi: Make efivarfs entries immutable by default
Peter Jones
2016-03-03
4
-14
/
+98
*
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
2016-03-03
1
-4
/
+3
*
ext4: fix bh->b_state corruption
Jan Kara
2016-03-03
1
-2
/
+30
*
timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
2016-02-25
1
-1
/
+1
*
xfs: log mount failures don't wait for buffers to be released
Dave Chinner
2016-02-25
1
-0
/
+10
*
Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"
Dave Chinner
2016-02-25
1
-1
/
+0
*
xfs: inode recovery readahead can race with inode buffer creation
Dave Chinner
2016-02-25
2
-5
/
+14
*
libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
Darrick J. Wong
2016-02-25
1
-1
/
+1
*
ovl: setattr: check permissions before copy-up
Miklos Szeredi
2016-02-25
2
-0
/
+15
*
ovl: root: copy attr
Miklos Szeredi
2016-02-25
1
-0
/
+3
*
ovl: check dentry positiveness in ovl_cleanup_whiteouts()
Konstantin Khlebnikov
2016-02-25
1
-1
/
+2
*
ovl: use a minimal buffer in ovl_copy_xattr
Vito Caputo
2016-02-25
1
-14
/
+25
*
ovl: allow zero size xattr
Miklos Szeredi
2016-02-25
1
-1
/
+1
*
numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390
Michael Holzheu
2016-02-25
1
-3
/
+4
*
fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
Mike Kravetz
2016-02-25
1
-8
/
+11
*
udf: Check output buffer length when converting name to CS0
Andrew Gabbasov
2016-02-25
1
-2
/
+13
*
udf: Prevent buffer overrun with multi-byte characters
Andrew Gabbasov
2016-02-25
1
-1
/
+5
*
udf: limit the maximum number of indirect extents in a row
Vegard Nossum
2016-02-25
1
-0
/
+15
*
pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn
Trond Myklebust
2016-02-25
1
-4
/
+2
*
nfs: Fix race in __update_open_stateid()
Andrew Elble
2016-02-25
1
-1
/
+1
*
pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()
Trond Myklebust
2016-02-25
1
-1
/
+1
*
NFS: Fix attribute cache revalidation
Trond Myklebust
2016-02-25
1
-15
/
+39
*
cifs: fix erroneous return value
Anton Protopopov
2016-02-25
1
-1
/
+1
*
cifs_dbg() outputs an uninitialized buffer in cifs_readdir()
Vasily Averin
2016-02-25
1
-0
/
+1
*
cifs: fix race between call_async() and reconnect()
Rabin Vincent
2016-02-25
2
-3
/
+5
*
cifs: Ratelimit kernel log messages
Jamie Bainbridge
2016-02-25
2
-6
/
+5
*
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-02-25
3
-13
/
+14
*
Btrfs: fix direct IO requests not reporting IO error to user space
Filipe Manana
2016-02-25
1
-0
/
+2
*
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Filipe Manana
2016-02-25
1
-4
/
+6
*
Btrfs: fix page reading in extent_same ioctl leading to csum errors
Filipe Manana
2016-02-25
1
-8
/
+21
*
Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
Filipe Manana
2016-02-25
1
-14
/
+76
[next]