aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Coda: mount hangs because of missed REQ_WRITE renameJan Harkes2010-09-191-2/+2
* GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse2010-09-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-09-161-3/+3
|\
| * cifs: fix potential double put of TCP session referenceJeff Layton2010-09-141-3/+3
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-09-145-5/+11
|\ \
| * | SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2010-09-122-0/+2
| * | statfs() gives ESTALE errorMenyhart Zoltan2010-09-121-0/+8
| * | NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust2010-09-121-1/+1
| * | Remove incorrect do_vfs_lock messageFabio Olive Leite2010-09-121-4/+0
* | | aio: check for multiplication overflow in do_io_submitJeff Moyer2010-09-141-0/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-09-1313-592/+166
|\ \
| * | cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton2010-09-083-11/+17
| * | cifs: eliminate some more premature cifsd exitsJeff Layton2010-09-081-29/+12
| * | cifs: prevent cifsd from exiting prematurelyJeff Layton2010-09-081-9/+7
| * | [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French2010-09-082-59/+0
| * | cifs: eliminate redundant xdev check in cifs_renameJeff Layton2010-09-081-21/+9
| * | Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-0811-452/+172
| * | Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French2010-09-082-10/+5
| * | Revert "Eliminate sparse warning - bad constant expression"Steve French2010-09-082-128/+72
| * | Revert "[CIFS] Eliminate unused variable warning"Steve French2010-09-081-2/+1
* | | fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V2010-09-131-1/+1
* | | fs/9p: Use the correct dentry operationsAneesh Kumar K.V2010-09-131-1/+4
* | | 9p: Check for NULL fid in v9fs_dir_release()jvrao2010-09-131-2/+4
* | | fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V2010-09-131-6/+14
* | | fs/9p, net/9p: memory leak fixesLatchesar Ionkov2010-09-131-0/+2
| |/ |/|
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-09-102-1/+4
|\ \
| * | xfs: log IO completion workqueue is a high priority queueDave Chinner2010-09-101-1/+2
| * | xfs: prevent reading uninitialized stack memoryDan Rosenberg2010-09-101-0/+2
* | | execve: make responsive to SIGKILL with large argumentsRoland McGrath2010-09-101-0/+7
* | | execve: improve interactivity with large argumentsRoland McGrath2010-09-101-0/+2
* | | setup_arg_pages: diagnose excessive argument sizeRoland McGrath2010-09-101-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-102-3/+3
|\ \ \
| * | | writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields2010-08-281-1/+1
| * | | fs/bio-integrity.c: return -ENOMEM on kmalloc failureAndrew Morton2010-08-231-1/+1
| * | | bio-integrity.c: remove dependency on __GFP_NOFAILDavid Rientjes2010-08-231-1/+1
* | | | minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]2010-09-091-1/+1
* | | | vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley2010-09-091-3/+7
* | | | binfmt_misc: fix binfmt_misc priorityJan Sembera2010-09-091-1/+1
* | | | proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai2010-09-091-1/+1
* | | | O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer2010-09-091-2/+2
* | | | mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-1/+2
* | | | Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Linus Torvalds2010-09-099-107/+475
|\ \ \ \ | |_|/ / |/| | |
| * | | ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanMark Fasheh2010-09-081-20/+107
| * | | ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsMark Fasheh2010-09-081-32/+88
| * | | ocfs2: allow return of new inode block location before allocation of the inodeMark Fasheh2010-09-082-0/+180
| * | | ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingMark Fasheh2010-09-081-13/+4
| * | | ocfs2: split out inode alloc code from ocfs2_mknod_lockedMark Fasheh2010-09-081-18/+37
| * | | Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Tristan Ye2010-09-081-1/+1
| * | | ocfs2: Fix deadlock when allocating pageJan Kara2010-09-083-4/+5
| * | | ocfs2: properly set and use inode group alloc hintMark Fasheh2010-09-081-4/+20