aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-22vfs,proc: guarantee unique inodes in /procGravatar Linus Torvalds 1-3/+3
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-56/+43
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 12-81/+540
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesGravatar Jeff Layton 1-48/+5
2013-03-20ext4: fix data=journal fast mount/umount hangGravatar Theodore Ts'o 1-1/+2
2013-03-20ext4: fix ext4_evict_inode() racing against workqueue processing codeGravatar Theodore Ts'o 3-4/+14
2013-03-19Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-2/+8
2013-03-18xfs: ensure we capture IO errors correctlyGravatar Dave Chinner 1-0/+6
2013-03-18xfs: fix xfs_iomap_eof_prealloc_initial_size typeGravatar Mark Tinguely 1-1/+1
2013-03-18xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Gravatar Brian Foster 1-1/+1
2013-03-18ext4: fix memory leakage in mext_check_coverageGravatar Dmitry Monakhov 1-16/+19
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 7-12/+25
2013-03-15Btrfs: fix warning of free_extent_mapGravatar Liu Bo 1-0/+1
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsGravatar Liu Bo 1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensGravatar Wang Shilong 1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionGravatar Josef Bacik 1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountGravatar Eric Sandeen 1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockGravatar Liu Bo 1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workGravatar Liu Bo 1-0/+3
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 10-0/+11
2013-03-13nfsd: convert to idr_alloc()Gravatar Tejun Heo 1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Gravatar Tejun Heo 1-31/+0
2013-03-13cifs: delay super block destruction until all cifsFileInfo objects are goneGravatar Mateusz Guzik 3-1/+33
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYGravatar Sachin Prabhu 2-7/+5
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionGravatar Jan Kara 2-1/+2
2013-03-12fs: Readd the fs module aliases.Gravatar Eric W. Biederman 5-0/+6
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Gravatar Mathieu Desnoyers 1-8/+7
2013-03-12ext4: use s_extent_max_zeroout_kb value as number of kbGravatar Lukas Czerner 1-1/+1
2013-03-12vfs: fix pipe counter breakageGravatar Al Viro 1-0/+3
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countGravatar Theodore Ts'o 5-15/+15
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyGravatar Ionut-Gabriel Radu 1-3/+1
2013-03-11ext3: Fix format string issuesGravatar Lars-Peter Clausen 1-2/+2
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeGravatar Jeff Mahoney 1-1/+4
2013-03-11jbd2: fix use after free in jbd2_journal_dirty_metadata()Gravatar Jan Kara 1-5/+10
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Gravatar Eric W. Biederman 5-0/+5
2013-03-11hostfs: fix a not needed double checkGravatar Marco Stornelli 1-8/+1
2013-03-10ext4: reserve metadata block for every delayed writeGravatar Lukas Czerner 1-2/+61
2013-03-10ext4: update reserved space after the 'correction'Gravatar Lukas Czerner 1-3/+9
2013-03-10ext4: do not use yield()Gravatar Lukas Czerner 2-7/+3
2013-03-10ext4: remove unused variable in ext4_free_blocks()Gravatar Lukas Czerner 1-3/+0
2013-03-10ext4: fix WARN_ON from ext4_releasepage()Gravatar Jan Kara 1-2/+2
2013-03-10ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Gravatar Zheng Liu 1-1/+5
2013-03-10ext4: update extent status tree after an extent is zeroed outGravatar Zheng Liu 4-4/+61
2013-03-10ext4: fix wrong m_len value after unwritten extent conversionGravatar Zheng Liu 1-0/+4
2013-03-10ext4: add self-testing infrastructure to do a sanity checkGravatar Dmitry Monakhov 3-0/+277
2013-03-10ext4: avoid a potential overflow in ext4_es_can_be_merged()Gravatar Zheng Liu 1-5/+15
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 55-15/+67
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkGravatar Eric W. Biederman 1-6/+6
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 9-130/+221