summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-21fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-04-21kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2-71/+52
2009-04-21Separate out common fstatat code into vfs_fstatatOleg Drokin2-42/+33
2009-04-21ecryptfs: use memdup_user()Li Zefan1-10/+5
2009-04-21ncpfs: use memdup_user()Li Zefan1-14/+7
2009-04-21xfs: use memdup_user()Li Zefan2-24/+11
2009-04-21sysfs: use memdup_user()Li Zefan1-10/+3
2009-04-21btrfs: use memdup_user()Li Zefan2-46/+16
2009-04-21xattr: use memdup_user()Li Zefan1-7/+3
2009-04-21autofs4: use memchr() in invalid_string()Al Viro1-6/+4
2009-04-21Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse3-43/+30
2009-04-21fs/compat_ioctl: fix build when !BLOCKAlexander Beregalov1-4/+3
2009-04-21Fix autofs_expire()Al Viro1-16/+18
2009-04-21No need for crossing to mountpoint in audit_tag_tree()Al Viro1-1/+0
2009-04-21Safer nfsd_cross_mnt()Al Viro1-2/+7
2009-04-21Touch all affected namespaces on propagation of mountAl Viro1-1/+1
2009-04-21Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro1-1/+1
2009-04-19Don't set relatime when noatime is specifiedAndi Kleen1-2/+3
2009-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-272/+407
2009-04-18cifs: when renaming don't try to unlink negative dentryJeff Layton1-1/+2
2009-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-5/+15
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai1-0/+2
2009-04-17vfat: Note the NLS requirementAlan Cox1-0/+3
2009-04-17splice: fix new kernel-doc warningsRandy Dunlap1-2/+1
2009-04-17cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton1-1/+0
2009-04-17cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2-3/+11
2009-04-17cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton1-5/+2
2009-04-17cifs: fix unicode string area word alignment in session setupJeff Layton1-21/+23
2009-04-17[CIFS] Fix build break caused by change to new current_umask helper functionSteve French1-1/+1
2009-04-17[CIFS] Fix sparse warningsSteve French2-12/+18
2009-04-17[CIFS] Add support for posix open during lookupSteve French3-80/+118
2009-04-17cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton2-2/+2
2009-04-17cifs: remove dnotify thread codeJeff Layton1-47/+0
2009-04-17[CIFS] remove some build warningsSteve French1-3/+5
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton6-19/+61
2009-04-17[CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French1-0/+4
2009-04-17Remote DFS root support.Igor Mammedov1-32/+120
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French6-13/+18
2009-04-17cifs: remove some pointless conditionals before kfree()Wei Yongjun1-24/+12
2009-04-17cifs: flush data on any setattrJeff Layton1-28/+30
2009-04-17proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro1-2/+2
2009-04-17sysfs: sysfs poll keep the poll rule of regular file.KOSAKI Motohiro1-2/+2
2009-04-17sysfs: don't use global workqueue in sysfs_schedule_callback()Alex Chiang1-1/+11
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason1-11/+34
2009-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds6-21/+24
2009-04-15gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-5/+0
2009-04-15ext4: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-04-15dio: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-04-15bio: add documentation to bio_alloc()Jens Axboe1-0/+18
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi3-69/+59