summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-31cifs: No need to check crypto blockcipher allocationShirish Pargaonkar1-2/+3
2011-01-31cifs: clean up some compiler warningsJeff Layton4-17/+6
2011-01-31cifs: make CIFS depend on CRYPTO_MD4Jeff Layton1-0/+1
2011-01-31cifs: force a reconnect if there are too many MIDs in flightJeff Layton1-13/+24
2011-01-31cifs: don't pop a printk when sending on a socket is interruptedJeff Layton1-2/+2
2011-01-31cifs: simplify SMB header check routineJeff Layton1-22/+24
2011-01-31cifs: send an NT_CANCEL request when a process is signalledJeff Layton1-3/+12
2011-01-31cifs: handle cancelled requests betterJeff Layton1-7/+36
2011-01-31Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French11-33/+73
2011-01-31cifs: fix two compiler warning about uninitialized varsJeff Layton2-2/+4
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov1-4/+7
2011-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-704/+371
2011-01-29Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-29Btrfs: do error checking in btrfs_del_csumsJosef Bacik1-0/+3
2011-01-29Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik1-1/+27
2011-01-29Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik1-2/+14
2011-01-29Btrfs: fix check_path_shared so it returns the right valueJosef Bacik1-2/+3
2011-01-29btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh1-1/+1
2011-01-29btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh6-13/+51
2011-01-29fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall1-1/+1
2011-01-29btrfs: fix missing break in switch phraseliubo1-0/+1
2011-01-29btrfs: fix several uncheck memory allocationsliubo4-0/+33
2011-01-29btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo2-4/+25
2011-01-29Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason6-65/+117
2011-01-28NFS: NFSv4 readdir loses entriesChuck Lever1-3/+0
2011-01-28NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever1-3/+3
2011-01-28NFS: Fix an NFS client lockdep issueTrond Myklebust1-2/+4
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com1-8/+25
2011-01-28xfs: fix dquot shaker deadlockDave Chinner1-25/+21
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner3-12/+3
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner1-2/+18
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner1-0/+10
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner2-8/+26
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner1-1/+6
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner3-13/+38
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-14/+54
2011-01-27cifs: More crypto cleanup (try #2)Shirish Pargaonkar9-286/+97
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner1-2/+5
2011-01-26Btrfs: Fix file clone when source offset is not 0Li Zefan1-1/+4
2011-01-26Btrfs: Fix memory leak in writepage fixup workMiao Xie1-0/+1
2011-01-26Btrfs: Don't return acl info when mounting with noacl optionMiao Xie1-0/+6
2011-01-26Btrfs: Free correct pointer after using strsepTero Roponen1-2/+3
2011-01-26Btrfs: Fix memory leak on finding existing superIan Kent1-0/+2
2011-01-26Btrfs: Fix memory leak at umountLi Zefan1-0/+2
2011-01-26btrfs: Check mergeable free space when removing a clusterLi Zefan1-6/+20
2011-01-26btrfs: Add a helper try_merge_free_space()Li Zefan1-32/+43
2011-01-26btrfs: Update stats when allocating from a clusterLi Zefan1-3/+14
2011-01-26btrfs: Free fully occupied bitmap in clusterLi Zefan1-0/+2
2011-01-26btrfs: Add helper function free_bitmap()Li Zefan1-21/+16
2011-01-26btrfs: Fix threshold calculation for block groups smaller than 1GBLi Zefan1-2/+6