aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20cifs: set up recurring workqueue job to do SMB echo requestsJeff Layton2-0/+30
2011-01-20cifs: add ability to send an echo requestJeff Layton4-1/+65
2011-01-20cifs: add cifs_call_asyncJeff Layton2-1/+62
2011-01-20cifs: allow for different handling of received responseJeff Layton4-35/+60
2011-01-20cifs: clean up sync_mid_resultJeff Layton1-17/+18
2011-01-20cifs: don't reconnect server when we don't get a responseJeff Layton1-3/+1
2011-01-20cifs: wait indefinitely for responsesJeff Layton1-93/+17
2011-01-19cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and otherShirish Pargaonkar1-2/+11
2011-01-19cifs: Fix regression during share-level security mounts (Repost)Shirish Pargaonkar1-2/+2
2011-01-19[CIFS] Update cifs version numberSteve French1-1/+1
2011-01-19cifs: move mid result processing into common functionJeff Layton1-78/+43
2011-01-19cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntryJeff Layton1-17/+24
2011-01-19cifs: clean up accesses to midCountJeff Layton3-5/+5
2011-01-19cifs: make wait_for_free_request take a TCP_Server_Info pointerJeff Layton1-13/+13
2011-01-19cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exitingJeff Layton1-41/+3
2011-01-19cifs: don't fail writepages on -EAGAIN errorsJeff Layton1-12/+37
2011-01-19CIFS: Fix oplock break handling (try #2)Pavel Shilovsky4-13/+16
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro3-19/+16
2011-01-18autofs4: split autofs4_init_ino()Al Viro3-26/+15
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro1-18/+10
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro3-7/+5
2011-01-18autofs4: kill ->size in autofs_infoAl Viro3-6/+3
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro3-16/+15
2011-01-18autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro1-12/+1
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro4-28/+9
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent1-1/+2
2011-01-18vfs - fix dentry ref count in do_lookup()Ian Kent1-1/+3
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent1-2/+2
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-623/+2490
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds7-80/+82
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven1-3/+3
2011-01-17Btrfs: forced readonly mounts on errorsliubo7-2/+523
2011-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+4
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-10/+9
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski1-8/+14
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2-12/+12
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches6-29/+30
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu2-27/+21
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu1-0/+2
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu1-1/+0
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin1-1/+1
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim1-5/+5
2011-01-17aio: check return value of create_workqueue()Namhyung Kim1-1/+1
2011-01-17hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert1-1/+1
2011-01-17compat: copy missing fields in compat_statfs64 to userNamhyung Kim1-1/+3
2011-01-17compat: update comment of compat statfs syscallsNamhyung Kim1-1/+1
2011-01-17compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim1-3/+1
2011-01-17fs: FS_POSIX_ACL does not depend on BLOCKRandy Dunlap1-9/+8
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt1-1/+1