summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-02-04cifs: Possible slab memory corruption while updating extended stats (repost)Shirish Pargaonkar
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa
2011-02-04CIFS: Fix variable types in cifs_iovec_read/write (try #2)Pavel Shilovsky
2011-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert
2011-02-03hfsplus: do not leak buffer on errorChuck Ebbert
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig
2011-02-03ext4: fix up ext4 error handlingTheodore Ts'o
2011-02-03ext4: unregister features interface on module unloadLukas Czerner
2011-02-03ext4: fix panic on module unload when stopping lazyinit threadEric Sandeen
2011-02-03Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh
2011-02-03fs: make block fiemap mapping length at least blocksize longJosef Bacik
2011-02-03vfs: sparse: add __FMODE_EXECNamhyung Kim
2011-02-03epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet
2011-02-02cifs: fix length vs. total_read confusion in cifs_demultiplex_threadJeff Layton
2011-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh
2011-02-01Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason
2011-01-31Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-01-31cifs: fix length checks in checkSMBJeff Layton
2011-01-31Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-01-31[CIFS] Update cifs minor versionSteve French
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik
2011-01-31cifs: No need to check crypto blockcipher allocationShirish Pargaonkar
2011-01-31cifs: clean up some compiler warningsJeff Layton
2011-01-31cifs: make CIFS depend on CRYPTO_MD4Jeff Layton
2011-01-31cifs: force a reconnect if there are too many MIDs in flightJeff Layton
2011-01-31cifs: don't pop a printk when sending on a socket is interruptedJeff Layton
2011-01-31cifs: simplify SMB header check routineJeff Layton
2011-01-31cifs: send an NT_CANCEL request when a process is signalledJeff Layton
2011-01-31cifs: handle cancelled requests betterJeff Layton
2011-01-31Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2011-01-31cifs: fix two compiler warning about uninitialized varsJeff Layton
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov
2011-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik
2011-01-28Btrfs: do error checking in btrfs_del_csumsJosef Bacik
2011-01-28Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik
2011-01-28Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik
2011-01-28Btrfs: fix check_path_shared so it returns the right valueJosef Bacik
2011-01-28btrfs: check return value of btrfs_start_ioctl_transaction() properlyTsutomu Itoh
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh
2011-01-28fs/btrfs/inode.c: Add missing IS_ERR testJulia Lawall
2011-01-28btrfs: fix missing break in switch phraseliubo
2011-01-28btrfs: fix several uncheck memory allocationsliubo
2011-01-28btrfs: fix uncheck memory allocation in btrfs_submit_compressed_readliubo
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason