Age | Commit message (Expand) | Author |
2012-09-24 | CIFS: Add oplock break support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move oplock break to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Process oplocks for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Add readdir support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move readdir code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add set_file_info support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move set_file_info to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for set_file_size | Pavel Shilovsky |
2012-09-24 | CIFS: Move set_file_size to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for hardlink operation | Pavel Shilovsky |
2012-09-24 | CIFS: Move hardlink to ops struct | Steve French |
2012-09-24 | CIFS: Add SMB2 support for rename operation | Pavel Shilovsky |
2012-09-24 | CIFS: Move rename to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Enable signing in SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Add writepage support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move writepage to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add readpage support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move readpage code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_write | Pavel Shilovsky |
2012-09-24 | CIFS: Move async write to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_read | Pavel Shilovsky |
2012-09-24 | CIFS: Move async read to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 r/wsize negotiating | Pavel Shilovsky |
2012-09-24 | CIFS: Move r/wsize negotiating to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for flush | Pavel Shilovsky |
2012-09-24 | CIFS: Make flush code use ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Move reopen code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Move create code use ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for query_file_info | Pavel Shilovsky |
2012-09-24 | CIFS: Move guery file info code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Add open/close file support for SMB2 | Pavel Shilovsky |
2012-09-24 | CIFS: Move close code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Move open code to ops struct | Pavel Shilovsky |
2012-09-24 | CIFS: Replace netfid with cifs_fid struct in cifsFileInfo | Pavel Shilovsky |
2012-09-24 | CIFS: Add SMB2 support for unlink | Pavel Shilovsky |
2012-09-24 | CIFS: Move unlink code to ops struct | Pavel Shilovsky |
2012-09-22 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2012-09-21 | Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2012-09-21 | debugfs: fix u32_array race in format_array_alloc | Linus Torvalds |
2012-09-21 | debugfs: fix race in u32_array_read and allocate array at open | David Rientjes |
2012-09-18 | xfs: stop the sync worker before xfs_unmountfs | Ben Myers |
2012-09-18 | cifs: fix return value in cifsConvertToUTF16 | Jeff Layton |
2012-09-18 | vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() | Miklos Szeredi |
2012-09-17 | fs/proc: fix potential unregister_sysctl_table hang | Francesco Ruggeri |
2012-09-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds |
2012-09-14 | Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-09-14 | Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" | Chris Mason |
2012-09-14 | vfs: make O_PATH file descriptors usable for 'fstat()' | Linus Torvalds |
2012-09-14 | eCryptfs: Copy up attributes of the lower target inode after rename | Tyler Hicks |