Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-06-28mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara
2011-06-28romfs: fix romfs_get_unmapped_area() argument checkBob Liu
2011-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-06-27btrfs: fix inconsonant inode informationMiao Xie
2011-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov
2011-06-25cifs: propagate errors from cifs_get_root() to mount(2)Al Viro
2011-06-25cifs: tidy cifs_do_mount() up a bitAl Viro
2011-06-25cifs: more breakage on mount failuresAl Viro
2011-06-25cifs: close sget() racesAl Viro
2011-06-25cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-25cifs: move cifs_umount() call into ->kill_sb()Al Viro
2011-06-25cifs: pull cifs_mount() call upAl Viro
2011-06-25sanitize cifs_umount() prototypeAl Viro
2011-06-25cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-25cifs: allocate mountdata earlierAl Viro
2011-06-25cifs: leak on mount if we share superblockAl Viro
2011-06-25cifs: don't pass superblock to cifs_mount()Al Viro
2011-06-25cifs: don't leak nls on mount failureAl Viro
2011-06-25cifs: double free on mount failureAl Viro
2011-06-25take bdi setup/destruction into cifs_mount/cifs_umountAl Viro
2011-06-24cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason
2011-06-24cifs: free blkcipher in smbhashJeff Layton
2011-06-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl
2011-06-24xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner
2011-06-24xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner
2011-06-24xfs: reset inode per-lifetime state when recycling itDave Chinner
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Jeff Layton
2011-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2011-06-23CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky
2011-06-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-06-21NFS: Fix decode_secinfo_maxszBryan Schumaker
2011-06-21NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust
2011-06-21Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-21jfs: agstart field must be 64 bitsDave Kleikamp
2011-06-21NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsDave Kleikamp
2011-06-20fix comment in generic_permission()Al Viro