aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-20ext4: fix data=journal fast mount/umount hangTheodore Ts'o
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-03-18xfs: ensure we capture IO errors correctlyDave Chinner
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster
2013-03-18ext4: fix memory leakage in mext_check_coverageDmitry Monakhov
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-13nfsd: convert to idr_alloc()Tejun Heo
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner
2013-03-12vfs: fix pipe counter breakageAl Viro
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu
2013-03-11ext3: Fix format string issuesLars-Peter Clausen
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney
2013-03-11jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-03-11hostfs: fix a not needed double checkMarco Stornelli
2013-03-10ext4: reserve metadata block for every delayed writeLukas Czerner
2013-03-10ext4: update reserved space after the 'correction'Lukas Czerner
2013-03-10ext4: do not use yield()Lukas Czerner
2013-03-10ext4: remove unused variable in ext4_free_blocks()Lukas Czerner
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Jan Kara
2013-03-10ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu
2013-03-10ext4: update extent status tree after an extent is zeroed outZheng Liu
2013-03-10ext4: fix wrong m_len value after unwritten extent conversionZheng Liu
2013-03-10ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds