Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
00e9ffcd27cc5d0af9076383c6242c32335546f8
/
fs
00e9ffc
nilfs2: add nilfs_sufile_set_suinfo to update segment usage
by Andreas Rohner
· 11 years ago
5f356fd
fs/coda/inode.c: add __init to init_inodecache()
by Fabian Frederick
· 11 years ago
dac52fc
BEFS: logging cleanup
by Fabian Frederick
· 11 years ago
91a52ab
fs/befs/linuxvfs.c: add __init to befs_init_inodecache()
by Fabian Frederick
· 11 years ago
2d4319e
befs: replace kmalloc/memset 0 by kzalloc
by Fabian Frederick
· 11 years ago
84ee353
fs/minix/inode.c: add __init to init_inodecache()
by Fabian Frederick
· 11 years ago
b003f96
binfmt_misc: add missing 'break' statement
by Luis Henriques
· 11 years ago
7a42d4b
fs/efs/super.c: add __init to init_inodecache()
by Fabian Frederick
· 11 years ago
69369a7
fs, kernel: permit disabling the uselib syscall
by Josh Triplett
· 11 years ago
8f6c5ff
kernel/groups.c: remove return value of set_groups
by Wang YanQing
· 11 years ago
6af9f7b
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
by Fabian Frederick
· 11 years ago
5509a5d
drop_caches: add some documentation and info message
by Dave Hansen
· 11 years ago
67f9fd9
mm: remove read_cache_page_async()
by Sasha Levin
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
0cd6144
mm + fs: prepare for non-page entries in page cache radix trees
by Johannes Weiner
· 11 years ago
e7b563b
mm: filemap: move radix tree hole searching here
by Johannes Weiner
· 11 years ago
55881bc
fs: cachefiles: use add_to_page_cache_lru()
by Johannes Weiner
· 11 years ago
9119a41
mm, hugetlb: unify region structure handling
by Joonsoo Kim
· 11 years ago
45d4f85
fs/direct-io.c: remove some left over checks
by Dan Carpenter
· 11 years ago
2b665e2
fs/direct-io.c: remove redundant comparison
by Gu Zheng
· 11 years ago
9c33925
ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket
by Wengang Wang
· 11 years ago
43b10a2
ocfs2: avoid system inode ref confusion by adding mutex lock
by jiangyiwen
· 11 years ago
7dc3e83
ocfs2: iput inode alloc when failed locally
by jiangyiwen
· 11 years ago
da8ded4
ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN
by Tariq Saeed
· 11 years ago
db66c71
ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed
by Younger Liu
· 11 years ago
e228f64
ocfs2: flock: drop cross-node lock when failed locally
by Wengang Wang
· 11 years ago
6fdb702
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
by Darrick J. Wong
· 11 years ago
f81c201
ocfs2: fix panic on kfree(xattr->name)
by Tetsuo Handa
· 11 years ago
f7cf4f5b
ocfs2: do not put bh when buffer_uptodate failed
by alex chen
· 11 years ago
466e68c
ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed
by Xue jiufei
· 11 years ago
3ed2be7
ocfs2: allow for more than one data extent when creating xattr
by Tariq Saeed
· 11 years ago
a35ad97c
ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler
by Zhonghua Guo
· 11 years ago
c8d888d
ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END
by Jensen
· 11 years ago
41b63ef
ocfs2: fix type conversion risk when get cluster attributes
by Joseph Qi
· 11 years ago
8ed6b23
ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock
by Goldwyn Rodrigues
· 11 years ago
84d86f8
ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread
by Jan Kara
· 11 years ago
e3a767b
ocfs2: implement delayed dropping of last dquot reference
by Jan Kara
· 11 years ago
9f985cb
quota: provide function to grab quota structure reference
by Jan Kara
· 11 years ago
bd62ad7
ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat later
by Jan Kara
· 11 years ago
7bf619c
ocfs2: remove OCFS2_INODE_SKIP_DELETE flag
by Jan Kara
· 11 years ago
765aabb
ocfs2: add dlm_recover_callback_support in sysfs
by Goldwyn Rodrigues
· 11 years ago
ded2cf7
ocfs2: dlm: fix recovery hung
by Junxiao Bi
· 11 years ago
34aa8da
ocfs2: dlm: fix lock migration crash
by Junxiao Bi
· 11 years ago
2931cdc
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
by Darrick J. Wong
· 11 years ago
a75fe48
ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super
by joyce.xue
· 11 years ago
c18ceab
ocfs2: change ip_unaligned_aio to of type mutex from atomit_t
by Wengang Wang
· 11 years ago
181a9a0
ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread
by Zongxun Wang
· 11 years ago
d507816
fanotify: move unrelated handling from copy_event_to_user()
by Jan Kara
· 11 years ago
d8aaab4
fanotify: reorganize loop in fanotify_read()
by Jan Kara
· 11 years ago
9573f79
fanotify: convert access_mutex to spinlock
by Jan Kara
· 11 years ago
f083441
fanotify: use fanotify event structure for permission response processing
by Jan Kara
· 11 years ago
3298cf3
fanotify: remove useless bypass_perm check
by Jan Kara
· 11 years ago
ddae82d8
fs/freevxfs/vxfs_lookup.c: update function comment
by Fabian Frederick
· 11 years ago
9ee108b
fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()
by Fabian Frederick
· 11 years ago
5acda9d
bdi: avoid oops on device removal
by Jan Kara
· 11 years ago
6ca738d
backing_dev: fix hung task on sync
by Derek Basehore
· 11 years ago
159d813
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
b9f2b21
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
7125764
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
7a48837
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
158e0d3
Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
1ead658
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a21e408
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
9d919e8
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 11 years ago
1ce235f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 11 years ago
190f918
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
7cc3afd
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
b3fd4ea
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
d88cf7d
Merge remote-tracking branch 'robh/for-next' into devicetree/next
by Grant Likely
· 11 years ago
fedc1ed
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
00a1a05
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
by Theodore Ts'o
· 11 years ago
38129a1
switch mnt_hash to hlist
by Al Viro
· 11 years ago
0b1b901
don't bother with propagate_mnt() unless the target is shared
by Al Viro
· 11 years ago
1d6a32a
keep shadowed vfsmounts together
by Al Viro
· 11 years ago
0818bf2
resizable namespace.c hashes
by Al Viro
· 11 years ago
d906074
ocfs2: check if cluster name exists before deref
by Sasha Levin
· 11 years ago
75c5a52
vfs: Allocate anon_inode_inode in anon_inode_init()
by Jan Kara
· 11 years ago
7209930
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"
by Greg Kroah-Hartman
· 11 years ago
fce7fc7
fs: remove now stale label in anon_inode_init()
by Linus Torvalds
· 11 years ago
d6f2589
fs: Avoid userspace mounting anon_inodefs filesystem
by Jan Kara
· 11 years ago
632b06a
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
b37199e
rcuwalk: recheck mount_lock after mountpoint crossing attempts
by Al Viro
· 11 years ago
e825196
make prepend_name() work correctly when called with negative *buflen
by Al Viro
· 11 years ago
99aea68
vfs: Don't let __fdget_pos() get FMODE_PATH files
by Eric Biggers
· 11 years ago
d7a15f8
vfs: atomic f_pos access in llseek()
by Eric Biggers
· 11 years ago
bfc3f02
cputime: Default implementation of nsecs -> cputime conversion
by Frederic Weisbecker
· 11 years ago
8357041
of: remove /proc/device-tree
by Grant Likely
· 12 years ago
33807f4
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 11 years ago
8712a00
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
d7d673a
hfsplus: add HFSX subfolder count support
by Sergei Antonov
· 11 years ago
70335ab
fs/proc/base.c: fix GPF in /proc/$PID/map_files
by Artem Fetishev
· 11 years ago
e6a4b6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
f9a8a0a
Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 11 years ago
bd2a31d
get rid of fget_light()
by Al Viro
· 11 years ago
9c225f2
vfs: atomic f_pos accesses as per POSIX
by Linus Torvalds
· 11 years ago
1b56e98
ocfs2 syncs the wrong range...
by Al Viro
· 11 years ago
fe9ea91
Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
b7ce40c
kernfs: cache atomic_write_len in kernfs_open_file
by Tejun Heo
· 11 years ago
88391d4
kernfs: fix off by one error.
by Richard Cochran
· 11 years ago
2a75184
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
Next »