summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-059p: do not overwrite return code when locking failsDominique Martinet
2015-11-05ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi
2015-11-05ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi
2015-11-05ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen
2015-11-05ocfs2: fix race between mount and delete node/clusterJoseph Qi
2015-11-05ocfs2: only take lock if dio entry when recover orphansJoseph Qi
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi
2015-11-05ocfs2: improve performance for localallocJoseph Qi
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu
2015-11-05logfs: fix build warningSudip Mukherjee
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen
2015-11-05inotify: hide internal kernel bits from fdinfoDave Hansen
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-11-01Merge branch 'fs-file-descriptor-optimization'Linus Torvalds
2015-10-31vfs: conditionally clear close-on-exec flagLinus Torvalds
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-24Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi
2015-10-21btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-20btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo
2015-10-18debugfs: Add debugfs_create_ulong()Viresh Kumar
2015-10-17debugfs: Add read-only/write-only bool file opsStephen Boyd
2015-10-17debugfs: Add read-only/write-only size_t file opsStephen Boyd
2015-10-17debugfs: Add read-only/write-only x64 file opsStephen Boyd
2015-10-17debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-10-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky
2015-10-13btrfs: fix use after free iterating extrefsChris Mason
2015-10-13btrfs: check unsupported filters in balance argumentsDavid Sterba
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2015-10-12writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi