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
2017-05-05
Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4...
Dave Wysochanski
1
-2
/
+6
2017-05-05
NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION
Trond Myklebust
2
-4
/
+13
2017-05-05
CIFS: add misssing SFM mapping for doublequote
Björn Jacke
2
-0
/
+7
2017-05-05
befs: make export work with cold dcache
Fabian Frederick
1
-0
/
+15
2017-05-05
ovl: persistent inode numbers for upper hardlinks
Amir Goldstein
1
-0
/
+3
2017-05-05
ovl: merge getattr for dir and nondir
Miklos Szeredi
3
-64
/
+30
2017-05-05
ovl: constant st_ino/st_dev across copy up
Amir Goldstein
1
-1
/
+38
2017-05-05
ovl: persistent inode number for directories
Amir Goldstein
1
-4
/
+33
2017-05-05
ovl: set the ORIGIN type flag
Amir Goldstein
2
-4
/
+8
2017-05-05
ovl: lookup non-dir copy-up-origin by file handle
Amir Goldstein
1
-0
/
+132
2017-05-05
ovl: use an auxiliary var for overlay root entry
Amir Goldstein
1
-5
/
+4
2017-05-05
ovl: store file handle of lower inode on copy up
Amir Goldstein
2
-0
/
+118
2017-05-05
ovl: check if all layers are on the same fs
Amir Goldstein
4
-0
/
+18
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+86
2017-05-04
btrfs: fix the gfp_mask for the reada_zones radix tree
Chris Mason
2
-2
/
+2
2017-05-04
orangefs: count directory pieces correctly
Martin Brandenburg
1
-2
/
+5
2017-05-04
orangefs: invalidate stored directory on seek
Martin Brandenburg
1
-1
/
+23
2017-05-04
orangefs: skip forward to the next directory entry if seek is short
Martin Brandenburg
1
-4
/
+14
2017-05-04
ext4: clean up ext4_match() and callers
Eric Biggers
1
-56
/
+25
2017-05-04
f2fs: switch to using fscrypt_match_name()
Eric Biggers
1
-24
/
+4
2017-05-04
ext4: switch to using fscrypt_match_name()
Eric Biggers
1
-17
/
+5
2017-05-04
fscrypt: introduce helper function for filename matching
Eric Biggers
2
-22
/
+70
2017-05-04
fscrypt: avoid collisions when presenting long encrypted filenames
Eric Biggers
3
-5
/
+5
2017-05-04
f2fs: check entire encrypted bigname when finding a dentry
Jaegeuk Kim
4
-20
/
+31
2017-05-04
ubifs: check for consistent encryption contexts in ubifs_lookup()
Eric Biggers
1
-0
/
+11
2017-05-04
f2fs: sync f2fs_lookup() with ext4_lookup()
Eric Biggers
1
-3
/
+4
2017-05-04
ext4: remove "nokey" check from ext4_lookup()
Eric Biggers
1
-8
/
+1
2017-05-04
fscrypt: fix context consistency check when key(s) unavailable
Eric Biggers
1
-19
/
+68
2017-05-04
jbd2: cleanup write flags handling from jbd2_write_superblock()
Jan Kara
1
-7
/
+8
2017-05-04
ext4: mark superblock writes synchronous for nobarrier mounts
Jan Kara
1
-1
/
+1
2017-05-04
nfs: Fix bdi handling for cloned superblocks
Jan Kara
2
-21
/
+13
2017-05-04
ceph: fix memory leak in __ceph_setxattr()
Luis Henriques
1
-0
/
+3
2017-05-04
ceph: fix file open flags on ppc64
Alexander Graf
1
-1
/
+33
2017-05-04
ceph: choose readdir frag based on previous readdir reply
Yan, Zheng
1
-7
/
+12
2017-05-04
ceph: when seeing write errors on an inode, switch to sync writes
Jeff Layton
3
-14
/
+49
2017-05-04
Revert "ceph: SetPageError() for writeback pages if writepages fails"
Jeff Layton
1
-3
/
+0
2017-05-04
ceph: handle epoch barriers in cap messages
Jeff Layton
3
-7
/
+41
2017-05-04
libceph: allow requests to return immediately on full conditions if caller wi...
Jeff Layton
2
-0
/
+2
2017-05-04
ceph: make seeky readdir more efficient
Yan, Zheng
4
-6
/
+19
2017-05-04
ceph: close stopped mds' session
Yan, Zheng
1
-0
/
+16
2017-05-04
ceph: fix potential use-after-free
Yan, Zheng
1
-2
/
+8
2017-05-04
ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds
Yan, Zheng
3
-23
/
+52
2017-05-04
ceph: fix wrong check in ceph_renew_caps()
Yan, Zheng
1
-1
/
+1
2017-05-04
libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-05-04
ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t
Elena Reshetova
3
-5
/
+6
2017-05-04
ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t
Elena Reshetova
2
-11
/
+12
2017-05-04
libceph, ceph: always advertise all supported features
Ilya Dryomov
1
-6
/
+1
2017-05-03
SMB3: Work around mount failure when using SMB3 dialect to Macs
Steve French
1
-3
/
+11
2017-05-03
f2fs: fix a mount fail for wrong next_scan_nid
Yunlei He
1
-0
/
+3
2017-05-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-46
/
+69
[prev]
[next]