Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6bd51658fae374557b063155bd4465411acd12fc
/
fs
« Previous
a81cb9a
clear chunk_alloc flag on retryable failure
by Alexandre Oliva
· 12 years ago
ca60ebf
Btrfs: fix backref walking race with tree deletions
by Jan Schmidt
· 12 years ago
f2bdf9a
Btrfs: make sure NODATACOW also gets NODATASUM set
by Josef Bacik
· 12 years ago
d3d009c
saner proc_get_inode() calling conventions
by Al Viro
· 12 years ago
87e0aab
proc: avoid extra pde_put() in proc_fill_super()
by Maxim Patlasov
· 12 years ago
4173581
fs: change return values from -EACCES to -EPERM
by Zhao Hongjiang
· 12 years ago
9cc64ce
fs/exec.c: make bprm_mm_init() static
by Yuanhan Liu
· 12 years ago
b24ae0b
ocfs2/dlm: use GFP_ATOMIC inside a spin_lock
by Dan Carpenter
· 12 years ago
9b171e0
ocfs2: fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
30b9c9e
ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code path
by Sunil Mushran
· 12 years ago
21d2068
get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero
by Al Viro
· 12 years ago
7bb307e
export kernel_write(), convert open-coded instances
by Al Viro
· 12 years ago
94e07a75
fs: encode_fh: return FILEID_INVALID if invalid fid_type
by Namjae Jeon
· 12 years ago
182be68
kill f_vfsmnt
by Al Viro
· 12 years ago
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 12 years ago
4f4a4fa
nfsd: handle vfs_getattr errors in acl protocol
by J. Bruce Fields
· 12 years ago
3dadecc
switch vfs_getattr() to struct path
by Al Viro
· 12 years ago
79f9f99
ceph: prepopulate inodes only when request is aborted
by Sage Weil
· 12 years ago
4f522a2
d_hash_and_lookup(): export, switch open-coded instances
by Al Viro
· 12 years ago
3592ac4
9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()
by Al Viro
· 12 years ago
5fa6300
9p: split dropping the acls from v9fs_set_create_acl()
by Al Viro
· 12 years ago
be308f0
9p: switch v9fs_acl_chmod() from dentry to inode+fid
by Al Viro
· 12 years ago
0f235ca
9p: switch v9fs_set_acl() from dentry to fid
by Al Viro
· 12 years ago
7f165aa
9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()
by Al Viro
· 12 years ago
38baba9
9p: add fid-based variant of v9fs_xattr_set()
by Al Viro
· 12 years ago
0df4d6e
hugetlb_file_setup(): use d_alloc_pseudo()
by Al Viro
· 12 years ago
a47970f
NFSv4.1: Hold reference to layout hdr in layoutget
by Weston Andros Adamson
· 12 years ago
69086a7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
2c3dd4f
ceph: eliminate sparse warnings in fs code
by Alex Elder
· 12 years ago
3f6d078
fix compat truncate/ftruncate
by Al Viro
· 12 years ago
561c673
switch lseek to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
78f3327
pnfs: fix resend_to_mds for directio
by Benny Halevy
· 12 years ago
9e2d59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
5ce1a70
Merge branch 'akpm' (more incoming from Andrew)
by Linus Torvalds
· 12 years ago
697ce9b
fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used
by Zhang Yanfei
· 12 years ago
43be594
fs/buffer.c: change type of max_buffer_heads to unsigned long
by Zhang Yanfei
· 12 years ago
33806f0
swap: make each swap partition have one address_space
by Shaohua Li
· 12 years ago
293c07e
memory-failure: use num_poisoned_pages instead of mce_bad_pages
by Xishi Qiu
· 12 years ago
41badc1
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
by Michel Lespinasse
· 12 years ago
bebeb3d
mm: introduce mm_populate() for populating new vmas
by Michel Lespinasse
· 12 years ago
4e6b897
hostfs: directory methods have no business in non-directory inode_operations
by Al Viro
· 12 years ago
740da42
__d_materialise_unique() is too generic
by Al Viro
· 12 years ago
54c807e
fs: Fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
da2d845
constify d_lookup() arguments
by Al Viro
· 12 years ago
a713ca2
constify __d_lookup() arguments
by Al Viro
· 12 years ago
cc2a527
lookup_slow: get rid of name argument
by Al Viro
· 12 years ago
e97cdc8
lookup_fast: get rid of name argument
by Al Viro
· 12 years ago
21b9b07
get rid of name and type arguments of walk_component()
by Al Viro
· 12 years ago
5f4a6a6
link_path_walk(): move assignments to nd->last/nd->last_type up
by Al Viro
· 12 years ago
ad8ca37
vfs: remove d_path_with_unreachable
by Jeff Layton
· 12 years ago
39b6525
fs: Preserve error code in get_empty_filp(), part 2
by Anatol Pomozov
· 12 years ago
1afc99b
propagate error from get_empty_filp() to its callers
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
57eccb8
mount: consolidate permission checks
by Al Viro
· 12 years ago
9b40bc9
get rid of unprotected dereferencing of mnt->mnt_ns
by Al Viro
· 12 years ago
3b5d851
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
92a49fb
ceph: fix statvfs fr_size
by Sage Weil
· 12 years ago
304e220
ext4: fix free clusters calculation in bigalloc filesystem
by Lukas Czerner
· 12 years ago
d438147
ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()
by Eryu Guan
· 12 years ago
5a7a613
NFS: Don't allow NFS silly-renamed files to be deleted, no signal
by Trond Myklebust
· 12 years ago
de33127
block: remove redundant check to bd_openers()
by Guo Chao
· 12 years ago
d646a02
block: use i_size_write() in bd_set_size()
by Guo Chao
· 12 years ago
9afa319
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
7c2db36
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
d3330cf
binfmt_elf: remove unused argument in fill_elf_header
by Zhang Yanfei
· 12 years ago
182dcfd
ubifs: wait for page writeback to provide stable pages
by Jan Kara
· 12 years ago
1269529
ocfs2: wait for page writeback to provide stable pages
by Jan Kara
· 12 years ago
ffecfd1
block: optionally snapshot page contents to provide stable pages during write
by Darrick J. Wong
· 12 years ago
13575ca
9pfs: fix filesystem to wait for stable page writeback
by Darrick J. Wong
· 12 years ago
1d1d1a7
mm: only enforce stable page writes if the backing device requires it
by Darrick J. Wong
· 12 years ago
3278bb7
ocfs2: unlock super lock if lockres refresh failed
by Junxiao Bi
· 12 years ago
d787ab0
ocfs2: remove kfree() redundant null checks
by Tim Gardner
· 12 years ago
49deb4b
configfs: move the dereference below the NULL test
by Wei Yongjun
· 12 years ago
7630b66
fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()
by MITSUNARI Shigeo
· 12 years ago
676a067
inotify: remove broken mask checks causing unmount to be EINVAL
by Jim Somerville
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
024e4ec
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 12 years ago
850cb82
Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 12 years ago
2171ee8
Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
9b9a72a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 12 years ago
736a4c1
Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
c4bc705
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
2608e3d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 12 years ago
dc81cdc
Btrfs: fix remount vs autodefrag
by Miao Xie
· 12 years ago
172a504
Btrfs: fix wrong outstanding_extents when doing DIO write
by Miao Xie
· 12 years ago
a0b1c42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
38c227d
Btrfs: snapshot-aware defrag
by Liu Bo
· 12 years ago
86db257
Btrfs: fix max chunk size on raid5/6
by Chris Mason
· 12 years ago
8793422
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
24542bf
btrfs: limit fallocate extent reservation to 256MB
by Zach Brown
· 12 years ago
1cba0cd
btrfs: Init io_lock after cloning btrfs device struct
by Thomas Gleixner
· 12 years ago
e942f88
Merge branch 'raid56-experimental' into for-linus-3.9
by Chris Mason
· 12 years ago
b2c6b3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9
by Chris Mason
· 12 years ago
272d26d
Btrfs: fix missing release of qgroup reservation in commit_transaction()
by Miao Xie
· 12 years ago
683cebd
Btrfs: fix missing check before disabling quota
by Wang Shilong
· 12 years ago
fa6ac87
Btrfs: fix cleaner thread not working with inode cache option
by Liu Bo
· 12 years ago
d4edf39
Btrfs: fix uncompleted transaction
by Miao Xie
· 12 years ago
178260b
Btrfs: fix the deadlock between the transaction start/attach and commit
by Miao Xie
· 12 years ago
Next »