aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Squashfs: reverse order of filesystem table readingPhillip Lougher1-34/+37
2011-05-25Squashfs: move table allocation into squashfs_read_table()Phillip Lougher7-98/+44
2011-03-22Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher1-3/+3
2011-03-16Squashfs: handle corruption of directory structurePhillip Lougher2-0/+21
2011-02-28Squashfs: wrap squashfs_mount() definitionPhillip Lougher1-2/+2
2011-02-28Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher1-1/+0
2011-02-28Squashfs: Update Kconfig help text to include xz compressionPhillip Lougher1-6/+6
2011-02-28Squashfs: add compression options support to xz decompressorPhillip Lougher1-8/+41
2011-02-28Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher8-16/+54
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds18-116/+371
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-18/+28
2011-02-07Btrfs: Fix page count calculationYan, Zheng1-4/+4
2011-02-07cifs: remove checks for ses->status == CifsExitingJeff Layton1-4/+1
2011-02-06btrfs: Drop __exit attribute on btrfs_exit_compressAlexey Charkov1-1/+1
2011-02-06btrfs: cleanup error handling in btrfs_unlink_inode()Tsutomu Itoh1-1/+1
2011-02-06Btrfs: exclude super blocks when we read in block groupsJosef Bacik1-8/+18
2011-02-06Btrfs: make sure search_bitmap finds something in remove_from_bitmapJosef Bacik1-0/+1
2011-02-06cifs: add check for kmalloc in parse_daclStanislav Fomichev1-0/+4
2011-02-05cifs: don't send an echo request unless NegProt has been doneJeff Layton1-2/+6
2011-02-04cifs: enable signing flag in SMB header when server has it onJeff Layton1-0/+4
2011-02-04cifs: Possible slab memory corruption while updating extended stats (repost)Shirish Pargaonkar1-2/+2
2011-02-04CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa1-1/+1
2011-02-04CIFS: Fix variable types in cifs_iovec_read/write (try #2)Pavel Shilovsky1-5/+6
2011-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplusLinus Torvalds4-51/+67
2011-02-03hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig1-2/+2
2011-02-03hfsplus: fix two memory leaks in wrapper.cChuck Ebbert1-2/+2
2011-02-03hfsplus: do not leak buffer on errorChuck Ebbert1-2/+2
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig1-45/+61
2011-02-02Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh1-2/+0
2011-02-02fs: make block fiemap mapping length at least blocksize longJosef Bacik1-0/+7
2011-02-02vfs: sparse: add __FMODE_EXECNamhyung Kim2-3/+3
2011-02-02epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet1-3/+13
2011-02-02cifs: fix length vs. total_read confusion in cifs_demultiplex_threadJeff Layton1-5/+5
2011-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-85/+130
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh7-6/+37
2011-02-01btrfs: checking NULL or not in some functionsTsutomu Itoh3-0/+10
2011-01-31Btrfs: avoid uninit variable warnings in ordered-data.cChris Mason1-1/+1
2011-02-01Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds20-191/+170
2011-01-31cifs: fix length checks in checkSMBJeff Layton1-16/+17
2011-02-01Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-71/+152
2011-01-31[CIFS] Update cifs minor versionSteve French1-1/+1
2011-01-31Btrfs: catch errors from btrfs_sync_logChris Mason1-1/+2
2011-01-31Btrfs: make shrink_delalloc a little friendlierJosef Bacik1-3/+14
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