index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-30
40
-300
/
+408
|
\
|
*
c/r: fcntl: add F_GETOWNER_UIDS option
Cyrill Gorcunov
2012-07-30
1
-0
/
+29
|
*
fs: cachefiles: add support for large files in filesystem caching
Justin Lecher
2012-07-30
1
-1
/
+1
|
*
proc: do not allow negative offsets on /proc/<pid>/environ
Djalal Harouni
2012-07-30
1
-3
/
+6
|
*
proc: environ_read() make sure offset points to environment address range
Djalal Harouni
2012-07-30
1
-6
/
+7
|
*
coredump: fix wrong comments on core limits of pipe coredump case
Jovi Zhang
2012-07-30
1
-7
/
+8
|
*
fat: refactor shortname parsing
Steven J. Magnani
2012-07-30
1
-118
/
+137
|
*
fat: accessors for msdos_dir_entry 'start' fields
Steven J. Magnani
2012-07-30
4
-25
/
+24
|
*
hfsplus: use -ENOMEM when kzalloc() fails
Namjae Jeon
2012-07-30
1
-1
/
+1
|
*
nilfs2: add omitted comments for different structures in driver implementation
Vyacheslav Dubeyko
2012-07-30
11
-10
/
+81
|
*
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
2012-07-30
4
-2
/
+8
|
*
nilfs2: fix timing issue between rmcp and chcp ioctls
Ryusuke Konishi
2012-07-30
1
-3
/
+7
|
*
nilfs2: remove references to long gone super operations
Fernando Luis Vazquez Cao
2012-07-30
1
-3
/
+0
|
*
nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure
Vyacheslav Dubeyko
2012-07-30
1
-0
/
+1
|
*
minixfs: fix block limit check
Vladimir Serbinenko
2012-07-30
1
-1
/
+2
|
*
ext4: use memweight()
Akinobu Mita
2012-07-30
1
-8
/
+1
|
*
ext3: use memweight()
Akinobu Mita
2012-07-30
2
-12
/
+2
|
*
ext2: use memweight()
Akinobu Mita
2012-07-30
2
-12
/
+3
|
*
ocfs2: use memweight()
Akinobu Mita
2012-07-30
1
-6
/
+2
|
*
affs: use memweight()
Akinobu Mita
2012-07-30
1
-26
/
+2
|
*
qnx4fs: use memweight()
Akinobu Mita
2012-07-30
1
-19
/
+5
|
*
btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout
Joe Perches
2012-07-30
4
-8
/
+50
|
*
coredump: warn about unsafe suid_dumpable / core_pattern combo
Kees Cook
2012-07-30
1
-5
/
+5
|
*
fs: make dumpable=2 require fully qualified path
Kees Cook
2012-07-30
1
-3
/
+14
|
*
fs/xattr.c:getxattr(): improve handling of allocation failures
Sasha Levin
2012-07-30
1
-4
/
+12
|
*
ntfs: remove references to long gone super operations and unimplemented methods
Fernando Luis Vazquez Cao
2012-07-30
1
-17
/
+0
*
|
Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2012-07-30
46
-2415
/
+2457
|
\
\
|
|
/
|
/
|
|
*
xfs: wait for the write the superblock on unmount
Mark Tinguely
2012-07-29
2
-0
/
+18
|
*
xfs: re-enable xfsaild idle mode and fix associated races
Brian Foster
2012-07-29
2
-3
/
+33
|
*
xfs: remove iolock lock classes
Christoph Hellwig
2012-07-29
3
-33
/
+2
|
*
xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes
Christoph Hellwig
2012-07-29
1
-14
/
+10
|
*
xfs: do not take the iolock in xfs_inactive
Christoph Hellwig
2012-07-29
2
-18
/
+15
|
*
xfs: remove xfs_inactive_attrs
Christoph Hellwig
2012-07-29
1
-61
/
+36
|
*
xfs: clean up xfs_inactive
Christoph Hellwig
2012-07-29
1
-128
/
+43
|
*
xfs: do not read the AGI buffer in xfs_dialloc until nessecary
Christoph Hellwig
2012-07-29
1
-58
/
+69
|
*
xfs: refactor xfs_ialloc_ag_select
Christoph Hellwig
2012-07-29
1
-51
/
+44
|
*
xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
Christoph Hellwig
2012-07-29
1
-21
/
+26
|
*
xfs: remove the alloc_done argument to xfs_dialloc
Christoph Hellwig
2012-07-29
5
-19
/
+10
|
*
xfs: split xfs_dialloc
Christoph Hellwig
2012-07-29
1
-175
/
+174
|
*
xfs: remove xfs_ialloc_find_free
Christoph Hellwig
2012-07-22
1
-8
/
+1
|
*
Prefix IO_XX flags with XFS_IO_XX to avoid namespace colision.
Alain Renaud
2012-07-22
2
-31
/
+31
|
*
xfs: remove xfs_inotobp
Christoph Hellwig
2012-07-22
2
-54
/
+19
|
*
xfs: merge xfs_itobp into xfs_imap_to_bp
Christoph Hellwig
2012-07-22
5
-91
/
+54
|
*
xfs: handle EOF correctly in xfs_vm_writepage
Christoph Hellwig
2012-07-22
1
-2
/
+17
|
*
xfs: implement ->update_time
Christoph Hellwig
2012-07-22
3
-57
/
+46
|
*
xfs: fix comment typo of struct xfs_da_blkinfo.
Chen Baozi
2012-07-22
1
-1
/
+1
|
*
xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks
Christoph Hellwig
2012-07-13
3
-31
/
+23
|
*
xfs: prevent recursion in xfs_buf_iorequest
Christoph Hellwig
2012-07-13
1
-1
/
+1
|
*
xfs: don't defer metadata allocation to the workqueue
Dave Chinner
2012-07-13
1
-3
/
+12
|
*
xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near
Dave Chinner
2012-07-13
1
-2
/
+2
[next]