summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-10-14FS/OMFS: block number sanity check during fill_super operationFabian Frederick
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick
2014-10-14fs/affs/file.c: fix shadow warningsFabian Frederick
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner
2014-10-14fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-13Merge tag 'xfs-for-linus-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner
2014-10-13xfs: fix agno increment in xfs_inumbers() loopEric Sandeen
2014-10-12fs/file_table.c: Update alloc_file() commentEric Biggers
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsEric Biggers
2014-10-12reiserfs: remove pointless forward declaration of struct nameidataAl Viro
2014-10-12take dname_external() into fs/dcache.cAl Viro
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Al Viro
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-10-09fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov
2014-10-09mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner
2014-10-09ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei
2014-10-09mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov
2014-10-09block_dev: implement readpages() to optimize sequential readAkinobu Mita
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita
2014-10-09vfs: make guard_bh_eod() more genericAkinobu Mita
2014-10-09fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov