Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
090cff3eae8f02395009972d01b5dfdb95bcc327
/
fs
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
a7f61e89
compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
by Jann Horn
· 9 years ago
66cf191
compat_ioctl: don't pass fd around when not needed
by Al Viro
· 9 years ago
b434172
compat_ioctl: don't look up the fd twice
by Jann Horn
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
cc28d6d
ocfs2/dlm: clear migration_pending when migration target goes down
by xuejiufei
· 9 years ago
b5a8bc3
ocfs2: fix flock panic issue
by Junxiao Bi
· 9 years ago
5c9ee4c
ocfs2: fix BUG when calculate new backup super
by Joseph Qi
· 9 years ago
cd3417c
kill free_page_put_link()
by Al Viro
· 9 years ago
0bee6ec
Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
fc315e3
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
41a0c249
proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
by Colin Ian King
· 9 years ago
be20aa0
nfsd: don't hold ls_mutex across a layout recall
by Jeff Layton
· 9 years ago
1d3a5a8
Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4
by Chris Mason
· 9 years ago
bb1591b4
Btrfs: check prepare_uptodate_page() error code earlier
by Chris Mason
· 9 years ago
1b9b922
Btrfs: check for empty bitmap list in setup_cluster_bitmaps
by Chris Mason
· 9 years ago
764a5c6
xattr handlers: Simplify list operation
by Andreas Gruenbacher
· 9 years ago
1046cb1
ocfs2: Replace list xattr handler operations
by Andreas Gruenbacher
· 9 years ago
c4803c4
nfs: Move call to security_inode_listsecurity into nfs_listxattr
by Andreas Gruenbacher
· 9 years ago
dfd01f0
sched/wait: Fix the signal handling fix
by Peter Zijlstra
· 9 years ago
fc891828
Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
800f1ac
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
7807563
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
854ee2e
ocfs2: fix SGID not inherited issue
by Junxiao Bi
· 9 years ago
3066a96
osd fs: __r4w_get_page rely on PageUptodate for uptodate
by Hugh Dickins
· 9 years ago
732c4a9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 9 years ago
9435688
btrfs: fix misleading warning when space cache failed to load
by Holger Hoffstätte
· 9 years ago
8a7d656
Btrfs: fix transaction handle leak in balance
by Filipe Manana
· 9 years ago
348a001
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
by Filipe Manana
· 9 years ago
626d114
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
0d0def4
teach nfs_get_link() to work in RCU mode
by Al Viro
· 9 years ago
1a384ea
teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU mode
by Al Viro
· 9 years ago
d3883d4
teach page_get_link() to work in RCU mode
by Al Viro
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
2d4594a
fix the regression from "direct-io: Fix negative return from dio read beyond eof"
by Al Viro
· 9 years ago
4ad7862
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
by Al Viro
· 9 years ago
756b9b3
SUNRPC: Fix callback channel
by Trond Myklebust
· 9 years ago
f41683a
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
5d92b75
xfs: Change how listxattr generates synthetic attributes
by Andreas Gruenbacher
· 9 years ago
786534b
tmpfs: listxattr should include POSIX ACL xattrs
by Andreas Gruenbacher
· 9 years ago
aa7c524
tmpfs: Use xattr handler infrastructure
by Andreas Gruenbacher
· 9 years ago
9172abb
btrfs: Use xattr handler infrastructure
by Andreas Gruenbacher
· 9 years ago
98e9cb5
vfs: Distinguish between full xattr names and proper prefixes
by Andreas Gruenbacher
· 9 years ago
97d7929
posix acls: Remove duplicate xattr name definitions
by Andreas Gruenbacher
· 9 years ago
44cb0d3
gfs2: Remove gfs2_xattr_acl_chmod
by Andreas Gruenbacher
· 9 years ago
8060232
vfs: Remove vfs_xattr_cmp
by Andreas Gruenbacher
· 9 years ago
aa80dea
namei: page_getlink() and page_follow_link_light() are the same thing
by Al Viro
· 9 years ago
9cdce3c
ufs: get rid of ->setattr() for symlinks
by Al Viro
· 9 years ago
c73119c
udf: don't duplicate page_symlink_inode_operations
by Al Viro
· 9 years ago
fb417f1
logfs: don't duplicate page_symlink_inode_operations
by Al Viro
· 9 years ago
11803f9
switch befs long symlinks to page_symlink_operations
by Al Viro
· 9 years ago
d8cd93e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
2788cc4
Don't reset ->total_link_count on nested calls of vfs_path_lookup()
by Al Viro
· 9 years ago
0f7ff2d
ovl: get rid of the dead code left from broken (and disabled) optimizations
by Al Viro
· 9 years ago
acff81e
ovl: fix permission checking for setattr
by Miklos Szeredi
· 9 years ago
43d1c0e
block: detach bdev inode from its wb in __blkdev_put()
by Ilya Dryomov
· 9 years ago
087ffd4
jbd2: fix null committed data return in undo_access
by Junxiao Bi
· 9 years ago
071f5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
2873d32
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
74cedf9
direct-io: Fix negative return from dio read beyond eof
by Jan Kara
· 9 years ago
8003a57
Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
80e0c50
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
681c46b
ext4: add "static" to ext4_seq_##name##_fops struct
by Xu Cang
· 9 years ago
5a1c7f4
ext4: fix an endianness bug in ext4_encrypted_follow_link()
by Al Viro
· 9 years ago
e2c9e0b
ext4: fix an endianness bug in ext4_encrypted_zeroout()
by Al Viro
· 9 years ago
4f2e9dc
nfs4: resend LAYOUTGET when there is a race that changes the seqid
by Jeff Layton
· 9 years ago
c812012
nfs: if we have no valid attrs, then don't declare the attribute cache valid
by Jeff Layton
· 9 years ago
616c319
nfs: ensure that attrcache is revalidated after a SETATTR
by Jeff Layton
· 9 years ago
dba72cb
btrfs: fix balance range usage filters in 4.4-rc
by Holger Hoffstätte
· 9 years ago
82bd101
btrfs: qgroup: account shared subtree during snapshot delete
by Mark Fasheh
· 9 years ago
2d9e977
Btrfs: use btrfs_get_fs_root in resolve_indirect_ref
by Josef Bacik
· 9 years ago
967ef51
btrfs: qgroup: fix quota disable during rescan
by Justin Maggard
· 9 years ago
036a934
Btrfs: fix race between cleaner kthread and space cache writeout
by Filipe Manana
· 9 years ago
758f2df
Btrfs: fix scrub preventing unused block groups from being deleted
by Filipe Manana
· 9 years ago
020d5b7
Btrfs: fix race between scrub and block group deletion
by Filipe Manana
· 9 years ago
31388ab
btrfs: fix rcu warning during device replace
by David Sterba
· 9 years ago
76a8efa
btrfs: Continue replace when set_block_ro failed
by Zhaolei
· 9 years ago
da02c68
btrfs: fix clashing number of the enhanced balance usage filter
by David Sterba
· 9 years ago
7fd0118
Btrfs: fix the number of transaction units needed to remove a block group
by Filipe Manana
· 9 years ago
8eab77f
Btrfs: use global reserve when deleting unused block group after ENOSPC
by Filipe Manana
· 9 years ago
89b6c8d
Btrfs: tests: checking for NULL instead of IS_ERR()
by Dan Carpenter
· 9 years ago
9dcbeed
btrfs: fix signed overflows in btrfs_sync_file
by David Sterba
· 9 years ago
bc23f0c
jbd2: Fix unreclaimed pages after truncate in data=journal mode
by Jan Kara
· 9 years ago
a4dad1a
ext4: Fix handling of extended tv_sec
by David Turner
· 9 years ago
38b7631
nfs4: limit callback decoding to received bytes
by Benjamin Coddington
· 9 years ago
c68a027
nfs4: start callback_ident at idr 1
by Benjamin Coddington
· 9 years ago
91ab4b4
nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY
by Jeff Layton
· 9 years ago
f54423a
NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success
by Kinglong Mee
· 9 years ago
291e1b9
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
by Anna Schumaker
· 9 years ago
6b7153d
nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c
by Christoph Hellwig
· 9 years ago
0f42a6a
nfs: use btrfs ioctl defintions for clone
by Christoph Hellwig
· 9 years ago
21fad313
nfs: allow intra-file CLONE
by Christoph Hellwig
· 9 years ago
3a2e176
nfs: offer native ioctls even if CONFIG_COMPAT is set
by Christoph Hellwig
· 9 years ago
9494b2c
nfs: pass on count for CLONE operations
by Christoph Hellwig
· 9 years ago
c2489e0
vfs: Avoid softlockups with sendfile(2)
by Jan Kara
· 9 years ago
c725bfc
vfs: Make sendfile(2) killable even better
by Jan Kara
· 9 years ago
0ebf7f1
fix sysvfs symlinks
by Al Viro
· 9 years ago
Next »