index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-30
nfsd: fix spurious EACCESS in reconnect_path()
Neil Brown
1
-3
/
+26
2008-06-23
nfsd: rename MAY_ flags
Miklos Szeredi
9
-84
/
+92
2008-06-23
knfsd: nfsd: Handle ERESTARTSYS from syscalls.
NeilBrown
1
-0
/
+1
2008-06-23
nfsd: fix race in nfsd_nrthreads()
Neil Brown
1
-4
/
+6
2008-06-23
lockd: close potential race with rapid lockd_up/lockd_down cycle
Jeff Layton
1
-20
/
+13
2008-06-23
sunrpc: remove sv_kill_signal field from svc_serv struct
Jeff Layton
1
-2
/
+1
2008-06-23
knfsd: convert knfsd to kthread API
Jeff Layton
1
-16
/
+29
2008-06-23
knfsd: remove special handling for SIGHUP
Jeff Layton
1
-25
/
+8
2008-06-23
knfsd: clean up nfsd filesystem interfaces
Jeff Layton
3
-17
/
+74
2008-06-23
knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...
Neil Brown
2
-27
/
+55
2008-06-23
nfsd: make nfs4xdr WRITEMEM safe against zero count
Benny Halevy
1
-1
/
+1
2008-06-23
nfsd: add dprintk of compound return
J. Bruce Fields
1
-0
/
+1
2008-05-18
nfsd: remove unnecessary atomic ops
J. Bruce Fields
1
-2
/
+2
2008-05-16
byteorder: don't directly include linux/byteorder/generic.h
Harvey Harrison
1
-1
/
+1
2008-05-15
jbd2: update transaction t_state to T_COMMIT fix
Mingming Cao
1
-0
/
+2
2008-05-15
ext4: Retry block allocation if new blocks are allocated from system zone.
Aneesh Kumar K.V
2
-17
/
+47
2008-05-13
ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems
Valerie Clement
1
-10
/
+9
2008-05-13
ext4: fix typos in messages and comments (journalled -> journaled)
Jan Kara
1
-7
/
+7
2008-05-13
ext4: fix synchronization of quota files in journal=data mode
Jan Kara
1
-8
/
+27
2008-05-13
ext4: Fix mount messages when quota disabled
Jan Kara
1
-1
/
+4
2008-05-13
ext4: correct mount option parsing to detect when quota options can be changed
Jan Kara
1
-6
/
+20
2008-05-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
8
-76
/
+181
2008-05-14
ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
Tiger Yang
2
-0
/
+10
2008-05-14
jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT
Mingming Cao
1
-0
/
+2
2008-05-14
9p: fix error path during early mount
Eric Van Hensbergen
2
-24
/
+23
2008-05-14
fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...
Jim Meyering
1
-6
/
+34
2008-05-14
9p: Documentation updates
Eric Van Hensbergen
8
-48
/
+126
2008-05-14
add match_strlcpy() us it to make v9fs make uname and remotename parsing more...
Markus Armbruster
1
-2
/
+2
2008-05-13
eCryptFS: fix imbalanced mutex locking
Cyrill Gorcunov
1
-0
/
+2
2008-05-13
Fix misuses of bdevname()
Jean Delvare
2
-6
/
+4
2008-05-13
fuse: add flag to turn on big writes
Miklos Szeredi
3
-1
/
+9
2008-05-13
memcg: fix possible panic when CONFIG_MM_OWNER=y
KOSAKI Motohiro
1
-1
/
+1
2008-05-13
Fix hfsplus oops on image without extents
Eric Sesterhenn
1
-0
/
+2
2008-05-13
capabilities: add bounding set to /proc/self/status
Serge E. Hallyn
1
-0
/
+1
2008-05-13
quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn off
Jan Kara
1
-0
/
+10
2008-05-13
ufs: remove unneeded ufs_put_inode prototype
Christoph Hellwig
1
-1
/
+0
2008-05-13
ecryptfs: clean up (un)lock_parent
Miklos Szeredi
1
-9
/
+4
2008-05-13
uml: move hppfs_kern.c to hppfs.c
Jeff Dike
2
-3
/
+3
2008-05-13
uml: hppfs fixes
Jeff Dike
1
-52
/
+30
2008-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
5
-66
/
+81
2008-05-11
Add new 'cond_resched_bkl()' helper function
Linus Torvalds
1
-1
/
+1
2008-05-11
[CIFS] don't allow demultiplex thread to exit until kthread_stop is called
Steve French
1
-14
/
+14
2008-05-11
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...
Jeff Layton
4
-17
/
+31
2008-05-11
[CIFS] add local struct inode pointer to cifs_setattr
Jeff Layton
2
-11
/
+11
2008-05-11
[CIFS] cifs_find_tcp_session cleanup
Cyrill Gorcunov
1
-25
/
+26
2008-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
22
-345
/
+340
2008-05-09
[CIFS] fix build warning
Steve French
1
-1
/
+1
2008-05-08
[CIFS] Fixed build warning in is_ip
Igor Mammedov
3
-32
/
+5
2008-05-08
fs/proc/task_mmu.c: remove duplicated include files
Huang Weiyi
1
-2
/
+0
2008-05-08
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-18
/
+16
[next]