summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky
2012-07-24cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-22ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro
2012-07-22btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro
2012-07-22switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-22ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro
2012-07-22don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-22tidy up namei.c a bitAl Viro
2012-07-22unobfuscate follow_up() a bitAl Viro
2012-07-22ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen
2012-07-22ext4: use core vfs llseek code for dir seeksEric Sandeen
2012-07-22vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-07-22vfs: Reorder operations during sys_syncJan Kara
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy
2012-07-22hfs: get rid of lock_superArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-22hfsplus: remove useless checkArtem Bityutskiy
2012-07-22hfsplus: amend debugging printArtem Bityutskiy