Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5024c1d71b988ca5da94e52461626e9930015681
/
fs
fcc139a
fs/namespace: convert devname allocation to kstrdup_const
by Andrzej Hajda
· 10 years ago
dfeb0750
kernfs: remove KERNFS_STATIC_NAME
by Tejun Heo
· 10 years ago
75287a6
kernfs: convert node name allocation to kstrdup_const
by Andrzej Hajda
· 10 years ago
c7d7b98
Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
8180995
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
edc924e
fs/proc/array.c: convert to use string_escape_str()
by Andy Shevchenko
· 10 years ago
198d159
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
by Rafael Aquini
· 10 years ago
6bee55f
fs: proc: use PDE() to get proc_dir_entry
by Alexander Kuleshov
· 10 years ago
695f055
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)
by Petr Cermak
· 10 years ago
3f97b16
list_lru: add helpers to isolate items
by Vladimir Davydov
· 10 years ago
49e7e7f
fs: shrinker: always scan at least one object of each type
by Vladimir Davydov
· 10 years ago
2acb60a
fs: make shrinker memcg aware
by Vladimir Davydov
· 10 years ago
c0a5b56
list_lru: organize all list_lrus to list
by Vladimir Davydov
· 10 years ago
cb731d6
vmscan: per memory cgroup slab shrinkers
by Vladimir Davydov
· 10 years ago
4101b62
fs: consolidate {nr,free}_cached_objects args in shrink_control
by Vladimir Davydov
· 10 years ago
503c358
list_lru: introduce list_lru_shrink_{count,walk}
by Vladimir Davydov
· 10 years ago
3e12cef
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
87c9172
Merge tag 'jfs-3.20' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 10 years ago
6184514
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
59d5373
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
07f80d4
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 10 years ago
6f83e5b
Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
7d5b3bf
mm: /proc/pid/clear_refs: avoid split_huge_page()
by Kirill A. Shutemov
· 10 years ago
48684a6
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
by Naoya Horiguchi
· 10 years ago
d85f4d6
numa_maps: remove numa_maps->vma
by Naoya Horiguchi
· 10 years ago
632fd60
numa_maps: fix typo in gather_hugetbl_stats
by Naoya Horiguchi
· 10 years ago
f995ece
pagemap: use walk->vma instead of calling find_vma()
by Naoya Horiguchi
· 10 years ago
5c64f52
clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()
by Naoya Horiguchi
· 10 years ago
14eb6fd
smaps: remove mem_size_stats->vma and use walk_page_vma()
by Naoya Horiguchi
· 10 years ago
05fbf35
proc/pagemap: walk page tables under pte lock
by Konstantin Khlebnikov
· 10 years ago
8d38633
page_writeback: put account_page_redirty() after set_page_dirty()
by Konstantin Khebnikov
· 10 years ago
dc6c9a3
mm: account pmd page tables to the process
by Kirill A. Shutemov
· 10 years ago
56873f4
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
by Wang, Yalin
· 10 years ago
1a118cc
f2fs: use spinlock for segmap_lock instead of rwlock
by Chao Yu
· 10 years ago
f1a3b98
f2fs: fix accessing wrong indexed data blocks
by Jaegeuk Kim
· 10 years ago
60a3b78
f2fs: avoid variable length array
by Jaegeuk Kim
· 10 years ago
29e7043
f2fs: fix sparse warnings
by Jaegeuk Kim
· 10 years ago
59b802e
f2fs: allocate data blocks in advance for f2fs_direct_IO
by Jaegeuk Kim
· 10 years ago
f7ef9b8
f2fs: introduce macros to convert bytes and blocks in f2fs
by Jaegeuk Kim
· 10 years ago
da17eec
f2fs: call set_buffer_new for get_block
by Jaegeuk Kim
· 10 years ago
aaf9607
f2fs: check node page contents all the time
by Jaegeuk Kim
· 10 years ago
2e02317
f2fs: avoid data offset overflow when lseeking huge file
by Chao Yu
· 10 years ago
560d467
f2fs: fix to use highmem for pages of newly created directory
by Chao Yu
· 10 years ago
bba681c
f2fs: introduce a batched trim
by Jaegeuk Kim
· 10 years ago
487261f
f2fs: merge {invalidate,release}page for meta/node/data pages
by Chao Yu
· 10 years ago
d24bdcb
f2fs: show the number of writeback pages in stat
by Jaegeuk Kim
· 10 years ago
f68daee
f2fs: keep PagePrivate during releasepage
by Jaegeuk Kim
· 10 years ago
081d78c
f2fs: should fail mount when trying to recover data on read-only dev
by Jaegeuk Kim
· 10 years ago
119ee91
f2fs: split UMOUNT and FASTBOOT flags
by Jaegeuk Kim
· 10 years ago
11504a8
f2fs: avoid write_checkpoint if f2fs is mounted readonly
by Jaegeuk Kim
· 10 years ago
2d834bf
f2fs: support norecovery mount option
by Jaegeuk Kim
· 10 years ago
dabc4a5
f2fs: fix not to drop mount options when retrying fill_super
by Jaegeuk Kim
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
88dd893
f2fs: clean up {in,de}create_sleep_time
by Chao Yu
· 10 years ago
feeb0de
f2fs: make truncate_inline_date static
by Chao Yu
· 10 years ago
3b6709b
f2fs: fix a bug of inheriting default ACL from parent
by Kinglong Mee
· 10 years ago
f28e503
f2fs: use f2fs_radix_tree_insert to clean codes
by Chao Yu
· 10 years ago
d49f3e8
f2fs: add F2FS_IOC_GETVERSION support
by Chao Yu
· 10 years ago
bc4a1f8
f2fs: leave comment for code readability
by Jaegeuk Kim
· 10 years ago
1601839
f2fs: fix to release count of meta page in ->invalidatepage
by Chao Yu
· 10 years ago
85dc2f2
f2fs: do checkpoint when umount flag is not set
by Jaegeuk Kim
· 10 years ago
30a5537
f2fs: trigger correct checkpoint during umount
by Jaegeuk Kim
· 10 years ago
6f0aacb
f2fs: update memory footprint information
by Jaegeuk Kim
· 10 years ago
9066c6a
f2fs: fix wrong memory footprint statistics in debugfs
by Chao Yu
· 10 years ago
871f599
f2fs: avoid infinite loop on cp_error
by Jaegeuk Kim
· 10 years ago
c5ce28d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
992de5a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
b2718bf
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 10 years ago
ae90fb1
Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
c5452a5
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
4b4f858
Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 10 years ago
27ba064
rmap: drop support of non-linear mappings
by Kirill A. Shutemov
· 10 years ago
1da4b35
proc: drop handling non-linear mappings
by Kirill A. Shutemov
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 10 years ago
913e027
fsioctl.c: make generic_block_fiemap() signal-tolerant
by Dmitry Monakhov
· 10 years ago
99b8874
o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper
by Srinivas Eeda
· 10 years ago
10ab881
ocfs2: prune the dcache before deleting the dentry of directory
by alex chen
· 10 years ago
8989b67
ocfs2: make resv_lock spinlock static
by Fabian Frederick
· 10 years ago
9d6008c
ocfs2: remove unreachable code in __ocfs2_recovery_thread()
by Daeseok Youn
· 10 years ago
9b57269
ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()
by Daeseok Youn
· 10 years ago
592a202
ocfs2: remove unreachable code
by Daeseok Youn
· 10 years ago
e6d9f86
ocfs2: o2net: silence uninitialized variable warning
by Dan Carpenter
· 10 years ago
d9510a2
ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()
by Jan Kara
· 10 years ago
1dfeb76
ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
by alex chen
· 10 years ago
15eba0f
ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents
by alex chen
· 10 years ago
95671c6
ocfs2: dlm: dlmdomain: remove unused function
by Rickard Strandqvist
· 10 years ago
7ea62d7
ocfs2: quota_local: remove unused function
by Rickard Strandqvist
· 10 years ago
d6edc87
ocfs2: xattr: remove unused function
by Rickard Strandqvist
· 10 years ago
79c83ea
ocfs2: fix snprintf format specifier in dlmdebug.c
by alex chen
· 10 years ago
41d6247
ocfs2: fix wrong comment
by Junxiao Bi
· 10 years ago
696cdf7
ocfs2: fix uninitialized variable access
by Junxiao Bi
· 10 years ago
e6e7461
ocfs2: remove unnecessary else in ocfs2_set_acl()
by Fabian Frederick
· 10 years ago
b934bea
ocfs2/dlm: add missing dlm_lock_put() when recovery master down
by Xue jiufei
· 10 years ago
66ba93c
fanotify: don't set FAN_ONDIR implicitly on a marks ignored mask
by Lino Sanfilippo
· 10 years ago
d2c1874
fanotify: don't recalculate a marks mask if only the ignored mask changed
by Lino Sanfilippo
· 10 years ago
a118449
fanotify: only destroy mark when both mask and ignored_mask are cleared
by Lino Sanfilippo
· 10 years ago
4c21462
pnfs: delete an unintended goto
by Dan Carpenter
· 10 years ago
2787020
GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()
by Andrew Elble
· 10 years ago
Next »