summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-01-11cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton1-4/+15
2013-01-11cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton1-24/+18
2013-01-11proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2013-01-11cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2013-01-11cifs: move check for NULL socket into smb_send_rqstJeff Layton1-3/+3
2013-01-11fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2013-01-11xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner1-8/+7
2013-01-11xfs: fix direct IO nested transaction deadlock.Dave Chinner2-53/+31
2013-01-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-01-11SMB3 mounts fail with access denied to some serversSteve French1-1/+1
2013-01-11vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2013-01-11nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich1-1/+1
2013-01-11NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2-6/+14
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian1-1/+1
2013-01-11NFS: Fix access to suid/sgid executablesWeston Andros Adamson2-13/+21
2013-01-11nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-11nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
2013-01-11NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust1-1/+0
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-11nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton1-8/+0
2013-01-11NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener1-1/+6
2013-01-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton1-1/+1
2013-01-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2013-01-11exec: do not leave bprm->interp on stackKees Cook3-2/+22
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds1-1/+17
2012-12-05vfs: clear to the end of the buffer on partial buffer readsDan Carpenter1-1/+1
2012-12-04vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds1-0/+52
2012-12-03Merge branch 'block-dev'Linus Torvalds3-190/+71
2012-12-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+21
2012-12-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+4
2012-11-30fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro1-6/+8
2012-11-30lookup_one_len: don't accept . and ..Al Viro1-0/+5
2012-11-30cifs: get rid of blind d_drop() in readdirAl Viro1-1/+4
2012-11-30nfs_lookup_revalidate(): fix a leakAl Viro1-2/+2
2012-11-30don't do blind d_drop() in nfs_prime_dcache()Al Viro1-1/+2
2012-11-30blkdev_max_block: make private to fs/buffer.cLinus Torvalds2-55/+14
2012-11-30direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds1-3/+5
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-101/+4
2012-11-29fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds1-31/+48
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky1-2/+1
2012-11-27cifs: fix writeback race with file that is growingJeff Layton1-3/+3
2012-11-27Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds4-4/+20
2012-11-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-11-27writeback: put unused inodes to LRU after writeback completionJan Kara3-2/+17
2012-11-27proc: check vma->vm_file before dereferencingStanislav Kinsbursky1-2/+3
2012-11-24Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds1-18/+21