Commit Graph

251 Commits (05ef1b79d46347f94d9a78214cc745046c03e45a)

Author SHA1 Message Date
Jarkko Sakkinen 6d9d88d07e tmpfs: security xattr setting on inode creation 13 years ago
Al Viro 318ceed088 tidy up after d_make_root() conversion 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Cong Wang 9b04c5fec4 mm: remove the second argument of k[un]map_atomic() 13 years ago
Al Viro 191c542442 mm: collapse security_vm_enough_memory() variants into a single function 13 years ago
Hugh Dickins 245132643e SHM_UNLOCK: fix Unevictable pages stranded after swap 13 years ago
Hugh Dickins 85046579bd SHM_UNLOCK: fix long unpreemptible section 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 09208d150b shmem, ramfs: propagate umode_t, open-coded S_ISREG 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Minchan Kim 21ee9f398b vmscan: add barrier to prevent evictable page in unevictable list 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Hugh Dickins 8079b1c859 mm: clarify the radix_tree exceptional cases 14 years ago
Hugh Dickins e504f3fdd6 tmpfs radix_tree: locate_item to speed up swapoff 14 years ago
Hugh Dickins 69f07ec938 tmpfs: use kmemdup for short symlinks 14 years ago
Hugh Dickins 6922c0c7ab tmpfs: convert shmem_writepage and enable swap 14 years ago
Hugh Dickins aa3b189551 tmpfs: convert mem_cgroup shmem to radix-swap 14 years ago
Hugh Dickins 54af604218 tmpfs: convert shmem_getpage_gfp to radix-swap 14 years ago
Hugh Dickins 46f65ec15c tmpfs: convert shmem_unuse_inode to radix-swap 14 years ago
Hugh Dickins 7a5d0fbb29 tmpfs: convert shmem_truncate_range to radix-swap 14 years ago
Hugh Dickins bda97eab0c tmpfs: copy truncate_inode_pages_range 14 years ago
Hugh Dickins 41ffe5d5ce tmpfs: miscellaneous trivial cleanups 14 years ago
Hugh Dickins 285b2c4fdd tmpfs: demolish old swap vector support 14 years ago
Hugh Dickins 48f170fb7d tmpfs: simplify unuse and writepage 14 years ago
Hugh Dickins 27ab700626 tmpfs: simplify filepage/swappage 14 years ago
Hugh Dickins e83c32e8f9 tmpfs: simplify prealloc_page 14 years ago
Hugh Dickins 9276aad6c8 tmpfs: remove_shmem_readpage 14 years ago
Hugh Dickins 68da9f0557 tmpfs: pass gfp to shmem_getpage_gfp 14 years ago
Hugh Dickins 71f0e07a60 tmpfs: refine shmem_file_splice_read 14 years ago
Hugh Dickins 708e3508c2 tmpfs: clone shmem_file_splice_read() 14 years ago
Hugh Dickins d515afe88a tmpfs: no need to use i_lock 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Hugh Dickins d9d90e5eb7 tmpfs: add shmem_read_mapping_page_gfp 14 years ago
Hugh Dickins 94c1e62df4 tmpfs: take control of its truncate_range 14 years ago
Hugh Dickins 826267cf1e tmpfs: fix race between truncate and writepage 14 years ago
Ying Han 456f998ec8 memcg: add the pagefault count into memcg stats 14 years ago
Eric Paris b09e0fa4b4 tmpfs: implement generic xattr support 14 years ago
Hugh Dickins e6c9366b2a tmpfs: fix highmem swapoff crash regression 14 years ago
Hugh Dickins 05bf86b4cc tmpfs: fix race between swapoff and writepage 14 years ago
Hugh Dickins 59a16ead57 tmpfs: fix spurious ENOSPC when racing with unswap 14 years ago
Hugh Dickins 778dd893ae tmpfs: fix race between umount and swapoff 14 years ago
Hugh Dickins b1dea800ac tmpfs: fix race between umount and writepage 14 years ago
Hugh Dickins fc5da22ae3 tmpfs: fix off-by-one in max_blocks checks 14 years ago
Hugh Dickins bee4c36a5c shmem: let shared anonymous be nonlinear again 14 years ago
Minchan Kim 4c73b1bc6b mm: shmem: change remove_from_page_cache 14 years ago