index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
1
-0
/
+39
2015-12-06
restore_nameidata(): no need to clear now->stack
Al Viro
1
-3
/
+1
2015-12-06
namei.c: take "jump to root" into a new helper
Al Viro
1
-28
/
+26
2015-12-06
path_init(): set nd->inode earlier in cwd-relative case
Al Viro
1
-10
/
+12
2015-12-06
namei.c: fold set_root_rcu() into set_root()
Al Viro
1
-24
/
+20
2015-12-06
don't opencode iget_failed()
Al Viro
1
-3
/
+1
2015-12-06
f2fs: it's umode_t, not mode_t...
Al Viro
1
-4
/
+2
2015-12-06
typo in fs/namei.c comment
Mike Marshall
1
-1
/
+1
2015-12-06
coredump: Use 64bit time for unix time of coredump
Arnd Bergmann
1
-3
/
+5
2015-12-06
adfs: constify adfs_dir_ops structures
Julia Lawall
4
-8
/
+8
2015-12-06
vfs: show_vfsstat: remove redundant initialization and check of error code
Dmitry V. Levin
1
-3
/
+2
2015-12-06
vfs: show_mountinfo: cleanup error code checks
Dmitry V. Levin
1
-9
/
+11
2015-12-06
vfs: show_vfsmnt: remove redundant initialization of error code
Dmitry V. Levin
1
-1
/
+1
2015-12-06
fs/bad_inode.c: is_bad_inode can be boolean
Yaowei Bai
1
-1
/
+1
2015-12-06
fs/dcache.c: is_subdir can be boolean
Yaowei Bai
1
-7
/
+7
2015-12-06
fs/namespace.c: path_is_under can be boolean
Yaowei Bai
1
-2
/
+2
2015-12-06
fs/file.c: __const_max is actually __const_min :-)
Rasmus Villemoes
1
-3
/
+3
2015-12-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-31
/
+15
2015-12-06
Don't reset ->total_link_count on nested calls of vfs_path_lookup()
Al Viro
1
-1
/
+0
2015-12-06
ovl: get rid of the dead code left from broken (and disabled) optimizations
Al Viro
3
-26
/
+11
2015-12-06
ovl: fix permission checking for setattr
Miklos Szeredi
1
-4
/
+4
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2015-12-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+9
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
1
-2
/
+2
2015-11-30
direct-io: Fix negative return from dio read beyond eof
Jan Kara
1
-1
/
+9
2015-11-27
Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
8
-64
/
+77
2015-11-27
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-66
/
+219
2015-11-25
nfs4: resend LAYOUTGET when there is a race that changes the seqid
Jeff Layton
1
-25
/
+31
2015-11-25
nfs: if we have no valid attrs, then don't declare the attribute cache valid
Jeff Layton
1
-1
/
+5
2015-11-25
nfs: ensure that attrcache is revalidated after a SETATTR
Jeff Layton
1
-1
/
+4
2015-11-25
btrfs: fix balance range usage filters in 4.4-rc
Holger Hoffstätte
1
-2
/
+2
2015-11-25
btrfs: qgroup: account shared subtree during snapshot delete
Mark Fasheh
2
-7
/
+42
2015-11-25
Btrfs: use btrfs_get_fs_root in resolve_indirect_ref
Josef Bacik
1
-1
/
+1
2015-11-25
btrfs: qgroup: fix quota disable during rescan
Justin Maggard
1
-1
/
+2
2015-11-25
Btrfs: fix race between cleaner kthread and space cache writeout
Filipe Manana
1
-13
/
+16
2015-11-25
Btrfs: fix scrub preventing unused block groups from being deleted
Filipe Manana
3
-1
/
+24
2015-11-25
Btrfs: fix race between scrub and block group deletion
Filipe Manana
1
-4
/
+16
2015-11-25
btrfs: fix rcu warning during device replace
David Sterba
1
-4
/
+2
2015-11-25
btrfs: Continue replace when set_block_ro failed
Zhaolei
1
-2
/
+18
2015-11-25
btrfs: fix clashing number of the enhanced balance usage filter
David Sterba
1
-1
/
+1
2015-11-25
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
3
-5
/
+38
2015-11-25
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
6
-26
/
+52
2015-11-25
Btrfs: tests: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-1
/
+3
2015-11-25
btrfs: fix signed overflows in btrfs_sync_file
David Sterba
1
-3
/
+7
2015-11-23
nfs4: limit callback decoding to received bytes
Benjamin Coddington
1
-2
/
+5
2015-11-23
nfs4: start callback_ident at idr 1
Benjamin Coddington
1
-1
/
+1
2015-11-23
nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY
Jeff Layton
1
-1
/
+1
2015-11-23
NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success
Kinglong Mee
1
-0
/
+1
2015-11-23
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
Anna Schumaker
1
-1
/
+1
2015-11-23
nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c
Christoph Hellwig
1
-20
/
+7
[next]