aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French4-1/+2571
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky1-0/+1782
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky2-13/+15
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky14-352/+375
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky5-35/+56
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky6-15/+24
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky6-21/+46
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky5-49/+74
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky3-159/+175
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton3-5/+5
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton1-4/+0
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton3-16/+13
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton8-55/+55
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton1-1/+1
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds172-2032/+2301
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro1-2/+2
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro1-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro9-63/+45
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro7-19/+19
2012-07-23tidy up namei.c a bitAl Viro1-18/+21
2012-07-23unobfuscate follow_up() a bitAl Viro1-1/+1
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen1-2/+2
2012-07-23ext4: use core vfs llseek code for dir seeksEric Sandeen2-64/+17
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen3-10/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passesJan Kara1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara1-7/+11
2012-07-22vfs: Create function for iterating over block devicesJan Kara1-0/+36
2012-07-22vfs: Reorder operations during sys_syncJan Kara1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara7-3/+28
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara7-11/+29
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2-7/+5
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy1-3/+0
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy2-11/+0
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy1-4/+1
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy1-3/+0
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy2-5/+2
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy3-4/+5
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: get rid of lock_superArtem Bityutskiy1-2/+10
2012-07-22hfs: push lock_super downArtem Bityutskiy3-6/+2
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy5-16/+43
2012-07-22hfsplus: remove useless checkArtem Bityutskiy1-3/+0
2012-07-22hfsplus: amend debugging printArtem Bityutskiy1-1/+1