index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
36
-973
/
+1115
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
44
-149
/
+523
2012-12-17
fs, fanotify: add @mflags field to fanotify output
Cyrill Gorcunov
1
-5
/
+9
2012-12-17
fs, notify: add procfs fdinfo helper
Cyrill Gorcunov
5
-1
/
+207
2012-12-17
fs, exportfs: add exportfs_encode_inode_fh() helper
Cyrill Gorcunov
1
-5
/
+14
2012-12-17
fs, exportfs: escape nil dereference if no s_export_op present
Cyrill Gorcunov
1
-1
/
+1
2012-12-17
fs, epoll: add procfs fdinfo helper
Cyrill Gorcunov
3
-1
/
+47
2012-12-17
fs, eventfd: add procfs fdinfo helper
Cyrill Gorcunov
1
-0
/
+20
2012-12-17
procfs: add ability to plug in auxiliary fdinfo providers
Cyrill Gorcunov
1
-0
/
+2
2012-12-17
ubifs: use prandom_bytes
Akinobu Mita
1
-5
/
+3
2012-12-17
exec: use -ELOOP for max recursion depth
Kees Cook
4
-15
/
+6
2012-12-17
proc: pid/status: show all supplementary groups
Artem Bityutskiy
1
-1
/
+1
2012-12-17
/proc/pid/status: add "Seccomp" field
Kees Cook
1
-0
/
+8
2012-12-17
procfs: add VmFlags field in smaps output
Cyrill Gorcunov
1
-0
/
+53
2012-12-17
proc: don't show nonexistent capabilities
Andrew Vagin
1
-0
/
+9
2012-12-17
fs/fat: strip "cp" prefix from codepage in display
Dave Reisner
1
-1
/
+2
2012-12-17
fat: ix mount option parsing
Jan Kara
1
-11
/
+11
2012-12-17
fat: provide option for setting timezone offset
Jan Kara
3
-9
/
+28
2012-12-17
fat: notify when discard is not supported
Namjae Jeon
1
-0
/
+9
2012-12-17
binfmt_elf: fix corner case kfree of uninitialized data
Alan Cox
1
-1
/
+3
2012-12-17
procfs: use kbasename()
Andy Shevchenko
1
-5
/
+1
2012-12-17
fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static
Tushar Behera
1
-2
/
+3
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
21
-94
/
+94
2012-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
25
-305
/
+493
2012-12-17
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-10
/
+14
2012-12-16
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
29
-1080
/
+4047
2012-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-16
/
+8
2012-12-15
NFS: Don't use SetPageError in the NFS writeback code
Trond Myklebust
1
-1
/
+0
2012-12-15
Merge tag 'for-v3.8' of git://git.infradead.org/users/cbou/linux-pstore
Linus Torvalds
2
-12
/
+34
2012-12-15
NFSv4.1: Deal effectively with interrupted RPC calls.
Trond Myklebust
3
-9
/
+25
2012-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
16
-194
/
+380
2012-12-15
NFSv4.1: Move the RPC timestamp out of the slot.
Trond Myklebust
3
-10
/
+8
2012-12-15
NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.
Trond Myklebust
1
-5
/
+19
2012-12-14
NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0
Trond Myklebust
1
-3
/
+8
2012-12-14
NFS: Fix calls to drop_nlink()
Trond Myklebust
1
-5
/
+6
2012-12-14
NFS: Ensure that we always drop inodes that have been marked as stale
Trond Myklebust
4
-0
/
+9
2012-12-13
Merge branch 'autofs' (patches from Ian Kent)
Linus Torvalds
2
-51
/
+41
2012-12-13
autofs4 - use simple_empty() for empty directory check
Ian Kent
1
-17
/
+5
2012-12-13
autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount
Ian Kent
2
-34
/
+36
2012-12-13
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
4
-10
/
+6
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
15
-17
/
+16
2012-12-13
nfs: Remove unused list nfs4_clientid_list
Yanchuan Nian
1
-1
/
+0
2012-12-13
nfs: Remove duplicate function declaration in internal.h
Yanchuan Nian
1
-6
/
+0
2012-12-13
quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...
Lee Jones
1
-0
/
+4
2012-12-13
ext3: drop if around WARN_ON
Julia Lawall
1
-2
/
+1
2012-12-13
ext3: get rid of the duplicate code on ext3_fill_super
Zhao Hongjiang
1
-3
/
+0
2012-12-13
udf: remove un-needed variable from inode_getblk
Namjae Jeon
1
-3
/
+0
2012-12-13
udf: don't increment lenExtents while writing to a hole
Namjae Jeon
1
-2
/
+5
2012-12-13
udf: fix memory leak while allocating blocks during write
Namjae Jeon
1
-0
/
+4
2012-12-12
NFS: avoid NULL dereference in nfs_destroy_server
NeilBrown
1
-2
/
+1
[next]