summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-20ext4: Use schedule_timeout_interruptible() for waiting in lazyinit threadLukas Czerner2-29/+6
2011-05-18ext4: wait for writeback to complete while making pages writableDarrick J. Wong1-5/+19
2011-05-18ext4: clean up some wait_on_page_writeback callsDarrick J. Wong2-5/+2
2011-05-18ext4: don't warn about mnt_count if it has been disabledTao Ma1-1/+1
2011-05-16ext4: ext4_ext_convert_to_initialized bug found in extended FSX testingAllison Henderson1-5/+4
2011-05-16ext4: fix oops in ext4_quota_off()Amir Goldstein1-0/+3
2011-05-15ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2011-05-10ext4: remove alloc_sempAmir Goldstein2-36/+1
2011-05-10ext4: teach ext4_mb_init_cache() to skip uptodate buddy cachesAmir Goldstein1-8/+25
2011-05-10ext4: synchronize ext4_mb_init_group() with buddy page lockAmir Goldstein1-113/+62
2011-05-10ext4: implement ext4_add_groupblocks() by freeing blocksAmir Goldstein1-17/+18
2011-05-09ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o3-27/+4
2011-05-09ext4: move ext4_add_groupblocks() to mballoc.cAmir Goldstein3-126/+126
2011-05-09ext4: remove redundant #ifdef in super.cAmerigo Wang1-2/+0
2011-05-09ext4: remove redundant check for first_not_zeroed in ext4_register_li_requestTao Ma1-8/+1
2011-05-09ext4: use s_inodes_per_block directly in __ext4_get_inode_locTao Ma1-1/+1
2011-05-09ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.cTao Ma1-1/+1
2011-05-09jbd2: only print the debugging information for tid wraparound onceTheodore Ts'o1-4/+5
2011-05-09jbd2: Fix forever sleeping process in do_get_write_access()Jan Kara1-2/+7
2011-05-03ext4: reimplement convert and split_unwrittenYongqiang Yang1-408/+72
2011-05-03ext4: add ext4_split_extent_at() and ext4_split_extent()Yongqiang Yang1-0/+187
2011-05-03ext4: add a function merging extents right and leftYongqiang Yang1-29/+36
2011-05-03ext4: fix deadlock in ext4_symlink() in ENOSPC conditionsJan Kara1-11/+55
2011-05-03ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2011-05-03ext4: set extents flag when migrating file to use extentsTheodore Ts'o1-1/+1
2011-05-02jbd2: fix fsync() tid wraparound bugTheodore Ts'o1-3/+13
2011-05-02ext4: remove obsolete mount options from ext4's documentationTheodore Ts'o1-4/+0
2011-05-02ext4: remove dead code in ext4_has_free_blocks()Shaohua Li1-5/+0
2011-04-30ext4: ignore errors when issuing discardsTheodore Ts'o1-25/+9
2011-04-30ext4: don't set PageUptodate in ext4_end_bio()Curt Wohlgemuth1-28/+11
2011-04-18ext4: check for ext[23] file system features when mounting as ext[23]Theodore Ts'o2-9/+80
2011-04-17ext4: release page cache in ext4_mb_load_buddy error pathYang Ruirui1-0/+2
2011-04-12Linux 2.6.39-rc3v2.6.39-rc3Linus Torvalds1-1/+1
2011-04-12xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-11pci: fix PCI bus allocation alignment handlingLinus Torvalds1-2/+2
2011-04-11dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder1-1/+1
2011-04-11ext4: fix data corruption regression by reverting commit 6de9843dab3fTheodore Ts'o1-0/+1
2011-04-11ext4: Allow indirect-block file to grow the file size to max file sizeKazuya Mio1-6/+17
2011-04-11ext4: allow an active handle to be started when freezingYongqiang Yang1-11/+33
2011-04-11ext4: sync the directory inode in ext4_sync_parent()Curt Wohlgemuth1-3/+14
2011-04-11net: Add support for SMSC LAN9530, LAN9730 and LAN89530Steve Glendinning1-0/+15
2011-04-10nfsd4: fix oops on lock failureJ. Bruce Fields1-3/+6
2011-04-08signal.c: fix erroneous syscall kernel-docRandy Dunlap1-2/+2
2011-04-08xfs: use proper interfaces for on-stack pluggingChristoph Hellwig1-11/+9
2011-04-08xfs: fix xfs_debug warningsChristoph Hellwig2-29/+22
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig5-18/+0
2011-04-08mlx4_en: Restoring RX buffer pointer in case of failureYevgeny Petrilin1-0/+4
2011-04-08mlx4: Sensing link type at device initializationYevgeny Petrilin3-2/+9
2011-04-08xfs: convert log tail checking to a warningDave Chinner2-8/+25
2011-04-08xfs: catch bad block numbers freeing extents.Dave Chinner1-7/+23