| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-10-12 | ntfs: don't open-code ERR_CAST | Al Viro | 1 | -1/+1 |
| 2018-08-17 | ntfs: mft: remove VLA usage | Kees Cook | 1 | -2/+10 |
| 2018-08-17 | ntfs: decompress: remove VLA usage | Kees Cook | 1 | -12/+16 |
| 2018-08-17 | ntfs: aops: remove VLA usage | Kees Cook | 1 | -1/+4 |
| 2018-08-17 | fs/ntfs/aops.c: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 1 | -4/+0 |
| 2018-08-17 | fs/ntfs: use timespec64 directly for timestamp conversion | Arnd Bergmann | 2 | -18/+21 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -15/+15 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -15/+15 |
| 2018-03-28 | ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call | Christoph Hellwig | 1 | -2/+2 |
| 2018-01-01 | ntfs: remove i_version handling | Jeff Layton | 2 | -15/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -16/+16 |
| 2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-03 | buffer: have alloc_page_buffers() use __GFP_NOFAIL | Jens Axboe | 2 | -2/+2 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -17/+14 |
| 2017-08-01 | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2 | -2/+2 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -17/+14 |
| 2017-05-28 | ntfs: Use ERR_CAST() to avoid cross-structure cast | Kees Cook | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-14 | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -4/+3 |
| 2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -0/+3 |
| 2016-11-04 | fs: Add helper to clean bdev aliases under a bh and use it | Jan Kara | 2 | -4/+3 |
| 2016-11-01 | mm: only include blk_types in swap.h if CONFIG_SWAP is enabled | Christoph Hellwig | 2 | -0/+2 |
| 2016-11-01 | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 1 | -0/+1 |
| 2016-10-30 | fs: remove the never implemented aio_fsync file operation | Christoph Hellwig | 1 | -2/+0 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
| 2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 1 | -1/+1 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2 | -2/+2 |
| 2016-09-27 | get rid of separate multipage fault-in primitives | Al Viro | 1 | -1/+1 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds | 1 | -1/+1 |
| 2016-06-30 | Remove last traces of ->sync_page | Matthew Wilcox | 1 | -1/+1 |
| 2016-06-10 | vfs: make the string hashes salt the hash | Linus Torvalds | 1 | -1/+1 |
| 2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie | 5 | -8/+8 |
| 2016-05-01 | fs: simplify the generic_write_sync prototype | Christoph Hellwig | 1 | -5/+2 |
| 2016-05-01 | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig | 1 | -1/+1 |
| 2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 8 | -36/+27 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 14 | -187/+187 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 4 | -15/+15 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -2/+2 |
| 2015-11-06 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -2/+2 |
| 2015-09-04 | ntfs: delete unnecessary checks before calling iput() | SF Markus Elfring | 1 | -14/+7 |
| 2015-08-07 | ntfs: super.c: Fix error log | Nik Nyby | 1 | -1/+1 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
| 2015-06-24 | mm: do not ignore mapping_gfp_mask in page cache allocation paths | Michal Hocko | 1 | -1/+2 |
| 2015-06-24 | NTFS: use kvfree() in ntfs_free() | Pekka Enberg | 1 | -6/+1 |
| 2015-06-23 | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 1 | -1/+1 |
| 2015-06-23 | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 1 | -1/+1 |
| 2015-05-15 | get rid of assorted nameidata-related debris | Al Viro | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2 | -3/+3 |
| 2015-04-11 | switch generic_write_checks() to iocb and iter | Al Viro | 1 | -7/+4 |
| 2015-04-11 | generic_write_checks(): drop isblk argument | Al Viro | 1 | -1/+1 |
| 2015-04-11 | ntfs: move iov_iter_truncate() closer to generic_write_checks() | Al Viro | 1 | -52/+29 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 2 | -2/+0 |
| 2015-04-11 | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. | Anton Altaparmakov | 2 | -477/+308 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 2 | -2/+0 |
| 2015-01-20 | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+2 |
| 2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -2/+2 |
| 2014-10-16 | NTFS: Bump version to 2.1.31. | Anton Altaparmakov | 1 | -1/+1 |
| 2014-10-16 | NTFS: Add bmap address space operation needed for FIBMAP ioctl. | Anton Altaparmakov | 1 | -0/+124 |
| 2014-10-16 | NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops | Anton Altaparmakov | 3 | -24/+42 |
| 2014-10-09 | ntfs: remove bogus space | Andrea Gelmini | 1 | -1/+1 |
| 2014-10-09 | ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark... | Anton Altaparmakov | 2 | -3/+4 |
| 2014-08-06 | ntfs: kernel-doc warning fixes | Fabian Frederick | 1 | -3/+0 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+3 |
| 2014-06-06 | ntfs: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
| 2014-06-04 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman | 2 | -2/+0 |
| 2014-06-04 | ntfs: remove NULL value assignments | Fabian Frederick | 3 | -4/+4 |
| 2014-05-06 | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 1 | -2/+2 |
| 2014-05-06 | kill generic_segment_checks() | Al Viro | 1 | -4/+1 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+0 |
| 2014-04-07 | ntfs: logging clean-up | Fabian Frederick | 3 | -51/+42 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-04-01 | ntfs: don't put NULL into ->i_op/->i_fop | Al Viro | 1 | -2/+0 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+2 |
| 2014-02-09 | fix O_SYNC|O_APPEND syncing the wrong range on write() | Al Viro | 1 | -1/+1 |
| 2013-11-09 | iget/iget5: don't bother with ->i_lock until we find a match | Al Viro | 1 | -1/+1 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-07-02 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+1 |
| 2013-06-29 | [readdir] convert ntfs | Al Viro | 1 | -57/+27 |
| 2013-05-21 | mm: change invalidatepage prototype to accept length | Lukas Czerner | 1 | -1/+1 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 2 | -0/+2 |
| 2013-04-09 | lift sb_start_write/sb_end_write out of ->aio_write() | Al Viro | 1 | -2/+0 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2012-12-20 | ntfs: drop vmtruncate | Marco Stornelli | 3 | -5/+23 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+6 |
| 2012-09-21 | userns: Convert ntfs to use kuid and kgid where appropriate | Eric W. Biederman | 3 | -12/+39 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
| 2012-07-31 | ntfs: Convert to new freezing mechanism | Jan Kara | 1 | -1/+2 |
| 2012-07-30 | ntfs: remove references to long gone super operations and unimplemented methods | Fernando Luis Vazquez Cao | 1 | -17/+0 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-06-01 | fs: introduce inode operation ->update_time | Josef Bacik | 1 | -1/+3 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+6 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 4 | -32/+32 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
| 2012-03-20 | ntfs: forgets to unregister sysctls on register_filesystem() failure | Al Viro | 1 | -0/+2 |
| 2012-03-20 | ntfs: switch to d_make_root() | Al Viro | 1 | -3/+4 |
| 2012-03-20 | ntfs: remove the second argument of k[un]map_atomic() | Cong Wang | 4 | -32/+32 |
| 2012-02-24 | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c. | Anton Altaparmakov | 1 | -3/+3 |
| 2012-02-22 | NTFS: Do not dereference pointer before checking for NULL. | Anton Altaparmakov | 1 | -3/+3 |
| 2012-02-22 | NTFS: Remove unused variable. | Anton Altaparmakov | 1 | -3/+1 |
| 2012-02-21 | Typos: change aditional to additional. | Justin P. Mattock | 1 | -2/+2 |
| 2012-02-03 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+1 |
| 2012-02-03 | ntfs: fix printk typos in mft.c | Masanari Iida | 1 | -2/+2 |
| 2012-01-13 | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 1 | -1/+1 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 2 | -5/+5 |
| 2012-01-03 | ntfs: propagate umode_t | Al Viro | 2 | -5/+5 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -4/+4 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -6/+9 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -2/+18 |
| 2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig | 2 | -10/+3 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 9 | -25/+25 |
| 2011-03-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2011-03-24 | fs: rename inode_lock to inode_hash_lock | Dave Chinner | 1 | -2/+2 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -6/+1 |
| 2011-03-17 | fs: change to new flag variable | matt mooney | 1 | -12/+7 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 2 | -6/+1 |
| 2011-01-31 | NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). | Anton Altaparmakov | 1 | -4/+7 |
| 2011-01-12 | NTFS: writev() fix and maintenance/contact details update | Anton Altaparmakov | 3 | -22/+21 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -5/+4 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -2/+2 |
| 2010-10-25 | ntfs: don't call invalidate_inodes() | Al Viro | 1 | -15/+0 |
| 2010-10-04 | BKL: Remove BKL from NTFS | Jan Blunck | 1 | -27/+2 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -0/+5 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 3 | -4/+7 |
| 2010-08-09 | remove inode_setattr | Christoph Hellwig | 1 | -3/+0 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 2 | -10/+4 |
| 2010-05-25 | ntfs: use add_to_page_cache_lru() | Minchan Kim | 1 | -15/+4 |
| 2010-05-25 | ntfs: clean up ntfs_attr_extend_initialized | Minchan Kim | 1 | -7/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -0/+9 |
| 2010-03-17 | ntfs: use bitmap_weight | Akinobu Mita | 1 | -12/+13 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1702/+0 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 5 | -5/+13 |
| 2010-02-24 | Remove fs/ntfs/ChangeLog | Jiri Kosina | 1 | -1702/+0 |
| 2009-12-17 | kill I_LOCK | Christoph Hellwig | 1 | -3/+3 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+4 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -4/+4 |
| 2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -1/+1 |
| 2009-11-12 | sysctl fs: Remove dead binary sysctl support | Eric W. Biederman | 1 | -2/+0 |
| 2009-09-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+4 |
| 2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+2 |
| 2009-09-24 | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 1 | -6/+4 |
| 2009-09-23 | ntfs: remove ntfs_file_write | Christoph Hellwig | 1 | -41/+1 |
| 2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -1/+1 |
| 2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 1 | -1/+1 |
| 2009-09-16 | HWPOISON: Enable .remove_error_page for migration aware file systems | Andi Kleen | 1 | -0/+2 |
| 2009-09-14 | ntfs: Use new syncing helpers and update comments | Jan Kara | 2 | -19/+10 |
| 2009-06-16 | ntfs: use is_power_of_2() function for clarity. | Robert P. J. Day | 2 | -2/+4 |
| 2009-06-11 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -1/+14 |
| 2009-06-11 | ntfs: remove old debug check for dirty data in ntfs_put_super() | Jens Axboe | 1 | -30/+3 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -1/+5 |
| 2009-05-22 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -3/+3 |
| 2009-04-01 | ntfs: remove private wrapper of endian helpers | Harvey Harrison | 7 | -227/+215 |
| 2009-01-22 | fs/Kconfig: move ntfs out | Alexey Dobriyan | 1 | -0/+78 |
| 2009-01-05 | ntfs: don't NULL i_op | Al Viro | 1 | -3/+0 |
| 2008-12-01 | ntfs: don't fool kernel-doc | Randy Dunlap | 1 | -6/+2 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -20/+2 |
| 2008-10-20 | vmscan: split LRU lists into anon & file sets | Rik van Riel | 1 | -2/+2 |
| 2008-09-02 | NTFS: update homepage | Adrian Bunk | 1 | -2/+2 |
| 2008-08-25 | [PATCH] ntfs: use d_add_ci | Christoph Hellwig | 1 | -87/+2 |
| 2008-08-04 | fs: rename buffer trylock | Nick Piggin | 3 | -4/+4 |
| 2008-07-26 | [patch 3/5] vfs: change remove_suid() to file_remove_suid() | Miklos Szeredi | 1 | -1/+1 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-05-24 | ntfs: le*_add_cpu conversion | Marcin Slusarz | 1 | -3/+2 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
| 2008-04-29 | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 1 | -3/+3 |
| 2008-02-05 | is_vmalloc_addr(): Check if an address is within the vmalloc boundaries | Christoph Lameter | 1 | -2/+1 |
| 2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 3 | -27/+27 |
| 2007-11-03 | NTFS: Fix read regression. | Anton Altaparmakov | 3 | -5/+20 |
| 2007-10-22 | exportfs: make struct export_operations const | Christoph Hellwig | 2 | -2/+2 |
| 2007-10-22 | ntfs: new export ops | Christoph Hellwig | 1 | -47/+28 |
| 2007-10-20 | fix typo "insted" -> "instead" | Uwe Kleine-König | 1 | -1/+1 |
| 2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 3 | -3/+3 |
| 2007-10-17 | writeback: fix ntfs with sb_has_dirty_inodes() | Fengguang Wu | 1 | -2/+2 |
| 2007-10-17 | fs: correct SuS compliance for open of large file without options | Alan Cox | 1 | -1/+1 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -2/+1 |
| 2007-10-12 | NTFS: Fix a mount time deadlock. | Anton Altaparmakov | 8 | -52/+178 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -5/+5 |
| 2007-07-17 | knfsd: exportfs: add exportfs.h header | Christoph Hellwig | 1 | -0/+1 |
| 2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 1 | -1/+1 |
| 2007-05-31 | ntfs_init_locked_inode(): fix array indexing | Andrew Morton | 1 | -1/+1 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -2/+1 |
| 2007-05-12 | ntfs: use zero_user_page | Nate Diller | 2 | -69/+26 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2 | -2/+0 |
| 2007-05-08 | mm: move common segment checks to separate helper function | Dmitriy Monakhov | 1 | -18/+3 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |