Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
768fbc1876b3239f4c463c00ea1e78725554cf21
/
fs
d39dd11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
0b2d072
fs: simplify iget & friends
by Christoph Hellwig
· 14 years ago
0f1b1fd
fs: pull inode->i_lock up out of writeback_single_inode
by Dave Chinner
· 14 years ago
67a23c4
fs: rename inode_lock to inode_hash_lock
by Dave Chinner
· 14 years ago
a66979a
fs: move i_wb_list out from under inode_lock
by Dave Chinner
· 14 years ago
55fa609
fs: move i_sb_list out from under inode_lock
by Dave Chinner
· 14 years ago
f283c86
fs: remove inode_lock from iput_final and prune_icache
by Dave Chinner
· 14 years ago
02afc41
fs: Lock the inode LRU list separately
by Dave Chinner
· 14 years ago
b2b2af8
fs: factor inode disposal
by Dave Chinner
· 14 years ago
250df6e
fs: protect inode->i_state with inode->i_lock
by Dave Chinner
· 14 years ago
3dc8fe4
autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()
by Jesper Juhl
· 14 years ago
e785472
autofs4 - remove autofs4_lock
by Ian Kent
· 14 years ago
83fb96b
autofs4 - fix d_manage() return on rcu-walk
by Ian Kent
· 14 years ago
d4a85e3
autofs4 - fix autofs4_expire_indirect() traversal
by Ian Kent
· 14 years ago
f9398c2
autofs4 - fix dentry leak in autofs4_expire_direct()
by Ian Kent
· 14 years ago
3c31998
autofs4 - reinstate last used update on access
by Ian Kent
· 14 years ago
62a7375
vfs - check non-mountpoint dentry might block in __follow_mount_rcu()
by Ian Kent
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
6d1e9a4
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 14 years ago
fdc0ad8
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
by Linus Torvalds
· 14 years ago
dc87c55
Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
5818fcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
by Linus Torvalds
· 14 years ago
1b506cf
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 14 years ago
6ed09c3
UBIFS: fix assertion warning and refine comments
by Artem Bityutskiy
· 14 years ago
9d523ca
UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKS
by Artem Bityutskiy
· 14 years ago
fc5e58c
UBIFS: use GFP_NOFS properly
by Artem Bityutskiy
· 14 years ago
b81a618
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
e795b71
userns: userns: check user namespace for task->file uid equivalence checks
by Serge E. Hallyn
· 14 years ago
52e9fc7
procfs: kill the global proc_mnt variable
by Oleg Nesterov
· 14 years ago
4308eeb
pidns: call pid_ns_prepare_proc() from create_pid_namespace()
by Eric W. Biederman
· 14 years ago
cb16e95
sysctl: add some missing input constraint checks
by Petr Holasek
· 14 years ago
5883f57
proc: protect mm start_code/end_code in /proc/pid/stat
by Kees Cook
· 14 years ago
312ec7e
proc: make struct proc_dir_entry::namelen unsigned int
by Alexey Dobriyan
· 14 years ago
fc3d876
procfs: fix some wrong error code usage
by Jovi Zhang
· 14 years ago
0db0c01
procfs: fix /proc/<pid>/maps heap check
by Aaro Koskinen
· 14 years ago
51e0314
proc: hide kernel addresses via %pK in /proc/<pid>/stack
by Konstantin Khlebnikov
· 14 years ago
61f2e7b
bitops: remove minix bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
3cdc712
ufs: use little-endian bitops
by Akinobu Mita
· 14 years ago
9ad1e1e
udf: use little-endian bitops
by Akinobu Mita
· 14 years ago
a49ebba
nilfs2: use little-endian bitops
by Akinobu Mita
· 14 years ago
c4354d0
ocfs2: use little-endian bitops
by Akinobu Mita
· 14 years ago
50e0168
ext4: use little-endian bitops
by Akinobu Mita
· 14 years ago
135a9fc
fs/adfs/adfs.h: fix unsigned comparison
by Andrew Morton
· 14 years ago
a9712bc
deal with races in /proc/*/{syscall,stack,personality}
by Al Viro
· 14 years ago
198214a
proc: enable writing to /proc/pid/mem
by Stephen Wilson
· 14 years ago
8b0db9d
proc: make check_mem_permission() return an mm_struct on success
by Stephen Wilson
· 14 years ago
18f661b
proc: hold cred_guard_mutex in check_mem_permission()
by Stephen Wilson
· 14 years ago
26947f8
proc: disable mem_write after exec
by Stephen Wilson
· 14 years ago
31db58b
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
by Stephen Wilson
· 14 years ago
2fadaef
auxv: require the target to be tracable (or yourself)
by Al Viro
· 14 years ago
d6f64b8
close race in /proc/*/environ
by Al Viro
· 14 years ago
ec6fd8a
report errors in /proc/*/*map* sanely
by Al Viro
· 14 years ago
ca6b0bf
pagemap: close races with suid execve
by Al Viro
· 14 years ago
26ec3c6
make sessionid permissions in /proc/*/task/* match those in /proc/*
by Al Viro
· 14 years ago
bd23a53
fix leaks in path_lookupat()
by Al Viro
· 14 years ago
565d76c
zlib: slim down zlib_deflate() workspace when possible
by Jim Keniston
· 14 years ago
b12d125
fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new()
by Andrey Vagin
· 14 years ago
e91f90b
aio: wake all waiters when destroying ctx
by Roland Dreier
· 14 years ago
da23ef0
adfs: add hexadecimal filetype suffix option
by Stuart Swales
· 14 years ago
7a9730a
adfs: improve timestamp precision
by Stuart Swales
· 14 years ago
2f09719
adfs: fix E+/F+ dir size > 2048 crashing kernel
by Stuart Swales
· 14 years ago
0bc825d
codafs: fix compile warning when CONFIG_SYSCTL=n
by Rakib Mullick
· 14 years ago
1a530a6
binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()
by David Daney
· 14 years ago
f4d93ad
epoll: fix compiler warning and optimize the non-blocking path
by Shawn Bohrer
· 14 years ago
3fb0e58
epoll: move ready event check into proper inline
by Davide Libenzi
· 14 years ago
80cdc6d
fs: use appropriate printk priority levels
by Mandeep Singh Baines
· 14 years ago
4031a21
smaps: have smaps show transparent huge pages
by Dave Hansen
· 14 years ago
22e057c
smaps: teach smaps_pte_range() about THP pmds
by Dave Hansen
· 14 years ago
3c9acc7
smaps: pass pte size argument in to smaps_pte_entry()
by Dave Hansen
· 14 years ago
ae11c4d
smaps: break out smaps_pte_entry() from smaps_pte_range()
by Dave Hansen
· 14 years ago
0331932
pagewalk: only split huge pages when necessary
by Dave Hansen
· 14 years ago
bd65cb8
mm: hugetlbfs: change remove_from_page_cache
by Minchan Kim
· 14 years ago
ef6a3c6
mm: add replace_page_cache_page() function
by Miklos Szeredi
· 14 years ago
ab70a1d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 14 years ago
0adfc56
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
9f6af27
pstore: cleanups to pstore_dump()
by Tony Luck
· 14 years ago
117a91e
Squashfs: Use vmalloc rather than kmalloc for zlib workspace
by Phillip Lougher
· 14 years ago
aaf0ef1
9p: use the updated offset given by generic_write_checks
by M. Mohan Kumar
· 14 years ago
42869c8
fs/9p: Add v9fs_dentry2v9ses
by Aneesh Kumar K.V
· 14 years ago
7add697
fs/9p: Attach writeback_fid on first open with WR flag
by Aneesh Kumar K.V
· 14 years ago
ea59bb7
fs/9p: Open writeback fid in O_SYNC mode
by Aneesh Kumar K.V
· 14 years ago
059c138
fs/9p: Use truncate_setsize instead of vmtruncate
by Aneesh Kumar K.V
· 14 years ago
5a7e0a8
fs/9p: Fix race in initializing writeback fid
by Aneesh Kumar K.V
· 14 years ago
f741a79
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
1e9bb88
block: fix non-atomic access to genhd inflight structures
by Shaohua Li
· 14 years ago
3155fe6
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
366f7e7
pstore: use mount option instead sysfs to tweak kmsg_bytes
by Luck, Tony
· 14 years ago
147851d
ceph: rename dentry_release -> d_release, fix comment
by Sage Weil
· 14 years ago
49bcb93
ceph: add request to the tail of unsafe write list
by Henry C Chang
· 14 years ago
78a2556
ceph: remove request from unsafe list if it is canceled/timed out
by Henry C Chang
· 14 years ago
80456f8
ceph: move readahead default to fs/ceph from libceph
by Sage Weil
· 14 years ago
ad1fee9
ceph: add ino32 mount option
by Yehuda Sadeh
· 14 years ago
21f3b5f
ceph: remove debugfs debug cruft
by Sage Weil
· 14 years ago
0f60f24
FS: lookup_mnt() is only used in the core fs routines now
by David Howells
· 14 years ago
e7c0a16
fuse: make fuse_dentry_revalidate() RCU aware
by Miklos Szeredi
· 14 years ago
19690dd
fuse: make fuse_permission() RCU aware
by Miklos Szeredi
· 14 years ago
357ccf2
fuse: wakeup pollers on connection release/abort
by Bryan Green
· 14 years ago
07d5f69
fuse: reduce size of struct fuse_request
by Miklos Szeredi
· 14 years ago
Next »