summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-216-56/+43
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5
* | Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-2112-81/+540
|\ \
| * | ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-201-1/+2
| * | ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o2013-03-203-4/+14
| * | ext4: fix memory leakage in mext_check_coverageDmitry Monakhov2013-03-181-16/+19
| * | ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner2013-03-121-1/+1
| * | ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-115-15/+15
| * | jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-111-5/+10
| * | ext4: reserve metadata block for every delayed writeLukas Czerner2013-03-101-2/+61
| * | ext4: update reserved space after the 'correction'Lukas Czerner2013-03-101-3/+9
| * | ext4: do not use yield()Lukas Czerner2013-03-102-7/+3
| * | ext4: remove unused variable in ext4_free_blocks()Lukas Czerner2013-03-101-3/+0
| * | ext4: fix WARN_ON from ext4_releasepage()Jan Kara2013-03-101-2/+2
| * | ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-101-1/+5
| * | ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-104-4/+61
| * | ext4: fix wrong m_len value after unwritten extent conversionZheng Liu2013-03-101-0/+4
| * | ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-103-0/+277
| * | ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu2013-03-101-5/+15
| * | ext4: invalidate extent status tree during extent migrationDmitry Monakhov2013-03-041-0/+8
| * | ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara2013-03-041-2/+0
| * | ext4: add warning to ext4_convert_unwritten_extents_endioDmitry Monakhov2013-03-041-1/+12
| * | ext4: disable merging of uninitialized extentsDmitry Monakhov2013-03-041-3/+5
| * | ext4: ext4_split_extent should take care of extent zerooutDmitry Monakhov2013-03-041-6/+17
* | | Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-03-192-2/+8
|\ \ \
| * | | xfs: ensure we capture IO errors correctlyDave Chinner2013-03-181-0/+6
| * | | xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-181-1/+1
| * | | xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster2013-03-181-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-177-12/+25
|\ \ \ \
| * | | | Btrfs: fix warning of free_extent_mapLiu Bo2013-03-151-0/+1
| * | | | Btrfs: fix warning when creating snapshotsLiu Bo2013-03-141-6/+5
| * | | | Btrfs: return as soon as possible when edquot happensWang Shilong2013-03-141-4/+6
| * | | | Btrfs: return EIO if we have extent tree corruptionJosef Bacik2013-03-141-1/+4
| * | | | btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-141-0/+6
| * | | | Btrfs: remove btrfs_try_spin_lockLiu Bo2013-03-141-1/+0
| * | | | Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo2013-03-141-0/+3
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-03-145-7/+9
|\ \ \ \ \
| * | | | | ext2: Fix BUG_ON in evict() on inode deletionJan Kara2013-03-132-1/+2
| * | | | | reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
| * | | | | ext3: Fix format string issuesLars-Peter Clausen2013-03-111-2/+2
| * | | | | quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney2013-03-111-1/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-1310-0/+11
|\ \ \ \ \ \
| * | | | | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-125-0/+6
| * | | | | | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-115-0/+5
| |/ / / / /
* | | | | | nfsd: convert to idr_alloc()Tejun Heo2013-03-131-3/+2
* | | | | | nfsd: remove unused get_new_stid()Tejun Heo2013-03-131-31/+0
| |_|_|_|/ |/| | | |
* | | | | Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-121-8/+7