aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* genetlink: make netns awareJohannes Berg2009-07-121-1/+1
* Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-07-041-2/+1
|\
| * NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells2009-07-031-2/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-021-0/+3
|\ \
| * | fs/notify/inotify: decrement user inotify count on closeKeith Packard2009-07-021-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-028-193/+423
|\ \ \ | |/ / |/| |
| * | Btrfs: fix error message formattingHu Tao2009-07-021-1/+1
| * | Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby2009-07-021-1/+1
| * | Btrfs: honor nodatacow/sum mount options for new filesChris Mason2009-07-021-6/+7
| * | Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-024-181/+395
| * | Btrfs: account for space we may use in fallocateJosef Bacik2009-07-021-1/+11
| * | Btrfs: fix the file clone ioctl for preallocated extentsChris Mason2009-07-021-2/+4
| * | Btrfs: don't log the inode in file_write while growing the fileChris Mason2009-07-021-1/+4
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-07-011-2/+2
|\ \ \
| * | | jffs2: fix another potential leak on error path in scan.cDavid Woodhouse2009-06-231-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-07-015-9/+228
|\ \ \ \
| * | | | fuse: invalidation reverse callsJohn Muir2009-06-304-3/+198
| * | | | fuse: allow umask processing in userspaceMiklos Szeredi2009-06-303-4/+28
| * | | | fuse: fix bad return value in fuse_file_poll()Miklos Szeredi2009-06-301-1/+1
| * | | | fuse: fix return value of fuse_dev_write()Csaba Henk2009-06-301-1/+1
| | |_|/ | |/| |
* | | | elf: fix one check-after-useAmerigo Wang2009-07-011-2/+2
* | | | block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-012-48/+133
* | | | hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer2009-06-301-0/+1
* | | | ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-06-301-2/+10
* | | | elf: limit max map count to safe valueKAMEZAWA Hiroyuki2009-06-301-1/+4
* | | | eventfd: revised interface and cleanupsDavide Libenzi2009-06-302-29/+117
* | | | AFS: Fix lock imbalanceJiri Slaby2009-06-301-1/+0
* | | | integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-0/+7
* | | | cifs: fix fh_mutex locking in cifs_reopen_fileJeff Layton2009-06-271-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-06-2615-158/+246
|\ \ \ \ | |/ / / |/| | |
| * | | [CIFS] remove unknown mount option warning messageSteve French2009-06-261-0/+4
| * | | [CIFS] remove bkl usage from umount beginSteve French2009-06-261-4/+7
| * | | cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-255-20/+40
| * | | [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-254-9/+52
| * | | [CIFS] Copy struct *after* setting the port, instead of before.Simo Leone2009-06-251-2/+2
| * | | cifs: remove rw/ro optionsJeff Layton2009-06-251-6/+0
| * | | cifs: fix problems with earlier patchesJeff Layton2009-06-251-2/+0
| * | | cifs: have cifs parse scope_id out of IPv6 addresses and use itJeff Layton2009-06-253-9/+33
| * | | [CIFS] Do not send tree disconnect if session is already disconnectedSteve French2009-06-252-2/+2
| * | | [CIFS] Fix build breakSteve French2009-06-151-1/+1
| * | | cifs: display scopeid in /proc/mountsJeff Layton2009-06-151-11/+22
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-06-1444-2083/+1341
| |\ \ \
| * | | | cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton2009-06-134-40/+38
| * | | | cifs: have cifs_show_options show forceuid/forcegid optionsJeff Layton2009-06-131-0/+5
| * | | | cifs: remove unneeded NULL checks from cifs_show_optionsJeff Layton2009-06-131-71/+59
* | | | | another race fix in jfs_check_acl()Al Viro2009-06-241-6/+7
* | | | | Get "no acls for this inode" right, fix shmem breakageAl Viro2009-06-242-6/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-2448-741/+326
|\ \ \ \ \
| * | | | | switch xfs to generic acl caching helpersAl Viro2009-06-244-75/+9
| * | | | | helpers for acl caching + switch to thoseAl Viro2009-06-249-333/+91