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
/
include
/
linux
/
fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: remove prepare_write/commit_write
Nick Piggin
2008-10-30
1
-7
/
+0
*
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...
Linus Torvalds
2008-10-23
1
-1
/
+0
|
\
|
*
proc: move rest of /proc/locks to fs/locks.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
Linus Torvalds
2008-10-23
1
-29
/
+20
|
\
\
|
*
|
[PATCH] kill the rest of struct file propagation in block ioctls
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
[PATCH] get rid of blkdev_driver_ioctl()
Al Viro
2008-10-21
1
-3
/
+0
|
*
|
[PATCH] sanitize blkdev_get() and friends
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
Al Viro
2008-10-21
1
-2
/
+4
|
*
|
[PATCH] pass fmode_t to blkdev_put()
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
1
-0
/
+1
|
*
|
[PATCH] move block_device_operations to blkdev.h
Al Viro
2008-10-21
1
-14
/
+1
|
*
|
[PATCH] eliminate use of ->f_flags in block methods
Al Viro
2008-10-21
1
-0
/
+4
|
*
|
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-10-21
1
-8
/
+8
|
|
/
*
|
[PATCH] i_version: remount support
Mimi Zohar
2008-10-23
1
-1
/
+1
*
|
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-10-23
1
-0
/
+5
*
|
[PATCH 1/2] anondev: init IDR statically
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
/
*
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2008-10-14
1
-7
/
+58
|
\
|
*
nfsd: common grace period control
J. Bruce Fields
2008-10-03
1
-0
/
+8
|
*
Configure out file locking features
Thomas Petazzoni
2008-09-29
1
-7
/
+50
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-10-11
1
-0
/
+21
|
\
\
|
*
|
generic block based fiemap implementation
Josef Bacik
2008-10-03
1
-0
/
+3
|
*
|
vfs: vfs-level fiemap interface
Mark Fasheh
2008-10-08
1
-0
/
+18
|
|
/
*
|
Adjust block device size after an online resize of a disk.
Andrew Patterson
2008-10-09
1
-0
/
+2
*
|
Wrapper for lower-level revalidate_disk routines.
Andrew Patterson
2008-10-09
1
-0
/
+1
*
|
block: adjust formatting for large minors and add ext_range sysfs attr
Tejun Heo
2008-10-09
1
-0
/
+1
*
|
Allow elevators to sort/merge discard requests
David Woodhouse
2008-10-09
1
-1
/
+2
*
|
Add BLKDISCARD ioctl to allow userspace to discard sectors
David Woodhouse
2008-10-09
1
-0
/
+1
*
|
Add 'discard' request handling
David Woodhouse
2008-10-09
1
-1
/
+2
|
/
*
vfs: pagecache usage optimization for pagesize!=blocksize
Hisashi Hifumi
2008-07-28
1
-21
/
+23
*
[PATCH] get rid of indirect users of namei.h
Al Viro
2008-07-26
1
-1
/
+1
*
[PATCH] f_count may wrap around
Al Viro
2008-07-26
1
-3
/
+3
*
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
2008-07-26
1
-1
/
+1
*
[patch 1/4] vfs: utimes: move owner check into inode_change_ok()
Miklos Szeredi
2008-07-26
1
-16
/
+17
*
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
Al Viro
2008-07-26
1
-2
/
+1
*
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
Miklos Szeredi
2008-07-26
1
-1
/
+1
*
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
2008-07-26
1
-1
/
+1
*
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
1
-1
/
+4
*
[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
Denys Vlasenko
2008-07-26
1
-3
/
+3
*
mm: spinlock tree_lock
Nick Piggin
2008-07-26
1
-1
/
+1
*
locks: add special return value for asynchronous locks
Miklos Szeredi
2008-07-25
1
-0
/
+6
*
flag parameters: NONBLOCK in pipe
Ulrich Drepper
2008-07-24
1
-2
/
+2
*
flag parameters: pipe
Ulrich Drepper
2008-07-24
1
-0
/
+1
*
fix soft lock up at NFS mount via per-SB LRU-list of unused dentries
Kentaro Makita
2008-07-24
1
-0
/
+4
*
move memory_read_from_buffer() from fs.h to string.h
Akinobu Mita
2008-07-24
1
-2
/
+0
*
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2008-07-20
1
-2
/
+2
|
\
|
*
file lock: reorder struct file_lock to save space on 64 bit builds
Richard Kennedy
2008-07-13
1
-2
/
+2
*
|
Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6
Linus Torvalds
2008-07-16
1
-0
/
+2
|
\
\
|
*
|
VFS: export sync_sb_inodes
Artem Bityutskiy
2008-07-14
1
-0
/
+2
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-07-15
1
-0
/
+2
|
\
\
\
|
*
|
|
vfs: export filemap_fdatawrite_range()
Jan Kara
2008-07-11
1
-0
/
+2
|
|
/
/
[next]