aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-25[CIFS] move cifs acl code to new file and fix build breakSteve French5-109/+137
2007-09-24[CIFS] Support for CIFS ACLs (part 1)Steve French4-8/+143
2007-09-20[CIFS] fix typo in previous commitSteve French1-1/+1
2007-09-20[CIFS] Print better error when server returns malformed QueryUnixInfo responseSteve French1-0/+3
2007-09-20[CIFS] Add warning message when broken server fails SetFSInfo callSteve French1-1/+10
2007-09-17[CIFS] Fallback to standard mkdir if server incorrectly claims support forSteve French2-3/+6
2007-09-16[CIFS] fix small memory leak in an error path in new posix mkdirSteve French1-2/+6
2007-09-15[CIFS] missing field in debug output from previous fixSteve French1-1/+2
2007-09-15[CIFS] Fix potential NULL pointer usage if kzalloc failsSteve French2-12/+17
2007-09-15[CIFS] typo in earlier cifs_reconnect fixSteve French1-1/+0
2007-09-13[CIFS] Respect umask when using POSIX mkdirJeff1-0/+1
2007-09-11[CIFS] lock inode open file list in close in case racing with openSteve French1-0/+2
2007-09-07[CIFS] Fix oops in find_writable_fileSteve French1-9/+28
2007-08-31[CIFS] Fix warnings shown by newer version of sparseSteve French4-37/+32
2007-08-30[CIFS] formatting cleanup found by checkpatchSteve French10-105/+80
2007-08-30[CIFS] fix for incorrect session reconnectsSteve French1-6/+7
2007-08-30[CIFS][KJ] use abs() from kernel.h where appropriateAndre Haupt1-1/+1
2007-08-24[CIFS] fix typo in previousSteve French1-1/+1
2007-08-24[CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton2-2/+6
2007-08-24[CIFS] Fix unbalanced call to GetXid/FreeXidCyrill Gorcunov1-1/+1
2007-08-22[CIFS] cifs truncate missing a fix for private map COW raceSteve French1-0/+9
2007-08-20dio: zero struct dio with kzalloc instead of manuallyZach Brown1-17/+1
2007-08-20JFFS2 locking regression fix.David Woodhouse1-0/+3
2007-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-13/+45
2007-08-18Reset current->pdeath_signal on SUID binary executionMarcel Holtmann1-4/+9
2007-08-18[CIFS] Check return code on failed allocCyrill Gorcunov2-0/+10
2007-08-14[GFS2] Revert remounting w/o acl option leaves acls enabledSteven Whitehouse1-12/+13
2007-08-14[GFS2] Fix setting of inherit jdata attrSteven Whitehouse1-12/+17
2007-08-14[GFS2] Fix incorrect error path in prepare_write()Steven Whitehouse1-1/+2
2007-08-14[GFS2] Fix incorrect return code in rgrp.cSteven Whitehouse1-2/+5
2007-08-14[GFS2] soft lockup in rgblk_searchBob Peterson1-3/+6
2007-08-14[GFS2] soft lockup detected in databuf_lo_before_commitBob Peterson1-2/+4
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland1-14/+55
2007-08-14[DLM] More othercon fixesPatrick Caulfield1-10/+15
2007-08-14[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zeroJesper Juhl1-1/+3
2007-08-14[DLM] zero unused parts of sockaddr_storagePatrick Caulfield1-0/+1
2007-08-14[DLM] fix NULL ls usageDavid Teigland1-4/+3
2007-08-14[DLM] Clear othercon pointers when a connection is closedPatrick Caulfield1-0/+2
2007-08-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds7-50/+101
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi1-5/+13
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi1-0/+4
2007-08-11direct-io: fix error-path crashesBadari Pulavarty1-0/+1
2007-08-09ocfs2: set non-default s_time_gran during mountMark Fasheh1-0/+1
2007-08-09ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran1-8/+16
2007-08-09ocfs2: Fix rename/extend raceSunil Mushran1-1/+15
2007-08-09[2.6 patch] ocfs2_insert_extent(): remove dead codeAdrian Bunk1-4/+0
2007-08-09ocfs2: Fix max offset calculationsMark Fasheh1-28/+40
2007-08-09ocfs2: check ia_size limits in setattrMark Fasheh1-0/+5
2007-08-09ocfs2: Fix some casting errors related to file writesMark Fasheh2-5/+5
2007-08-09ocfs2: use s_maxbytes directly in ocfs2_change_file_space()Mark Fasheh3-4/+2