aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-10-23Merge tag 'v3.8.13.8' into v3.8-rtSteven Rostedt (Red Hat)
2013-09-12Merge tag 'v3.8.13.7' into v3.8-rtSteven Rostedt (Red Hat)
2013-08-29nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko
2013-08-29nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko
2013-08-29[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier
2013-08-29block: Add bio_for_each_segment_all()Kent Overstreet
2013-08-29Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-29jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara
2013-08-21fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-21ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna
2013-08-21ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o
2013-08-21cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2013-08-21cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-08-21Btrfs: release both paths before logging dir/changed extentsJosef Bacik
2013-08-21ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o
2013-08-21ext4: destroy ext4_es_cachep on module unloadEric Sandeen
2013-08-21ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o
2013-08-14nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya
2013-08-13fs/fscache: remove spin_lock() from the condition in while()Sebastian Andrzej Siewior
2013-08-13fs, jbd: pull your plug when waiting for spaceMike Galbraith
2013-08-13fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner
2013-08-13epoll.patchThomas Gleixner
2013-08-13fs: ntfs: disable interrupt only on !RTMike Galbraith
2013-08-13fs-block-rt-support.patchThomas Gleixner
2013-08-13mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2013-08-13fs: namespace preemption fixThomas Gleixner
2013-08-13timer-fd: Prevent live lockThomas Gleixner
2013-08-13buffer_head: Replace bh_uptodate_lock for -rtThomas Gleixner
2013-08-13locking-various-init-fixes.patchThomas Gleixner
2013-07-30Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik
2013-07-30Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik
2013-07-30ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o
2013-07-18ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o
2013-07-18ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o
2013-07-18lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery
2013-07-18CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky
2013-07-18[CIFS] use sensible file nlink values if unprovidedSteve French
2013-07-18Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik
2013-07-18Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik
2013-07-18Btrfs: fix unlock after free on rewinded tree blocksJan Schmidt
2013-07-18nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields
2013-07-18writeback: Fix periodic writeback after fs mountJan Kara
2013-07-16ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara
2013-07-16ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara
2013-07-16ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara
2013-07-16ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara
2013-07-16ext3: fix data=journal fast mount/umount hangJan Kara
2013-07-16hpfs: better test for errorsMikulas Patocka
2013-07-16ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi
2013-07-09jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o