summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig2-17/+41
2008-08-13[XFS] Move attr log alloc size calculator to another function.Niv Sardi2-32/+49
2008-08-13[XFS] Use KM_NOFS for incore inode extent tree allocation V2David Chinner1-9/+7
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner4-17/+11
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner13-24/+23
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner6-7/+6
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner9-30/+41
2008-08-13[XFS] Do not access buffers after dropping reference countLachlan McIlroy1-5/+1
2008-08-13[XFS] Use the generic bitops rather than implementing them ourselves.David Chinner3-119/+37
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds14-509/+652
2008-08-08[CIFS] list entry can not return nullSteve French4-74/+61
2008-08-08[NFSD] uninline nfsd4_op_name()Adrian Bunk1-3/+2
2008-08-06turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton1-5/+17
2008-08-06move file time and dos attribute setting logic into new functionJeff Layton1-87/+109
2008-08-06spin off cifs_setattr with unix extensions to its own functionJeff Layton1-38/+119
2008-08-06bio: make use of bvec_nr_vecsDenis ChengRq1-6/+3
2008-08-06[CIFS] Code cleanup in old sessionsetup codeSteve French2-78/+80
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2-6/+25
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton3-14/+13
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton3-8/+8
2008-08-06[CIFS] fix trailing whitespaceSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton6-74/+102
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-08-05Fix missing braces in cifs_revalidate()Suresh Jayaraman1-1/+2
2008-08-04fs: rename buffer trylockNick Piggin8-11/+11
2008-08-04mm: rename page trylockNick Piggin7-9/+9
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds2-2/+2
2008-08-04remove locking around tcpSesAllocCount atomic variableJeff Layton1-9/+6
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds13-434/+729
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen1-4/+0
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-08-01Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pullLinus Torvalds82-3098/+3104
2008-08-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-98/+367
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-14/+32
2008-08-01[CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton1-7/+11
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro4-11/+11
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-0/+1
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01[PATCH] devpts: switch to IDAAlexey Dobriyan1-8/+8
2008-08-01[PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan1-5/+5
2008-08-01[PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan1-12/+9
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro4-22/+33
2008-08-01[PATCH] clean dup2() up a bitAl Viro1-26/+27
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro3-129/+75
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley1-1/+1
2008-08-01[JFFS2] Fix allocation of summary bufferDavid Woodhouse2-14/+32
2008-07-31[PATCH] ocfs2: Release mutex in error handling codeJulia Lawall1-1/+1
2008-07-31[PATCH] ocfs2: Fix oops when racing files truncates with writes into an mmap ...Sunil Mushran1-12/+17