summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney23-385/+980
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney8-56/+300
2012-03-22btrfs: add varargs to btrfs_errorJeff Mahoney2-9/+66
2012-03-22btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh1-1/+3
2012-03-22btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh1-1/+2
2012-03-22btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh1-1/+3
2012-03-22btrfs: Go readonly on tree errors in balance_levelMark Fasheh1-2/+11
2012-03-22btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh1-1/+4
2012-03-22btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh1-1/+5
2012-03-22btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh1-4/+6
2012-03-22btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh1-2/+13
2012-03-22btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh1-4/+7
2012-03-22btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh2-2/+6
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney4-8/+12
2012-03-22btrfs: split extent_state opsJeff Mahoney3-15/+25
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney9-76/+63
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney28-410/+249
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney1-6/+16
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney3-15/+31
2012-03-22btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney2-5/+17
2012-03-22btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney1-3/+4
2012-03-22btrfs: btrfs_update_root error push-upJeff Mahoney2-4/+7
2012-03-22btrfs: find_and_setup_root error push-upJeff Mahoney1-5/+6
2012-03-22btrfs: Remove set bits return from clear_extent_bitJeff Mahoney1-7/+5
2012-03-22btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPCJeff Mahoney1-1/+2
2012-03-22btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney2-7/+12
2012-03-22btrfs: Simplify btrfs_insert_rootJeff Mahoney1-6/+3
2012-03-22btrfs: Fix kfree of member instead of structureJeff Mahoney1-3/+3
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney2-9/+39
2012-03-22btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney1-20/+38
2012-03-22btrfs: Add btrfs_panic()Jeff Mahoney2-1/+60
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-16Merge branch 'akpm' (more patches from Andrew)Linus Torvalds1-0/+7
2012-03-16nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-16nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-03-16afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-16afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2012-03-13Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-16/+59
2012-03-10restore smp_mb() in unlock_new_inode()Al Viro1-0/+1
2012-03-10vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-10vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-03-10vfs: Correctly set the dir i_mutex lockdep classTyler Hicks1-2/+1
2012-03-09aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-09aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+7
2012-03-06CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-06cifs: possible memory leak in xattr.Santosh Nayak1-3/+3
2012-03-06Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37