summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: always zero out smb_vol before parsing optionsJeff Layton2012-12-051-3/+4
* cifs: remove unneeded address argument from cifs_find_tcp_session and match_s...Jeff Layton2012-12-051-14/+11
* make convert_delimiter use strchr instead of open-coding itSteve French2012-12-051-9/+4
* cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton2012-12-054-76/+36
* cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton2012-12-051-0/+10
* cifs: Add handling of blank password optionJesper Nilsson2012-12-051-0/+1
* Add SMB2.02 dialect supportSteve French2012-12-053-0/+23
* CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky2012-12-051-3/+5
* CIFS: Implement cifs_relock_filePavel Shilovsky2012-12-051-3/+23
* CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky2012-12-052-41/+10
* CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky2012-12-051-13/+19
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-057-68/+44
* cifs: make error on lack of a unc= option more explicitJeff Layton2012-12-051-14/+5
* cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton2012-12-051-3/+4
* cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton2012-12-052-7/+2
* cifs: fix the format specifiers in sid_to_strJeff Layton2012-12-051-7/+4
* cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2012-12-052-6/+19
* cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2012-12-052-2/+11
* cifs: make compare_sids staticJeff Layton2012-12-052-50/+50
* cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2012-12-052-5/+5
* cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton2012-12-051-2/+2
* cifs: clean up id_mode_to_cifs_aclJeff Layton2012-12-051-28/+25
* cifs: fix types on module parametersJeff Layton2012-12-051-6/+5
* default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2012-12-052-11/+1
* vfs: clear to the end of the buffer on partial buffer readsDan Carpenter2012-12-051-1/+1
* vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds2012-12-041-0/+52
* Merge branch 'block-dev'Linus Torvalds2012-12-033-190/+71
|\
| * blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-302-55/+14
| * direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds2012-11-291-3/+5
| * blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-101/+4
| * fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds2012-11-291-31/+48
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-014-10/+21
|\ \
| * | fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro2012-11-301-6/+8
| * | lookup_one_len: don't accept . and ..Al Viro2012-11-301-0/+5
| * | cifs: get rid of blind d_drop() in readdirAl Viro2012-11-301-1/+4
| * | nfs_lookup_revalidate(): fix a leakAl Viro2012-11-301-2/+2
| * | don't do blind d_drop() in nfs_prime_dcache()Al Viro2012-11-301-1/+2
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-012-5/+4
|\ \ \ | |/ / |/| |
| * | CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1
| * | cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-274-4/+20
|\ \ \
| * | | writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-273-2/+17
| * | | proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-271-2/+3
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-271-0/+2
|\ \ \ | |/ / |/| |
| * | jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-11-231-0/+2
* | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-11-241-18/+21
|\ \ \ | |_|/ |/| |
| * | jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-214-19/+60
|\ \ \ | | |/ | |/|
| * | ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner2012-11-191-2/+3
| * | reiserfs: Move quota calls out of write lockJan Kara2012-11-193-7/+25