summaryrefslogtreecommitdiff
path: root/fs/ntfs
Commit message (Expand)AuthorAge
* ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) callChristoph Hellwig2018-03-28
* ntfs: remove i_version handlingJeff Layton2018-01-01
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
|/
* ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-28
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-14
|\
| * fs: Add helper to clean bdev aliases under a bh and use itJan Kara2016-11-04
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\ \ | |/
| * mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-01
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-01
* | fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | get rid of separate multipage fault-in primitivesAl Viro2016-09-27
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\
| * Remove last traces of ->sync_pageMatthew Wilcox2016-06-30
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-28
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
| |/
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-07
|/
* fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-01
* fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-01
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* wrappers for ->i_mutex accessAl Viro2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* ntfs: delete unnecessary checks before calling iput()SF Markus Elfring2015-09-04
* ntfs: super.c: Fix error logNik Nyby2015-08-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-23
* | mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-24
* | NTFS: use kvfree() in ntfs_free()Pekka Enberg2015-06-24
|/
* get rid of assorted nameidata-related debrisAl Viro2015-05-15
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro2015-04-11
* make new_sync_{read,write}() staticAl Viro2015-04-11
* Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25