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
...
|
|
|
*
NFS4ERR_FILE_OPEN handling in Linux/NFS
NeilBrown
2009-12-03
1
-0
/
+7
|
|
|
*
nfs: clean up sillyrenaming in nfs_rename()
Miklos Szeredi
2009-12-03
1
-7
/
+4
|
|
|
*
nfs: dont unhash target if renaming a directory
Miklos Szeredi
2009-12-03
1
-27
/
+29
|
|
|
*
nfs: fix comments in nfs_rename()
Miklos Szeredi
2009-12-03
1
-7
/
+5
|
|
|
*
nfs: remove unnecessary check from nfs_rename()
Miklos Szeredi
2009-12-03
1
-8
/
+2
|
|
|
*
NFSv4.1: Handle NFSv4.1 session errors in the lock recovery code
Trond Myklebust
2009-12-03
1
-0
/
+8
|
|
|
*
NFS: Revert default r/wsize behavior
Chuck Lever
2009-12-03
1
-2
/
+0
|
|
|
*
NFS: Display compressed (shorthand) IPv6 in /proc/mounts
Chuck Lever
2009-12-03
1
-1
/
+1
|
|
|
*
NFS: convert proto= option to use netids rather than a protoname
Jeff Layton
2009-12-03
1
-13
/
+81
|
|
|
*
The rpc server does not require that service threads take the BKL.
J. Bruce Fields
2009-12-03
1
-12
/
+0
|
|
|
*
NFS: BKL removal from the mount code...
Trond Myklebust
2009-12-03
1
-6
/
+0
|
|
*
|
NFSv4: Ensure nfs4_close_context() is declared as static
Trond Myklebust
2009-12-03
1
-1
/
+1
|
|
*
|
NFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared static
Trond Myklebust
2009-12-03
1
-2
/
+2
|
|
*
|
NFSv4: Fix up error handling in the state manager main loop.
Trond Myklebust
2009-12-03
1
-27
/
+21
|
|
*
|
NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.
Trond Myklebust
2009-12-03
1
-7
/
+19
|
|
*
|
NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctly
Trond Myklebust
2009-12-03
1
-0
/
+3
|
|
*
|
NFSv4: The state manager shouldn't exit on errors that were handled
Trond Myklebust
2009-12-03
1
-6
/
+5
|
|
*
|
NFSv4: Fix up the callers of nfs4_state_end_reclaim_reboot
Trond Myklebust
2009-12-03
1
-3
/
+2
|
|
*
|
NFSv4: Fix a potential state manager deadlock when returning delegations
Trond Myklebust
2009-12-03
2
-15
/
+29
|
|
*
|
Re: acl trouble after upgrading ubuntu
J. Bruce Fields
2009-12-03
1
-1
/
+1
|
|
|
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-14
3
-28
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
this_cpu: xfs_icsb_modify_counters does not need "cpu" variable
Christoph Lameter
2009-10-03
1
-6
/
+6
|
*
|
this_cpu: Straight transformations
Christoph Lameter
2009-10-03
1
-1
/
+1
|
*
|
this_cpu: Use this_cpu operations for NFS statistics
Christoph Lameter
2009-10-03
1
-21
/
+3
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-12-12
1
-20
/
+21
|
\
\
\
|
*
\
\
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-12-09
80
-1721
/
+2571
|
|
\
\
\
|
*
\
\
\
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-11-24
20
-49
/
+121
|
|
\
\
\
\
|
*
\
\
\
\
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-11-12
33
-198
/
+446
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Convert /proc/device-tree/ to seq_file
Alexey Dobriyan
2009-10-30
1
-20
/
+21
*
|
|
|
|
|
|
Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2009-12-11
1
-564
/
+203
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
usbdevfs: move compat_ioctl handling to devio.c
Arnd Bergmann
2009-12-10
1
-112
/
+0
|
*
|
|
|
|
|
|
lp: move compat_ioctl handling into lp.c
Arnd Bergmann
2009-12-10
1
-33
/
+0
|
*
|
|
|
|
|
|
compat_ioctl: pass compat pointer directly to handlers
Arnd Bergmann
2009-12-10
1
-128
/
+83
|
*
|
|
|
|
|
|
compat_ioctl: simplify lookup table
Arnd Bergmann
2009-12-10
1
-46
/
+44
|
*
|
|
|
|
|
|
compat_ioctl: simplify calling of handlers
Arnd Bergmann
2009-12-10
1
-47
/
+39
|
*
|
|
|
|
|
|
compat_ioctl: inline all conversion handlers
Arnd Bergmann
2009-12-10
1
-54
/
+81
|
*
|
|
|
|
|
|
compat_ioctl: Remove BKL
Arnd Bergmann
2009-12-10
1
-2
/
+0
|
*
|
|
|
|
|
|
compat_ioctl: remove all VT ioctl handling
Arnd Bergmann
2009-12-10
1
-187
/
+1
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2009-12-11
1
-2
/
+14
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
devpts_get_tty() should validate inode
Sukadev Bhattiprolu
2009-12-11
1
-2
/
+14
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2009-12-11
30
-632
/
+889
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()
Roel Kluin
2009-12-10
1
-1
/
+1
|
*
|
|
|
|
|
|
|
ext3: Fix data / filesystem corruption when write fails to copy data
Jan Kara
2009-12-10
1
-4
/
+14
|
*
|
|
|
|
|
|
|
ext4: Support for 64-bit quota format
Jan Kara
2009-12-10
1
-6
/
+24
|
*
|
|
|
|
|
|
|
ext3: Support for vfsv1 quota format
Jan Kara
2009-12-10
1
-6
/
+24
|
*
|
|
|
|
|
|
|
quota: Implement quota format with 64-bit space and inode limits
Jan Kara
2009-12-10
3
-39
/
+153
|
*
|
|
|
|
|
|
|
quota: Move definition of QFMT_OCFS2 to linux/quota.h
Jan Kara
2009-12-10
1
-4
/
+0
|
*
|
|
|
|
|
|
|
ext2: fix comment in ext2_find_entry about return values
Jérémy Cochoy
2009-12-10
1
-2
/
+2
|
*
|
|
|
|
|
|
|
ext3: Unify log messages in ext3
Alexey Fisher
2009-12-10
1
-205
/
+227
|
*
|
|
|
|
|
|
|
ext2: clear uptodate flag on super block I/O error
Stephen Hemminger
2009-12-10
1
-0
/
+16
[prev]
[next]