summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-29flat: fix data sections alignmentOskar Schirmer1-15/+31
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro1-1/+1
2009-05-29jffs2: Fix corruption when flash erase/write failureJoakim Tjernlund1-7/+0
2009-05-28sysfs: file.c: use create_singlethread_workqueue()Andrew Morton1-1/+1
2009-05-28cifs: clean up set_cifs_acl interfacesChristoph Hellwig1-37/+41
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig3-51/+55
2009-05-28[CIFS] Update readme to indicate change to default mount (serverino)Steve French3-2/+15
2009-05-28cifs: make serverino the default when mountingJeff Layton1-0/+2
2009-05-28cifs: rename cifs_iget to cifs_root_igetJeff Layton3-3/+3
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton4-34/+18
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton5-23/+20
2009-05-28integrity: nfsd imbalance bug fixMimi Zohar1-0/+14
2009-05-27nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun1-3/+3
2009-05-27CacheFiles: Fixup renamed filenames in comments in internal.hDavid Howells1-9/+9
2009-05-27FS-Cache: Fixup renamed filenames in comments in internal.hDavid Howells1-9/+9
2009-05-26cifs: tighten up default file_mode/dir_modeJeff Layton1-3/+3
2009-05-26cifs: fix artificial limit on reading symlinksJeff Layton1-2/+1
2009-05-26NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust1-6/+3
2009-05-26nfs: fix build error in nfsroot with initconstSam Ravnborg1-1/+1
2009-05-26GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse1-51/+1
2009-05-26GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse1-33/+8
2009-05-25ext4: Clean up calls to ext4_get_group_desc()Theodore Ts'o2-4/+2
2009-05-25ext4: remove unused function __ext4_write_dirty_metadataTheodore Ts'o1-19/+0
2009-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-19/+24
2009-05-23[CIFS] Avoid open on possible directories since Samba now rejects themSteve French1-19/+24
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+10
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-9/+10
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen16-25/+26
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe5-64/+72
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe114-2728/+2011
2009-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+1
2009-05-22nilfs2: fix memory leak in nilfs_ioctl_clean_segmentsRyusuke Konishi1-1/+1
2009-05-22GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse3-41/+38
2009-05-22GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse3-58/+56
2009-05-22GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse3-54/+53
2009-05-22GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse4-956/+903
2009-05-22GFS2: Clean up some file namesSteven Whitehouse12-55/+34
2009-05-22Merge branch 'master' into nextJames Morris78-2248/+1489
2009-05-22integrity: move ima_counts_getMimi Zohar1-0/+2
2009-05-22integrity: path_check updateMimi Zohar2-4/+7
2009-05-21[CIFS] fix posix open regressionSteve French2-36/+44
2009-05-21GFS2: Be more aggressive in reclaiming unlinked inodesSteven Whitehouse2-3/+4
2009-05-21GFS2: Add a rgrp bitmap full flagSteven Whitehouse2-30/+50
2009-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-27/+27
2009-05-20GFS2: Improve resource group error handlingSteven Whitehouse7-67/+99
2009-05-19cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2-27/+27
2009-05-19GFS2: Don't warn when delete inode fails on ro filesystemSteven Whitehouse1-1/+1
2009-05-19splice: fix kmaps in default_file_splice_write()Miklos Szeredi1-108/+22
2009-05-19bio: always copy back data for copied kernel requestsTejun Heo1-1/+1
2009-05-19GFS2: Umount recovery race fixSteven Whitehouse9-124/+122