Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8465fe6ac5cc054a7969e78e56aea40cd7808540
/
fs
/
hugetlbfs
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
7ca02d0
hugetlbfs: accept subpool min_size mount option and setup accordingly
by Mike Kravetz
· 10 years ago
fa92789
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
b9ea251
page_writeback: clean up mess around cancel_dirty_page()
by Konstantin Khlebnikov
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
34d0640
switch hugetlbfs to ->read_iter()
by Al Viro
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
a7a2c68
fs: deduplicate noop_backing_dev_info
by Christoph Hellwig
· 10 years ago
c8c06ef
mm: convert i_mmap_mutex to rwsem
by Davidlohr Bueso
· 10 years ago
83cde9e
mm: use new helper functions around the i_mmap_mutex
by Davidlohr Bueso
· 10 years ago
6e6870d
fs/hugetlbfs/inode.c: remove null test before kfree
by Fabian Frederick
· 10 years ago
be1d2cf
fs/hugetlbfs/inode.c: use static const for dentry_operations
by Fabian Frederick
· 10 years ago
422b244
fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key
by Fabian Frederick
· 10 years ago
9b857d2
fs/hugetlbfs/inode.c: complete conversion to pr_foo()
by Andrew Morton
· 10 years ago
457c1b2
hugetlb: ensure hugepage access is denied if hugepages are not supported
by Nishanth Aravamudan
· 10 years ago
9119a41
mm, hugetlb: unify region structure handling
by Joonsoo Kim
· 11 years ago
118b230
cope with potentially long ->d_dname() output for shmem/hugetlb
by Al Viro
· 11 years ago
b610ded
hugetlb: fix lockdep splat caused by pmd sharing
by Michal Hocko
· 11 years ago
af73e4d
hugetlbfs: fix mmap failure in unaligned size request
by Naoya Horiguchi
· 11 years ago
a2fce91
hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)
by Naoya Horiguchi
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
0df4d6e
hugetlb_file_setup(): use d_alloc_pseudo()
by Al Viro
· 12 years ago
39b6525
fs: Preserve error code in get_empty_filp(), part 2
by Anatol Pomozov
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
78bd520
mm: adjust address_space_operations.migratepage() return code
by Rafael Aquini
· 12 years ago
0865935
mm: use vm_unmapped_area() in hugetlbfs
by Michel Lespinasse
· 12 years ago
42d7395
mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB
by Andi Kleen
· 12 years ago
6d49e35
propagate name change to comments in kernel source
by Nadia Yvette Chambers
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
a0eb3a0
userns: Convert hugetlbfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
24669e5
hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages
by Aneesh Kumar K.V
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
65ed760
hugetlbfs: lockdep annotate root inode properly
by Aneesh Kumar K.V
· 13 years ago
7563ec4
hugetlbfs: remove unregister_filesystem() when initializing module
by Hillf Danton
· 13 years ago
9521127
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
d1d5e05
hugetlbfs: return error code when initializing module
by Hillf Danton
· 13 years ago
40716e2
hugetlbfs: fix alignment of huge page requests
by Steven Truelove
· 13 years ago
21a3c27
mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warning
by David Rientjes
· 13 years ago
9048162
hugepages: fix use after free bug in "quota" handling
by David Gibson
· 13 years ago
a1d776e
hugetlb: cleanup hugetlb.h
by David Gibson
· 13 years ago
a05b085
hugetlbfs: avoid taking i_mutex from hugetlbfs_read()
by Aneesh Kumar K.V
· 13 years ago
4bfc130
hugetlbfs: fix hugetlb_get_unmapped_area()
by Xiao Guangrong
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
a6bc32b
mm: compaction: introduce sync-light migration for use by compaction
by Mel Gorman
· 13 years ago
b969c4a
mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage
by Mel Gorman
· 13 years ago
18df225
hugetlbfs: propagate umode_t
by Al Viro
· 13 years ago
7d54fa6
hugetlbfs: switch to inode_init_owner()
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
e096d0c
lockdep: Add helper function for dir vs file i_mutex annotation
by Josh Boyer
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
2b37c35
fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit
by Becky Bruce
· 13 years ago
423e0ab
VFS : mount lock scalability for internal mounts
by Tim Chen
· 13 years ago
ca16d14
mm: don't access vm_flags as 'int'
by KOSAKI Motohiro
· 13 years ago
3d48ae4
mm: Convert i_mmap_lock to a mutex
by Peter Zijlstra
· 13 years ago
bd65cb8
mm: hugetlbfs: change remove_from_page_cache
by Minchan Kim
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
52ca0e8
hugetlbfs: lessen the impact of a deprecation warning
by Dave Jones
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
f1ebdd6
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
290408d
hugetlb: hugepage migration core
by Naoya Horiguchi
· 14 years ago
b0683aa
new helper: end_writeback()
by Al Viro
· 14 years ago
2bbbda3
switch hugetlbfs to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
0552f87
Untangling ima mess, part 1: alloc_file()
by Al Viro
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
6c5daf0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
ef1ff6b
hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix
by From: Mel Gorman
· 15 years ago
22fe4042
vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
by Jan Kara
· 15 years ago
1fd7317d
Move magic numbers into magic.h
by Nick Black
· 15 years ago
6bfde05
hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount
by Eric B Munson
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
353d5c3
mm: fix hugetlb bug due to user_shm_unlock call
by Hugh Dickins
· 15 years ago
2c9e703
Merge branch 'master' into next
by James Morris
· 15 years ago
c9d9ac5
integrity: move ima_counts_get
by Mimi Zohar
· 15 years ago
f2deae9
Remove implementation of readpage from the hugetlbfs_aops
by Mel Gorman
· 15 years ago
c12ddba
hugetlbfs: return negative error code for bad mount option
by Akinobu Mita
· 16 years ago
2584e51
mm: reintroduce and deprecate rlimit based access for SHM_HUGETLB
by Ravikiran G Thirumalai
· 16 years ago
8a0bdec
mm: fix SHM_HUGETLB to work with users in hugetlb_shm_group
by Ravikiran G Thirumalai
· 16 years ago
5a6fe12
Do not account for the address space used by hugetlbfs using VM_ACCOUNT
by Mel Gorman
· 16 years ago
91bf189c
hugetlb: unsigned ret cannot be negative
by Roel Kluin
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
77c70de
CRED: Wrap task credential accesses in the hugetlbfs filesystem
by David Howells
· 16 years ago
Next »