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
...
|
*
|
xfs: fold xfs_change_file_space into xfs_ioc_space
Christoph Hellwig
2013-10-21
4
-191
/
+126
|
*
|
xfs: simplify the fallocate path
Christoph Hellwig
2013-10-21
3
-63
/
+56
|
*
|
xfs: always hold the iolock when calling xfs_change_file_space
Christoph Hellwig
2013-10-21
4
-49
/
+27
|
*
|
xfs: remove the unused XFS_ATTR_NONBLOCK flag
Christoph Hellwig
2013-10-21
2
-4
/
+0
|
*
|
xfs: always take the iolock around xfs_setattr_size
Christoph Hellwig
2013-10-21
4
-22
/
+24
|
*
|
xfs: don't break from growfs ag update loop on error
Eric Sandeen
2013-10-17
1
-9
/
+13
|
*
|
xfs: don't emit corruption noise on fs probes
Eric Sandeen
2013-10-17
1
-2
/
+3
|
*
|
xfs: remove newlines from strings passed to __xfs_printk
Eric Sandeen
2013-10-17
10
-20
/
+20
|
*
|
xfs: prevent deadlock trying to cover an active log
Dave Chinner
2013-10-17
3
-25
/
+47
|
*
|
xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
Brian Foster
2013-10-08
3
-26
/
+12
|
*
|
xfs: push down inactive transaction mgmt for ifree
Brian Foster
2013-10-08
1
-50
/
+71
|
*
|
xfs: push down inactive transaction mgmt for truncate
Brian Foster
2013-10-08
1
-49
/
+68
|
*
|
xfs: push down inactive transaction mgmt for remote symlinks
Brian Foster
2013-10-08
3
-54
/
+49
|
*
|
xfs: add the inode directory type support to XFS_IOC_FSGEOM
Mark Tinguely
2013-10-08
2
-3
/
+5
|
*
|
xfs: remove usage of is_bad_inode
Ben Myers
2013-10-01
3
-17
/
+1
|
*
|
xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()
Jie Liu
2013-10-01
1
-7
/
+2
|
*
|
xfs: get rid of count from xfs_iomap_write_allocate()
Jie Liu
2013-10-01
3
-6
/
+5
|
*
|
xfs: Use kmem_free() instead of free()
Thierry Reding
2013-10-01
1
-1
/
+1
|
*
|
xfs: fix memory leak in xlog_recover_add_to_trans
tinguely@sgi.com
2013-09-30
1
-0
/
+1
|
*
|
xfs: dirent dtype presence is dependent on directory magic numbers
Dave Chinner
2013-09-30
4
-39
/
+28
|
*
|
xfs: lockdep needs to know about 3 dquot-deep nesting
Dave Chinner
2013-09-30
1
-3
/
+16
*
|
|
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
2
-3
/
+3
|
\
\
\
|
*
|
|
seqcount: Add lockdep functionality to seqcount/seqlock structures
John Stultz
2013-11-06
2
-3
/
+3
|
*
|
|
Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...
Ingo Molnar
2013-11-06
2
-0
/
+3
|
|
\
\
\
*
|
\
\
\
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-11-14
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
jffs2: do not support the MLC nand
Huang Shijie
2013-10-27
1
-0
/
+4
*
|
|
|
|
|
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-11-14
3
-2
/
+49
|
\
\
\
\
\
\
|
*
|
|
|
|
|
block: Consolidate duplicated bio_trim() implementations
Kent Overstreet
2013-11-08
1
-0
/
+46
|
*
|
|
|
|
|
block: Replace __get_cpu_var uses
Christoph Lameter
2013-11-08
1
-1
/
+1
|
*
|
|
|
|
|
bdi: test bdi_init failure
Mikulas Patocka
2013-11-08
1
-1
/
+2
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
Al Viro
2013-11-13
1
-3
/
+6
*
|
|
|
|
|
fix unpaired rcu lock in prepend_path()
Li Zhong
2013-11-13
1
-0
/
+4
*
|
|
|
|
|
locks: missing unlock on error in generic_add_lease()
Dan Carpenter
2013-11-13
1
-0
/
+1
*
|
|
|
|
|
aio: checking for NULL instead of IS_ERR
Dan Carpenter
2013-11-13
1
-2
/
+2
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
37
-206
/
+601
|
\
\
\
\
\
\
|
*
|
|
|
|
|
devpts: plug the memory leak in kill_sb
Ilija Hadzic
2013-11-13
1
-0
/
+1
|
*
|
|
|
|
|
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2013-11-13
1
-0
/
+6
|
*
|
|
|
|
|
kcore: add Kconfig help text
Randy Dunlap
2013-11-13
1
-0
/
+4
|
*
|
|
|
|
|
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
HATAYAMA Daisuke
2013-11-13
1
-6
/
+10
|
*
|
|
|
|
|
hfsplus: implement attributes file creation functionality
Vyacheslav Dubeyko
2013-11-13
3
-2
/
+151
|
*
|
|
|
|
|
hfsplus: implement attributes file's header node initialization code
Vyacheslav Dubeyko
2013-11-13
2
-0
/
+68
|
*
|
|
|
|
|
hfsplus: add metadata file's clump size calculation functionality
Vyacheslav Dubeyko
2013-11-13
2
-0
/
+113
|
*
|
|
|
|
|
fs/hfs/btree.h: remove duplicate defines
Michael Opdenacker
2013-11-13
2
-9
/
+4
|
*
|
|
|
|
|
epoll: do not take global 'epmutex' for simple topologies
Jason Baron
2013-11-13
1
-26
/
+69
|
*
|
|
|
|
|
epoll: optimize EPOLL_CTL_DEL using rcu
Jason Baron
2013-11-13
1
-24
/
+32
|
*
|
|
|
|
|
debugfs: use list_next_entry() in debugfs_remove_recursive()
Oleg Nesterov
2013-11-13
1
-2
/
+1
|
*
|
|
|
|
|
cramfs: mark as obsolete
Michael Opdenacker
2013-11-13
1
-1
/
+4
|
*
|
|
|
|
|
mm: factor commit limit calculation
Jerome Marchand
2013-11-13
1
-4
/
+1
|
*
|
|
|
|
|
writeback: do not sync data dirtied after sync start
Jan Kara
2013-11-13
3
-18
/
+32
|
*
|
|
|
|
|
/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line
Naoya Horiguchi
2013-11-13
1
-0
/
+3
[prev]
[next]