summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-11-27Merge 4.9.141 into android-4.9Greg Kroah-Hartman46-149/+351
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-03-02ANDROID: fs: exofs: fix filler function typeSami Tolvanen1-3/+9
2016-10-28fs: exofs: print a hex number after a 0x prefixUwe Kleine-König1-1/+1
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko7-14/+9
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds64-86/+86
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro5-35/+35
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-18treewide: Fix typos in printkMasanari Iida12-14/+14
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds95-470/+570
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2-8/+2
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-11-09fs/exofs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick8-38/+6
2015-05-11exofs: switch to {simple,page}_symlink_inode_operationsAl Viro5-66/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval31-59/+42
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-02-17vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig32-91/+8
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh29-33/+33
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds102-2028/+1796
2014-06-12->splice_write() via ->write_iter()Al Viro16-56/+156
2014-05-22ore: Support for raid 6Boaz Harrosh4-37/+80
2014-05-22ore: Remove redundant dev_order(), more cleanupsBoaz Harrosh3-31/+10
2014-05-22ore: (trivial) reformat some codeBoaz Harrosh2-14/+9
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-05-06pass iov_iter to ->direct_IO()Al Viro30-126/+117
2014-04-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds3-4/+4
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-04-03fs: Mark functions as static in exofs/ore_raid.cRashika Kheria1-2/+2
2014-04-03fs: Mark function as static in exofs/super.cRashika Kheria1-1/+1
2014-01-23exofs: Print less in r4wBoaz Harrosh1-9/+9
[next]