summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-24cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton3-5/+5
2012-07-24cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton1-4/+0
2012-07-24cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton3-16/+13
2012-07-24cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton8-55/+55
2012-07-24cifs: 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/v...Linus Torvalds210-2396/+2607
2012-07-23Merge tag 'mmc-merge-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds43-519/+1057
2012-07-23Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-153/+160
2012-07-23mmc: sdhci-dove: Prepare for common clock frameworkSebastian Hesselbarth1-1/+47
2012-07-23mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BITSebastian Hesselbarth1-1/+2
2012-07-23mmc: omap_hsmmc: ensure probe returns error upon resource failureKevin Hilman1-0/+2
2012-07-23mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut1-2/+13
2012-07-23mmc: esdhc: Fix DMA_MASK to not break mx25 DMA accessWilson Callan1-2/+7
2012-07-23Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds65-479/+887
2012-07-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds35-2390/+1675
2012-07-23Merge tag 'regulator-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds67-2650/+5524
2012-07-23Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds5-39/+478
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 Viro15-151/+106
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro1-28/+18
2012-07-23zoran: don't bother with struct file * in zoran_mapAl Viro2-3/+5
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 Sandeen4-11/+15
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan 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 Kara2-0/+41
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 Kara9-13/+37
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